Re: [gdal-dev] reading non baseline tiffs with python image

2012-10-24 Thread Travis Kirstine
After poking around a little more it appear the problem is related internal tiling with the tifs (not the profile) and yes I am using PIL . On 24 October 2012 14:20, Frank Warmerdam wrote: > > > On Wed, Oct 24, 2012 at 9:48 AM, Travis Kirstine > wrote: >> >> I've been using the python image mo

Re: [gdal-dev] reading non baseline tiffs with python image

2012-10-24 Thread Frank Warmerdam
On Wed, Oct 24, 2012 at 9:48 AM, Travis Kirstine wrote: > I've been using the python image module to resize geotiff images. I've > noticed that if the source tif image is not created using the gdal > PROFILE=BASELINE option the python resize function will return > unexpected results. The output w

[gdal-dev] reading non baseline tiffs with python image

2012-10-24 Thread Travis Kirstine
I've been using the python image module to resize geotiff images. I've noticed that if the source tif image is not created using the gdal PROFILE=BASELINE option the python resize function will return unexpected results. The output will have a black boarder around a portion of the image. Any thou