identify - describes the format and characteristics of one or more p_w_picpath files.
[root@test test-p_w_picpath]# identify b.jpg
b.jpg JPEG 1024x683 1024x683+0+0 8-bit DirectClass 641kb
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]# identify app-sun-biggest.jpg
app-sun-biggest.jpg JPEG 5184x3456 5184x3456+0+0 8-bit DirectClass 15.54mb
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]# identify b.jpg
b.jpg JPEG 1024x683 1024x683+0+0 8-bit DirectClass 641kb
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]#
convert - convert between p_w_picpath formats as well as resize an p_w_picpath, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
[root@test test-p_w_picpath]# /usr/bin/convert -resize 518x345 app-sun-biggest.jpg b.jpg
[root@test test-p_w_picpath]# sz b.jpg
rz
zmodem trl+C ? 100% 185 KB 185 KB/s 00:00:01 0 Errors
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]#
[root@test test-p_w_picpath]# ls -lht
總用量 17M
-rw-r--r--. 1 root root 186K 11月 27 18:55 b.jpg
-rw-r--r--. 1 root root 170K 11月 27 18:35 a.jpg
-rwxr-xr-x. 1 root root 248 11月 27 17:49 convert_img.sh
-rw-r--r--. 1 root root 546K 11月 27 17:40 test-p_w_picpath.jpg
-rw-r--r--. 1 root root 16M 11月 24 16:21 app-sun-biggest.jpg
[root@test test-p_w_picpath]#
app