Search found 2 matches

by jsd
2011-02-14T17:03:59-07:00
Forum: Users
Topic: CMYK jpeg -thumbnail giant filesize
Replies: 2
Views: 5039

Re: CMYK jpeg -thumbnail giant filesize

magick wrote:Add -strip to your command line to delete profiles and comments.
That fixed it. Was that the default in the earlier versions or something?
by jsd
2011-02-14T15:06:34-07:00
Forum: Users
Topic: CMYK jpeg -thumbnail giant filesize
Replies: 2
Views: 5039

CMYK jpeg -thumbnail giant filesize

So, I've got a pretty large CMYK jpeg: http://cf.shacknews.com/shack_images/boxart/145745e.jpg I am trying to convert it to a 110x156 thumbnail. Using the following command line: convert 145745e.jpg -colorspace RGB -thumbnail '110x156^' -gravity center -crop 110x156+0+0 test.jpg On my Mac, which is ...