Opened 8 years ago

Closed 8 years ago

#6584 closed defect (fixed)

JPEGLS format option LOSS_FACTOR unclear

Reported by: shot2 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: svn-trunk
Severity: normal Keywords: JPEGLS
Cc:

Description

(GDAL Trunk / 2.1.1rc1) frmts/jpegls/jpeglsdataset.cpp, around line 678:

<Option name='LOSS_FACTOR' type='int' default='0' description='0 = lossless, 1 = near lossless, > 1 lossless'/>

The documentation (frmt_jpegls.html) implies that this value is the error bound.

It should therefore read > 1 lossy if I understand correctly.

Change History (1)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 34563:

JPEGLS: fix inline documentation of LOSS_FACTOR creation option (fixes #6584)

Note: See TracTickets for help on using tickets.