is there any method to convert to Little endian from Big endian on ImageMagick? or vice versa

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: is there any method to convert to Little endian from Big endian on ImageMagick? or vice versa

Post by dlemstra »

Have you tried 'convert input.bmp -endian lsb output.pfm'?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
u24c02
Posts: 2
Joined: 2015-05-15T06:59:38-07:00
Authentication code: 6789

Re: is there any method to convert to Little endian from Big endian on ImageMagick? or vice versa

Post by u24c02 »

Thanks It's works.
Post Reply