Search found 2 matches
- 2011-05-04T07:48:57-07:00
- Forum: Users
- Topic: Converting PSD to JPG, bad background
- Replies: 1
- Views: 4845
Converting PSD to JPG, bad background
Hi, I have problem with converting psd image to jpg. There is "random" colors in place of white background in converted image (example: http://skoumal.name/22495.jpg ) with ImageMagick 6.2.8. Background is black instead white with ImageMagick 6.2.5. Source psd file: http://skoumal.name/22495.psd I ...
- 2009-10-13T07:31:21-07:00
- Forum: Bugs
- Topic: eps->jpg - bad output
- Replies: 1
- Views: 4275
eps->jpg - bad output
I'm having a problem with ImageMagick 6.2.5 05/02/06 Q16 on Linux server. I'm converting eps images to jpg by this command: mogrify -density 300 -colors 512 -antialias -background white -normalize -units PixelsPerInch -quality 100 colorspace RGB -resize 3425x3425 -format jpg *.eps On Linux server ...