Options (4)
booleanDisplay the median grey value
Example:
pgmhist {{[-me|-median]}} {{path/to/image.pgm}}booleanDisplay four quartile grey value
Example:
pgmhist {{[-qua|-quartile]}} {{path/to/image.pgm}}-fbooleanReport the existence of invalid grey values
Example:
pgmhist {{[-f|-forensic]}} {{path/to/image.pgm}}booleanDisplay machine-readable output
Example:
pgmhist {{[-ma|-machine]}} {{path/to/image.pgm}}Examples (5)
Display the histogram for human reading
pgmhist path/to/image.pgmDisplay the median grey value
pgmhist [-me|-median] path/to/image.pgmDisplay four quartile grey value
pgmhist [-qua|-quartile] path/to/image.pgmReport the existence of invalid grey values
pgmhist [-f|-forensic] path/to/image.pgmDisplay machine-readable output
pgmhist [-ma|-machine] path/to/image.pgmmade by @shridhargupta | data from tldr-pages