About 736,000 results
Open links in new tab
  1. How to resize an image using ImageMagick - Ask Ubuntu

    Dec 26, 2022 · From How to easily resize images via command-line? I know I can use this command to resize an image in bash: convert -resize 1024X768 source.png dest.jpg But I'm …

  2. imagemagick - convert images to pdf - Ask Ubuntu

    Jul 9, 2014 · I have saved multiple images from google books. I wanted to convert them to a single pdf file, where in I need some inputs. The below two images(one png and one jpeg) are …

  3. imagemagick - How can I convert an avif image file to a png file?

    Aug 18, 2023 · My ImageMagick in Ubuntu 22.04 is version 6.9.11.60, and the commands were tested with this version and work perfectly with avif files. I haven't tested the commands with …

  4. How to install the latest version of ImageMagick? - Ask Ubuntu

    However, I want to use ImageMagick version 6.8.9.9. Is there a way to install this version with apt-get or some package manager without upgrading to Ubuntu 16.04?

  5. How to convert .heic files to .jpg using ImageMagick?

    Jun 9, 2011 · I find the default version in Ubuntu 22.04.4 LTS of ImageMagick: LANG=C apt policy imagemagick outputs imagemagick: Installed: 8:6.9.11.60+dfsg …

  6. imagemagick - How to change image PPI in batch mode? - Ask …

    Apr 5, 2020 · Is it possible to change an image resolution expressed in pixels per inch (PPI) in batch mode, using command line? My images resolution is currently below 100 PPI. I would …

  7. 20.04 - Imagemagick support for AVIF images - Ask Ubuntu

    I have a server running Ubuntu 24.04.2 running Imagemagick Version 6.9.12-98 and it support AVIF images without any problem. On another server running Ubuntu 20.04.6 it fails.

  8. ImageMagick: delegate library support not built-in - Ask Ubuntu

    Mar 20, 2025 · tar xzf ImageMagick.tar.gz cd ImageMagick-7.1.1-46 ./configure make sudo make install sudo ldconfig /usr/local/lib Everything installed correctly, but I could not run …

  9. How to blur an image from command line? - Ask Ubuntu

    Feb 2, 2018 · generalizing from an answer answer from this forum: convert orig_file.jpg -blur 0x8 blured_file.jpg or convert orig_file.jpg -filter Gaussian -blur 0x8 blured_file.jpg where 0x8 …

  10. installing imagemagick - Ask Ubuntu

    Jun 3, 2020 · The imagemagick-6-common and imagemagick-6.16 packages are dependencies of imagemagick that were installed automatically when the imagemagick package was installed …