Changes between Initial Version and Version 1 of swapbytes


Ignore:
Timestamp:
May 14, 2007, 12:24:44 PM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • swapbytes

    v1 v1  
     1= swapbytes =
     2{{{USAGE:  swapbytes [-h][-b <bytes_per_pixel>] input_file> <output_file>
     3
     4Swaps bytes of input_file and outputs result to output_file.
     5
     6Note:
     7  - Data type of a short (two bytes per pixel) is the default.
     8  - Supported bytes_per_pixel:  2, 4, and 8
     9}}}