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
Execute command
Re: Execute commands
I answer myself
all parameters seems to be at the beginning
-density 300 -colorspace sRGB "%1" "%2"
it works!
all parameters seems to be at the beginning
-density 300 -colorspace sRGB "%1" "%2"
it works!