I answer myself
all parameters seems to be at the beginning
-density 300 -colorspace sRGB "%1" "%2"
it works!
Search found 3 matches
- Mon Feb 23, 2015 10:23 am
- Forum: Flows
- Topic: Execute command
- Replies: 1
- Views: 1126
- Mon Feb 23, 2015 10:23 am
- Forum: Flows
- Topic: Execute command
- Replies: 1
- Views: 1126
Execute command
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...
- Mon Jan 26, 2015 6:02 pm
- Forum: Flows
- Topic: Imagemagick Flow
- Replies: 3
- Views: 3010
Imagemagick Flow
Hi CongoMonster thanks a lot for your topic, it helps me to how configure my flow but I tried using yours for converting Illustrator EPS files in transparent PNG file If I tried this comand line in terminal, it's good /opt/ImageMagick/bin/convert -colorspace RGB -background transparent "" ...