# convert -sample 500x500! .png .png #把512*512的图片修改为500*500的图片
# which convert
/usr/bin/convert
# rpm -qf /usr/bin/convert
ImageMagick-6.7.8.9-.el7_2.x86_64
# yum search ImageMagick
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
* base: mirrors.tuna.tsinghua.edu.cn
* epel: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirror.vodien.com
=========================== N/S matched: ImageMagick ===========================
ImageMagick-c++.i686 : ImageMagick Magick++ library (C++ bindings)
ImageMagick-c++.x86_64 : ImageMagick Magick++ library (C++ bindings)
ImageMagick-c++-devel.i686 : C++ bindings for the ImageMagick library
ImageMagick-c++-devel.x86_64 : C++ bindings for the ImageMagick library
ImageMagick-devel.i686 : Library links and header files for ImageMagick app
: development
ImageMagick-devel.x86_64 : Library links and header files for ImageMagick app
: development
ImageMagick-doc.x86_64 : ImageMagick html documentation
ImageMagick-perl.x86_64 : ImageMagick perl bindings
GraphicsMagick.i686 : An ImageMagick fork, offering faster image generation and
: better quality
GraphicsMagick.x86_64 : An ImageMagick fork, offering faster image generation
: and better quality
ImageMagick.i686 : An X application for displaying and manipulating images
ImageMagick.x86_64 : An X application for displaying and manipulating images
php-magickwand.x86_64 : PHP API for ImageMagick
php-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library Name and summary matches only, use "search all" for everything.

最新文章

  1. css3动画参数解释
  2. BZOJ1179 Atm //缩点+spfa
  3. 打造高大上的Canvas粒子(一)
  4. Fix “Windows cannot access the specified device path or file” Error
  5. 【BZOJ-2843&1180】极地旅行社&OTOCI Link-Cut-Tree
  6. Codeforces Round #318 [RussianCodeCup Thanks-Round] (Div. 2) B. Bear and Three Musketeers 枚举
  7. Google Hacking技术
  8. Visual C++ 2012/2013的内存溢出检測工具
  9. 利用phpmailer类邮件发送
  10. servlet的filter的使用
  11. mytop
  12. CPP--正码,反码,补码~附整数溢出的探讨
  13. Vue-框架模板的源代码注释
  14. 2019 Power BI最Top50面试题,助你面试脱颖而出系列<下>
  15. 潭州课堂25班:Ph201805201 第三课:序列类型的方法 (课堂笔记)
  16. Unity3D架构设计NavMesh寻路
  17. [ES]ES查询指南
  18. mysql: SELECT ... FOR UPDATE 对SELECT语句的阻塞实验
  19. Python Web学习笔记之TCP、UDP、ICMP、IGMP的解释和区别
  20. 【转】每天一个linux命令(42):kill命令

热门文章

  1. JAVAScript:前端模块化开发
  2. 实现DataGridView控件中CheckBox列的使用
  3. thinkpad那些事儿
  4. 使用open live writer客户端写博客zz
  5. F5-VM
  6. SourceTree 文件被锁异常
  7. AGC 007D.Shik and Game(DP)
  8. 解决IDEA Springboot项目sql文件打开提示No data sources are configured to run this SQL and provide advanced的问题
  9. Docker安装管理界面portainer
  10. 去重+排序板子(set+map)