zither wrote:
Hi all,

I'm using GDAL to read some Geotiff files. But how I can get the information about little endian or big endian? Any method can support to get this ?

Zither,

GDAL does not provide information on the endian-ness of the file, but
it shouldn't matter as data read through GDAL is always returned to
the application in local machine order.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to