pull/3/head
Igor Chubin 7 years ago
parent 1e5b5388e3
commit 61530f32d9

@ -0,0 +1,6 @@
convert
pngcrush
optipng
jpegoptim
montage
identify

@ -0,0 +1,6 @@
# identify
#
# describes the format and characteristics of one or more image files
# show width and height of the image
identify -format '%w %h' ${img}
Loading…
Cancel
Save