Ok,
thanks for your answers
Alejandro.
On 3 February 2010 15:26, Even Rouault wrote:
> Alejandro,
>
> There is no such general method in GDAL. Determining on disk endianness is
> format specific (it makes sense only for some formats) and, to the best of
> my
> knowledge, rarely/never exposed
Alejandro,
There is no such general method in GDAL. Determining on disk endianness is
format specific (it makes sense only for some formats) and, to the best of my
knowledge, rarely/never exposed as a metadata that can be retrieved by the
GDAL API. If you want it badly, you'll have to hack the
Thanks, the read of the image is resolved.
But my app shows information about an open image, one data of that
information is (or will be) the endianness of the image, I mean, the format
of the image shouldn't be significant.
I need some method o struct that return the endianness of the image.
Than
Alejandro Mostovoi wrote:
Hi All,
I need to know the image endianness.
I search for in api's help and list but can't find anything.
Any idea?
Alejandro,
As mentioned by others the on-disk endianess varies by format and sometimes
by file in a format. The endianess of data returned by the GDA
For example, all TIFF files begin with a header that starts with an endianness
indicator, that is 0x49 for little endian and 0x4D for big endian. Greg
On Feb 3, 2010, at 12:38 PM, Chaitanya kumar CH wrote:
> Alejandro,
>
> The endianness may be in the image file header. What format is it?
>
>
Alejandro,
The endianness may be in the image file header. What format is it?
On Wed, Feb 3, 2010 at 10:43 PM, Alejandro Mostovoi wrote:
> Hi All,
>
> I need to know the image endianness.
> I search for in api's help and list but can't find anything.
>
> Any idea?
>
> Thanks in advance
> Alejand
Hi All,
I need to know the image endianness.
I search for in api's help and list but can't find anything.
Any idea?
Thanks in advance
Alejandro.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev