Execute command
Posted: Mon Feb 23, 2015 10:23 am
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
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