Search found 8 matches
- Mon Feb 10, 2025 2:02 pm
- Forum: LEGACY scripting
- Topic: ImageMagick and Run Command issue with JPEG
- Replies: 9
- Views: 250913
Re: ImageMagick and Run Command issue with JPEG
It's on Mac OS. And I'm the script's owner, so far. Even if I'm a newbie, for sure! Anyhow, same result with just one quote. But I found the issue. I've missed two double quote in front and the end of the whole variable: "/opt/homebrew/Cellar/imagemagick/7.1.1-43/bin/magick" "[Job.Pat...
- Mon Feb 10, 2025 12:26 pm
- Forum: LEGACY scripting
- Topic: ImageMagick and Run Command issue with JPEG
- Replies: 9
- Views: 250913
Re: ImageMagick and Run Command issue with JPEG
Hello Loïc.
Thank you for the suggestion!
But I'm still have an error in the Run Command:
"Command failed wtih exit code: "1", error output: "zsh"1: unmatched " "
Best.
Thank you for the suggestion!
But I'm still have an error in the Run Command:
"Command failed wtih exit code: "1", error output: "zsh"1: unmatched " "
Best.
- Mon Feb 03, 2025 4:38 pm
- Forum: LEGACY scripting
- Topic: ImageMagick and Run Command issue with JPEG
- Replies: 9
- Views: 250913
Re: ImageMagick and Run Command issue with JPEG
Hello Loïc! How are you? Thank you for your input. I already tested the cli magick cmd and it works fine. But in Switch: Command failed with exit code: "1", Error output: "magick: unable to open image '%%/Users/svc_masterbrowser/Documents/Switch Email Template v2/IN_Magick/_000BG_000B...
- Mon Feb 03, 2025 3:49 pm
- Forum: LEGACY scripting
- Topic: ImageMagick and Run Command issue with JPEG
- Replies: 9
- Views: 250913
Re: ImageMagick and Run Command issue with JPEG
Hello Freddy! Thank you for your answer. I amended it but the result, still an error, is quite different now: "Command failed with exit code: "1", error ouput: "magick: unable t oopen image. No such file or directory @ error/blob.c/OpenBlob/3596." It's the same with a double...
- Thu Jan 30, 2025 10:48 am
- Forum: LEGACY scripting
- Topic: ImageMagick and Run Command issue with JPEG
- Replies: 9
- Views: 250913
ImageMagick and Run Command issue with JPEG
Hello members! I'm quite a newbie in these fields, and I'm looking for an explanation about an issue. My goal is to append two jpeg images into one. To do so, I installed the Run Command from AppStore using Zsh with the following command: /opt/homebrew/Cellar/imagemagick/7.1.1-43/bin/magick %%[Job.P...
- Thu Jan 23, 2020 3:07 pm
- Forum: Flows
- Topic: Sending a print a job periodicallly
- Replies: 5
- Views: 9721
Re: Sending a print a job periodicallly
Freddy,
forget what I asked before...
I tested the parameters and I know what happens now with this, according the entered values.
Best.
Axel
forget what I asked before...
I tested the parameters and I know what happens now with this, according the entered values.
Best.
Axel
- Thu Jan 23, 2020 12:22 pm
- Forum: Flows
- Topic: Sending a print a job periodicallly
- Replies: 5
- Views: 9721
Re: Sending a print a job periodicallly
Hello Freddy, Thank you so much for your reply. :P Your assumption was good and not mine for sure. Because I forgot two main things. ;) The first one to point a specific job and so far I did it with a folder instead. The second one to avoid deleting job after it has been injected. I just tested as y...
- Wed Jan 22, 2020 3:49 pm
- Forum: Flows
- Topic: Sending a print a job periodicallly
- Replies: 5
- Views: 9721
Sending a print a job periodicallly
Dear all, I'm facing a problem I'm unable to solve myself about sending the same job periodically. I'll like to send from a static folder to several intranet shared folders two differents images at the same date and time without having to delete them. The goal would be to catch the input file in the...