InfoHeap
Tech tutorials, tips, tools and more
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

ImageMagick tutorials

  • Install Imagemagick on Mac
  • Install Imagemagick on Ubuntu
  • Create animated gif using Mac preview
  • Create animated gif on command line
  • Edit animated gif speed
  • Find image width and ppi
  • Find image unique colors and bit depth
  • Resize image dimention
  • Compress images
  • Crop image
 
  • Home
  • > Tutorials
  • > Linux/Unix Command Line
  • > ImageMagick

How to install Imagemagick on Ubuntu Linux

By admin on Dec 25, 2015

Use apt-get to install imagemagick

$ sudo apt-get install imagemagick

List binaries in imagemagick

$ dpkg -L imagemagick | grep bin
/usr/bin
/usr/bin/conjure.im6
/usr/bin/composite.im6
/usr/bin/import.im6
/usr/bin/mogrify.im6
/usr/bin/identify.im6
/usr/bin/display.im6
/usr/bin/animate.im6
/usr/bin/compare.im6
/usr/bin/stream.im6
/usr/bin/montage.im6
/usr/bin/convert.im6

Check convert version

$ convert --version
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP    

Create circle and rectangle using imagemagick

Run to following code to create a test image having circle and rectangle.

$ convert -size 200x120 xc:lightgray -fill green -stroke black -draw "circle 100,60 80,20"  -draw "rectangle 50,30 150,90"  image-magick-circle-rectangle.gif

ubuntu-image-magick-circle-rectangle

Suggested posts:

  1. How to install Imagemagick on Mac
  2. Imagemagick – how to create animation on command line
  3. How to install phantomjs on Ubuntu Linux
  4. How to install casperjs on Ubuntu Linux
  5. How to edit animated gif speed (FPS) using imagemagick convert
  6. How to crop an image using imagemagick convert
  7. How to install AWStats on Ubuntu Linux
  8. How to install node.js on Ubuntu Linux
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged ImageMagick, Linux, Linux/Unix Command Line, Tutorials, Ubuntu Linux

Follow InfoHeap

facebook
twitter
googleplus
  • Browse site
  • Article Topics
  • Article archives
  • Recent Articles
  • Contact Us
  • Omoney
Popular Topics: AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries

Copyright © 2022 InfoHeap.

Powered by WordPress