Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
swapbytes
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/14/07 12:24:44 (
18 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
4
Swaps bytes of input_file and outputs result to output_file.
5
6
Note:
7
- Data type of a short (two bytes per pixel) is the default.
8
- Supported bytes_per_pixel: 2, 4, and 8
9
}}}