Returning "Endian" for a given image file (C++ interface)

JongAm Park <[email protected]> Fri, 20 Jan 2012 09:14:22 -0800
Newsgroups gmane.comp.video.graphicsmagick.apis
Message-ID <[email protected]>
When a DPX image in little endian format was opened, I found out that it was to be saved in big endian format.
So, it doesn't preserve the source endian.

Also, I noticed that it returned "UndefinedEndian" type when "endian()" is called.
Probably setting endian using endian( const EndianType endian_ ) will make the output file in that endian, but I think it should return the source's endian type when endian() is called, and when specific endianness is not specified, saving that image should preserve the source's endianness.

is anybody aware of this?

Thanks,

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d

_______________________________________________
Graphicsmagick-apis mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-apis