summaryrefslogtreecommitdiff
path: root/doc/crucible-dump-image.1.txt
blob: d1067d182da54bc551ac665347f9890cc43489a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
crucible-dump-image(1)
======================
:doctype: manpage

NAME
----
crucible-dump-image - dump image file to text

SYNOPSIS
--------
[verse]
*crucible dump-image* <filename>

DESCRIPTION
-----------
Dump the image file to an ASCII table that displays each pixel's bytes.


EXAMPLES
--------

Dumping a 4x4 blue image:
----
$ crucible dump-image blue-4x4.png
0x00| 0000ffff 0000ffff 0000ffff 0000ffff
0x01| 0000ffff 0000ffff 0000ffff 0000ffff
0x02| 0000ffff 0000ffff 0000ffff 0000ffff
0x03| 0000ffff 0000ffff 0000ffff 0000ffff
----