Re: [gdal-dev] Problem reading JPEG image format

2012-04-27 Thread Even Rouault
Selon akshay gupta : > Hi all, > > I am having problems trying to read .jpg images using gdal. Using GDAL I > am able to read jpg images using GA_ReadOnly mode but in GA_Update mode > its giving errors. Can any one tell me what might be the problem, and > suggest me a turnaround to open jpg imag

Re: [gdal-dev] Problem reading JPEG image format

2012-04-27 Thread Chaitanya kumar CH
Akshay, Please provide some more details including the error messages and the driver you used, etc. Setting the CPL_DEBUG env variable before running the process can provide more details. On Fri, Apr 27, 2012 at 1:15 PM, akshay gupta wrote: > Hi all, > > I am having problems trying to read .jpg

[gdal-dev] Problem reading JPEG image format

2012-04-27 Thread akshay gupta
Hi all, I am having problems trying to read .jpg images using gdal. Using GDAL I am able to read jpg images using GA_ReadOnly mode but in GA_Update mode its giving errors. Can any one tell me what might be the problem, and suggest me a turnaround to open jpg image in update mode. Thanks in adva