When I swap the profiles around as you suggested it reverts back to the original look as if no profiles were added.
I tried your example too and still the same. I'm stumped.
Search found 4 matches
- 2017-05-22T21:33:46-07:00
- Forum: Users
- Topic: Match Photoshop PNG export
- Replies: 8
- Views: 5203
- 2017-05-22T17:15:23-07:00
- Forum: Users
- Topic: Match Photoshop PNG export
- Replies: 8
- Views: 5203
Re: Match Photoshop PNG export
I have tried this approach with a slight improvement in the result. magick convert test.png -profile "sRGB IEC61966-21.icc" -profile "C:\Program Files (x86)\Common Files\Adobe\Color\Profiles\Photoshop5DefaultCMYK.icc" test.png Though I'm not quiet sure why I have to add multiple profiles to get this ...
- 2017-05-22T02:24:51-07:00
- Forum: Users
- Topic: Match Photoshop PNG export
- Replies: 8
- Views: 5203
Re: Match Photoshop PNG export
I am using Ghostscript 9.21 64bit
Command I use is
magick convert -density 300 -antialias -gravity center -extent 827x461 -interlace none test.eps -quality 100 -auto-level png24:test.png
Command I use is
magick convert -density 300 -antialias -gravity center -extent 827x461 -interlace none test.eps -quality 100 -auto-level png24:test.png
- 2017-05-18T20:16:31-07:00
- Forum: Users
- Topic: Match Photoshop PNG export
- Replies: 8
- Views: 5203
Match Photoshop PNG export
When converting an eps to png via Photoshop the equivalent in ImageMagick has resulted in what appears to be highly saturated colours. Here is the photoshop png https://www.dropbox.com/s/wwv3rxomnhbpyby/456757o.png?raw=1 Here is the imagemagick png https://www.dropbox.com/s/lmvuuvot2zx62iz/456757 ...