Hi,
I've many pictures that were compressed as "progressive jpeg" but my pioneer dvd player can't play them, only can play baseline jpeg pictures, so I would like to know if it's possible a loosless jpeg conversion from progressive to baseline with xnview.
Thanks in advance for any help.
progressive to baseline jpeg
Moderators: XnTriq, helmut, xnview
-
- Moderator & Librarian
- Posts: 6368
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
TGB_72, please stand by for a response from foxyshadis. In the meantime, here's what I've got:
JPEG image compression FAQ: [url=http://www.faqs.org/faqs/jpeg-faq/part1/section-11.html]What is progressive JPEG?[/url] wrote:It is possible to convert between baseline and progressive representations of an image without any quality loss. (But specialized software is needed to do this; conversion by decompressing and recompressing is *not* lossless, due to roundoff errors.)
OpenSourceInfo.org: Man Pages » [url=http://www.opensourceinfo.org/index.php/man_pages/cjpeg]cjpeg[/url] wrote:-baseline
Force baseline-compatible quantization tables to be generated. This clamps quantization values to 8 bits even at low quality settings. (This switch is poorly named, since it does not ensure that the output is actually baseline JPEG. For example, you can use -baseline and -progressive together.)
- The Independent JPEG Group's JPEG software: jpeg6b32.zip (199 KB)
-
- Posts: 72
- Joined: Tue Jan 30, 2007 8:47 pm
Thanks for reply XnTriq, since I couldn't find loosless progressive=>baseline conversion in Xnview I tried with Irfanfiew (options=>jpg loosless operations=>check optimizing & cleaning options only) and it works perfect, now the pictures play perfectly in my dvd player. I hope that Xnview add this feature in a near future (of course if it was not already added and I couldn't see it).
-
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Have you tried: Browser Menu... Edit>Metadata>Clean... ?TGB_72 wrote:Thanks for reply XnTriq, since I couldn't find loosless progressive=>baseline conversion in Xnview I tried with Irfanfiew (options=>jpg loosless operations=>check optimizing & cleaning options only) and it works perfect, now the pictures play perfectly in my dvd player. I hope that Xnview add this feature in a near future (of course if it was not already added and I couldn't see it).
It improves Firefox's loading speed of a sample 'progressive' jpg which I created.
-
- Posts: 72
- Joined: Tue Jan 30, 2007 8:47 pm
-
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
-
- Posts: 72
- Joined: Tue Jan 30, 2007 8:47 pm
-
- Posts: 72
- Joined: Tue Jan 30, 2007 8:47 pm
-
- Posts: 394
- Joined: Sat Nov 18, 2006 8:57 am
haha! cjpeg is exactly what I would have pointed to, though, didn't know irfanview had that option. Good to know, and I totally agree that a 'make progressive/non-progressive' would fit perfectly in the lossless transformation box.XnTriq wrote:TGB_72, please stand by for a response from foxyshadis. In the meantime, here's what I've got: