Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CRUCIBLE-DUMP-IMAG(1)					   CRUCIBLE-DUMP-IMAG(1)

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

SYNOPSIS
     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

				   08/01/2026		   CRUCIBLE-DUMP-IMAG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=crucible-dump-image&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help