Just the other day I compared jpegs that were generated with xnview and nconvert. Whatever I tried, I could not reach xnview's quality with nconvert. XNview's jpeg was always a bit sharper and cleaner that nconvert's one.
Maybe someone can tell me what's the differences are? Judging by common sense, they should have the same libs/functions for jpeg conversion.
Differences in nconvert&xnview jpeg compression
Moderators: XnTriq, helmut, xnview
-
- Posts: 13
- Joined: Wed Jun 04, 2008 7:14 am
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Differences in nconvert&xnview jpeg compression
Really strange, because xnview & nconvert use the same library
Are you sure that you have the same 'jpeg quality'?
Are you sure that you have the same 'jpeg quality'?
Pierre.
-
- Posts: 13
- Joined: Wed Jun 04, 2008 7:14 am
Re: Differences in nconvert&xnview jpeg compression
After a few experiments with xnview (not nconvert as previously) I can say that it's because of "subsampling factor".
My mistake, I didn't try it on a lot of different pictures. All of my source images had a lot of small detailed objects (leaves).
I guess that's what the subsample setting is for, so I should rephrase the question - "Is there such a setting in nconvert?"
My mistake, I didn't try it on a lot of different pictures. All of my source images had a lot of small detailed objects (leaves).
I guess that's what the subsample setting is for, so I should rephrase the question - "Is there such a setting in nconvert?"
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Differences in nconvert&xnview jpeg compression
You have changed subsampling factor in XnView? Currently no setting for nconvert
Pierre.
-
- Posts: 291
- Joined: Sun Jun 11, 2006 2:43 pm
Re: BUG + Differences in nconvert&xnview jpeg compression
There seems to be space for improvementsxnview wrote:You have changed subsampling factor in XnView? Currently no setting for nconvert
XN offers following settings:
- quality
- DCT method
- smoothing
- subsampling
- optimized Huffman (why not always on ???)
- progressive
- estimated quality (guess based on input file ???)
- rebuild
- 4 metadata keep's
NC offers:
Code: Select all
-q value : JPEG/PNG/FPX/WIC/PDF quality (default : 100)
Code: Select all
-i : Interlaced GIF / Progressive JPEG
-clean value : JPEG Clean Metadata (EXIF/IPTC/...)
- quality
- metadata control
- progressive
and following settings are lacking:
- DCT method
- optimize Huffman
- subsampling
There is indeed no WinZIP under my rock.