blob: 5ef79be940541a8bf6d2c8512db83dac73b9e5ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#compdef ppmtopjxl
_arguments '-nopack' '-gamma:gamma value:' '-presentation' '-dark' \
'-diffuse' '-cluster' '-dither' \
'-xshift:x shift:' '-yshift:y shift:' \
'-xscale:x scale factor:' '-yscale:y scale factor:' \
'-xsize:width:' '-width:width:' \
'-ysize:height:' '-height:height:' \
':file: _pbm_file'
|