Search found 3 matches

by dan
2013-08-19T14:41:43-07:00
Forum: Users
Topic: Progressive jpg
Replies: 5
Views: 10933

Re: Progressive jpg

Thanks!!

Seems like it's doing the trick. I'm checking the file with:

identify -verbose new_file.jpg

and it shows:
Interlace: None

Does it mean that the jpeg is not progressive or do I need something else?
by dan
2013-08-19T11:54:07-07:00
Forum: Users
Topic: Progressive jpg
Replies: 5
Views: 10933

Re: Progressive jpg

I can obviously run:

convert -interlace none image.jpg new_image.jpg

But when I check the file with gimp it seems interlaced...
by dan
2013-08-19T11:38:55-07:00
Forum: Users
Topic: Progressive jpg
Replies: 5
Views: 10933

Progressive jpg

Hi,

I'd like to make sure that my jpgs are NOT interlaced (don't want progressive jpg).

Tried all kind of scripts but didn't get it right...

any advice will be appreciated!!

Thanks