EVOLUTION-MANAGER
Edit File: frmt_jpegls.html
<html> <head> <title>JPEGLS</title> </head> <body bgcolor="#ffffff"> <h1>JPEGLS</h1> <p>(GDAL >= 1.8.0)</p> <p>This driver is an implementation of a JPEG-LS reader/writer based on the Open Source CharLS library (BSD style license).</p> <p>The driver can read and write lossless or near-lossless images. Note that it is not aimed at dealing with too big images (unless enough virtual memory is available), since the whole image must be compressed/decompressed in a single operation.<p> <h2>Creation Options</h2> <ul> <li><p><b>INTERLEAVE=PIXEL/LINE/BAND</b> : Data interleaving in compressed stream. Default to BAND.</p></li> <li><p><b>LOSS_FACTOR=error_threshold</b> : 0 (the default) means loss-less compression. Any higher value will be the maximum bound for the error.</li> </ul> <h2>See Also:</h2> <ul> <li><p> Implemented as <tt>gdal/frmts/jpegls/jpeglsdataset.cpp</tt>.</p></li> <li><p> <a href="https://github.com/team-charls/charls">Homepage of the CharLS library<a></p></li> </ul> </body> </html>