Search found 4 matches

by adambuckley
2012-01-06T19:07:30-07:00
Forum: Users
Topic: Some JPEGs Are Broken in IE7
Replies: 6
Views: 10885

Re: Some JPEGs Are Broken in IE7

I found that this form produces the smallest thumbnail filesize.

Code: Select all

convert.exe original.jpg[70x70] -colorspace RGB -strip thumbnail.jpg
by adambuckley
2012-01-06T18:39:24-07:00
Forum: Users
Topic: Some JPEGs Are Broken in IE7
Replies: 6
Views: 10885

Re: Some JPEGs Are Broken in IE7

Ha! They were CMYK images and I used your -colorspace RGB directive to fix it!

Many thanks, Adam.
by adambuckley
2012-01-06T17:30:10-07:00
Forum: Users
Topic: Some JPEGs Are Broken in IE7
Replies: 6
Views: 10885

Re: Some JPEGs Are Broken in IE7

Hi, I've posted some examples which might assist. http://adambuckley.net/ImageMagick/ original.jpg - hi-res image - won't display in IE7 thumbnail.jpg - thumbnail generated by ImageMagick - also won't display in IE7 huge_thumbnail1.jpg and huge_thumbnail2.jpg - examples of 70x70 jpeg images which ...
by adambuckley
2012-01-06T17:15:29-07:00
Forum: Users
Topic: Some JPEGs Are Broken in IE7
Replies: 6
Views: 10885

Some JPEGs Are Broken in IE7

Hi All, I’m using ImageMagick 6.7.4 on 64-bit Windows Server 2003. It’s part of an image import process, which resizes hi-res JPEGs into thumbnails. I have noticed that a subset of the original hi-res images don’t display in IE7 or IE8. They do display in other browsers, and they also display in Wind ...