Re: [gdal-dev] Quality boundaries for JPEG driver

2011-11-22 Thread Nicolas Mayer
Thanks a lot for your answers. Nicolas 2011/11/22 Chaitanya kumar CH > Nicolas, > > The values must be integers. They will be rounded off otherwise. In any > case, the value is just a rough indication. > > 10 and 100 are included. > > On Tue, Nov 22, 2011 at 9:18 PM, Nicolas Mayer wrote: > >> H

Re: [gdal-dev] Quality boundaries for JPEG driver

2011-11-22 Thread Chaitanya kumar CH
Nicolas, The values must be integers. They will be rounded off otherwise. In any case, the value is just a rough indication. 10 and 100 are included. On Tue, Nov 22, 2011 at 9:18 PM, Nicolas Mayer wrote: > Hello everybody, > > I have a question about the JPEG driver. > The documentation says th

Re: [gdal-dev] Quality boundaries for JPEG driver

2011-11-22 Thread Mateusz Łoskot
On 22 November 2011 15:48, Nicolas Mayer wrote: > Hello everybody, > > I have a question about the JPEG driver. > The documentation says that the quality "must be in the range 10-100". > > Must this value be an integer ? Yes, quality is a discrete value. > Are the 10 and/or 100 boundaries includ

[gdal-dev] Quality boundaries for JPEG driver

2011-11-22 Thread Nicolas Mayer
Hello everybody, I have a question about the JPEG driver. The documentation says that the quality "must be in the range 10-100". Must this value be an integer ? Are the 10 and/or 100 boundaries included in the definition range ? Thank you in advance Nicolas __