Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2007-08-21 21:26:53
Size: 94
Editor: gtang
Comment:
Revision 5 as of 2008-11-26 04:42:28
Size: 262
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
How to handle image data byte-order? '''How to handle image data byte-order?'''
Line 3: Line 4:

 * check running-host byte-order;
 * check a given data-block byte-order;
 * convert host byte-order to little-endian or big-endian;
 * swap byte-orders.

How to handle image data byte-order?

ByteOrder class is defined to handle data byte-orders:

  • check running-host byte-order;
  • check a given data-block byte-order;
  • convert host byte-order to little-endian or big-endian;
  • swap byte-orders.

eman2ByteOrder (last edited 2008-11-26 04:42:28 by localhost)