Search found 6 matches
- 2018-07-05T14:00:32-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Re: Color issue converting from eps to png
Okay, thank you very much for your help!
- 2018-07-05T11:40:28-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Re: Color issue converting from eps to png
hi, the only thing different I did was instead of using sRGB.icc I used sRGB2014.icc and the color is off and the transparency isn't right ('DirectTV' text doesn't appear). Here's the comparison of the images: https://www.dropbox.com/s/06y5rbv580bxxcs/AI.docx?dl=0 Notice that the resulting png , the ...
- 2018-07-05T08:38:11-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Re: Color issue converting from eps to png
Hope everyone had a nice 4th! Thank you very much for the command to get the color and transparency more accurately. That command works well for eps file, but the color is badly off on an AI file. I used the same command to run the convert on the AI to png and the transparency is fine but the color ...
- 2018-07-03T13:26:43-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Re: Color issue converting from eps to png
By using -colorspace sRGB the generated png's color is way off from the original eps. Any suggestion to get the png color close to the eps?
- 2018-07-03T12:41:55-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Re: Color issue converting from eps to png
I'm using Version: ImageMagick 6.9.9-21 Q16 x86_64 Ghostscript: 9.07 Here's the link to EPS file: https://www.dropbox.com/s/ozwr8dkhxf1hv9s/ATT_DTV_4CP_Sol_Rev.eps?dl=0 If you view the eps in photoshop you will see the logo and the word "DirectTV" next to the logo. The letters are white. When I run ...
- 2018-07-03T09:05:51-07:00
- Forum: Users
- Topic: Color issue converting from eps to png
- Replies: 13
- Views: 6471
Color issue converting from eps to png
Hi, I hope someone can help. Been working on this for weeks and cannot seem to get the color of the at&t logo to convert to png with the same color. The original eps file in RGB mode has 0,178,237. The closest RGB color I can achieve is 27,183,212 Here's what i used: convert -density 1200 -define ...