Execute command

Post Reply
ppasquier
Newbie
Posts: 3
Joined: Thu Jan 22, 2015 5:07 pm

Execute command

Post by ppasquier »

Hello
I have a problem with execute command to converting multiples EPS Photoshop Files to sRGB

I prefer using imagemagick for this so I tried this:
command: /opt/ImageMagick/bin/convert
arguments: -density 300 "%1" -colorspace sRGB -flatten -background white "%2"
Output: File to path

If I try this command line with terminal, it works fine! but if I try with Switch the result is smaller than original (eg. original image 1087 x 1500 px in 300dpi produce an image 261 x 360 px in 300dpi)
It's like it uses preview image ?!!!

if anyone have can help me
ppasquier
Newbie
Posts: 3
Joined: Thu Jan 22, 2015 5:07 pm

Re: Execute commands

Post by ppasquier »

I answer myself
all parameters seems to be at the beginning

-density 300 -colorspace sRGB "%1" "%2"

it works!
Post Reply