Tim Keitt gmail.com> writes:
>
> I notice that the "MEM" driver returns {0, 1, 0, 0, 0, -1} by default. Is
this a bug or do some formats flip the vertical axis? If so, what is the
convention for detecting and handling "south up" formats in code?
I guess that anchor point is at the top left corn
I notice that the "MEM" driver returns {0, 1, 0, 0, 0, -1} by default. Is
this a bug or do some formats flip the vertical axis? If so, what is the
convention for detecting and handling "south up" formats in code?
THK
--
Timothy H. Keitt
http://www.keittlab.org/
__
Thanks Evan, that work perfectly.
I have also open a ticket on Trac.
Thanks for your help, Phil
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/SetColorInterpretation-for-a-GeoTiff-using-GDAL-not-working-tp5091839p5093268.html
Sent from the GDAL - Dev mailing list archive
Hello,
I'm trying to write a driver , inside my program that uses GDAL (C++).
After the call to GDALAllRegister(); I call GDALRegister_MYDEM(),
which is much like in the example in
http://www.gdal.org/gdal_drivertut.html
After that, I try to call GDALOpen on some file and the breakpoint in
the .