JPEG 'use estimated original quality' option
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 4136
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
JPEG 'use estimated original quality' option
A JPEG save compression option 'use estimated original quality' would be a useful addition please...
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
See version 2.49.5, Feb 02, 2021
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
@Pierre
please add this info also to the "-help" section. At the moment there is only:
please add this info also to the "-help" section. At the moment there is only:
Code: Select all
-q value : JPEG/FPX/WIC/PDF/JPEG2K quality (default : 85)
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
BTW: How to use it? I failed ...
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- XnThusiast
- Posts: 4136
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: JPEG 'use estimated original quality' option
Using -use_org_quality in place of a -q term doesn't work?
Such as:
Code: Select all
-out jpeg -use_org_quality
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
My code is longer, and it seems to have problems with params following the -use_org_quality.
But finally it creates a file - but not the one I defined ..
Defined quality:
Original quality:
But finally it creates a file - but not the one I defined ..
Defined quality:
Code: Select all
D:\xxx\foto>nconvert.exe -keepfiledate -q 100 -out jpeg -jpegtrans exif -exif_orient 1 -o "D:\xxx\foto\q100.jpg" "D:\xxx\foto\source.JPG"
** NCONVERT v7.70 (c) 1991-2019 Pierre-E Gougelet (Feb 1 2021/10:49:07) **
Version for Windows NT/9x/2000/Xp/Vista/7 (All rights reserved)
** This is freeware software (for non-commercial use)
Lossless transformation of D:\xxx\foto\source.JPG : OK
Code: Select all
D:\xxx\foto>nconvert.exe -keepfiledate -use_org_quality -out jpeg -jpegtrans exif -exif_orient 1 -o "D:\xxx\foto\orig.jpg" "D:\xxx\foto\source.JPG"
** NCONVERT v7.70 (c) 1991-2019 Pierre-E Gougelet (Feb 1 2021/10:49:07) **
Version for Windows NT/9x/2000/Xp/Vista/7 (All rights reserved)
** This is freeware software (for non-commercial use)
Error: Can't open file (jpeg)
Error: Can't open file (-jpegtrans)
Error: Can't open file (exif)
Error: Can't open file (-exif_orient)
Error: Can't open file (1)
Error: Can't open file (-o)
Error: Can't open file (D:\xxx\foto\orig.jpg)
Conversion of D:\xxx\foto\source.JPG into D:\xxx\foto\source_1.jpg OK
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: JPEG 'use estimated original quality' option
there is a problem with 'use_org_quality' argument, and there is no need to use it with -jpegtrans (quality is not changed)
Pierre.
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
You mean there is a problem which you will fix or which can be avoided by the user?
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: JPEG 'use estimated original quality' option
Hello Pierre
some schedule for a fix?
some schedule for a fix?
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- Author of XnView
- Posts: 44583
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France