Search found 6 matches

by steve.trainor
2015-11-11T12:57:31-07:00
Forum: Users
Topic: EPS to GIF conversion
Replies: 4
Views: 2232

Re: EPS to GIF conversion

Fred, The code works great on my local version (Mac IM version 6.9.2) but not so well on my developers version 6.9.0 When he adds in -colorspace sRGB the quality gets really poor. The screen shot here http://we.tl/CV5q3qb0DI shows the code and the resulting image below it. The image on the left ...
by steve.trainor
2015-11-10T19:10:57-07:00
Forum: Users
Topic: EPS to GIF conversion
Replies: 4
Views: 2232

Re: EPS to GIF conversion

You the MAN Fred, THANK YOU!
by steve.trainor
2015-11-10T17:05:16-07:00
Forum: Users
Topic: EPS to GIF conversion
Replies: 4
Views: 2232

EPS to GIF conversion

Hi, I'm using IM on a Mac, version Version: ImageMagick 6.9.2-5 Q16 x86_64 2015-11-01 Converting EPS to GIF. Using this code convert -density 300 -strip -background white -flatten -resize 600 -colors 128 -depth 8 /Users/Nirav/Desktop/assets/RT-Compliance-S.eps /Users/Nirav/Desktop/assets/converted ...
by steve.trainor
2015-11-09T15:37:24-07:00
Forum: Users
Topic: CMYK .tif to .jpg yields inaccurate color
Replies: 6
Views: 2356

Re: CMYK .tif to .jpg yields inaccurate color

The color is much better, THANK YOU! Next question :) I'm creating 7 derivatives from each .tif (1200w, 800w, 600w,400w, 300w, 200w, 100w) File size of the 1200 is 101kb, file size of the 100 w is 80kb – I expect the 100w to be <10kb. Any ideas? Files are here (don't mind the .pngs in the same f ...
by steve.trainor
2015-11-09T12:18:59-07:00
Forum: Users
Topic: CMYK .tif to .jpg yields inaccurate color
Replies: 6
Views: 2356

Re: CMYK .tif to .jpg yields inaccurate color

Thanks for the comments guys. I'm using IM on a Mac, version Version: ImageMagick 6.9.2-5 Q16 x86_64 2015-11-01 fmw42, I tried the edits you suggested, the file remains in CMYK color space and has the same color distortion when viewed in the browser. Here is a link to the original image http://we.tl ...
by steve.trainor
2015-11-06T18:12:32-07:00
Forum: Users
Topic: CMYK .tif to .jpg yields inaccurate color
Replies: 6
Views: 2356

CMYK .tif to .jpg yields inaccurate color

New to IM and need your help. I'm converting CMYK .tif to .jpg with the code below. Although the profile is converted to RGB the color space is still CMYK when viewed in Photoshop. When viewed in web browser the image color is off, yellow tint. Any advise is appreciated. Also, being new, any ...