InfoHeap
Tech
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. Php look ahead and look behind regex examples
  2. Get image width and ppi using imagemagick identify on command line
  3. How to check if a user has password on Linux
  4. How to create animated gif using Mac preview
  5. WordPress mysql query to get all custom keys and values for a post
  6. HTML input checkbox
  7. How to edit animated gif speed (FPS) using imagemagick convert
  8. Mac brew – how to find latest available package without installing
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
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | 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 | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress