您的位置:首页 > 运维架构 > Linux

maven项目如何在Linux下运行?

2015-06-16 18:26 585 查看
identify - describes the format and characteristics of one or more image files.

[root@test test-image]# identify b.jpg
b.jpg JPEG 1024x683 1024x683+0+0 8-bit DirectClass 641kb
[root@test test-image]#
[root@test test-image]#
[root@test test-image]# identify app-sun-biggest.jpg
app-sun-biggest.jpg JPEG 5184x3456 5184x3456+0+0 8-bit DirectClass 15.54mb
[root@test test-image]#
[root@test test-image]# identify b.jpg
b.jpg JPEG 1024x683 1024x683+0+0 8-bit DirectClass 641kb
[root@test test-image]#
[root@test test-image]#

convert - convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.

[root@test test-image]# /usr/bin/convert -resize 518x345 app-sun-biggest.jpg b.jpg
[root@test test-image]# sz b.jpg
rz
zmodem trl+C ? 100% 185 KB 185 KB/s 00:00:01 0 Errors

[root@test test-image]#
[root@test test-image]#
[root@test test-image]# 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-image.jpg
-rw-r--r--. 1 root root 16M 11月 24 16:21 app-sun-biggest.jpg
[root@test test-image]#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: