About 50 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 stuck at only …

  2. 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?

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

    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 version 7.1.0 …

  4. I am using Ubuntu 22.04 and when trying to use ImageMagick to …

    Mar 20, 2023 · One word in the policy.xml needs to be edited in order to give permissions for ImageMagick to convert pdf files to images. ImageMagick also does batch image format conversion …

  5. pdf - imagemagick - convert not allowed - Ask Ubuntu

    Mar 20, 2019 · I have multiple *.jpeg pictures I like to merge into a single *.pdf file like so: convert Blatt1.jpg Blatt2.jpg Blatt3.jpg Blatt4.jpg out.pdf I am prompted with the following exception: convert:

  6. How do I create an animated gif from still images (preferably with the ...

    Jul 14, 2015 · Hi @astro123 how is the quality lower? Smaller image size, or less frames, or something else (GIF uses lossless apparently, so can't be worse compression)? Try -framerate 60 -r 60. Inspect …

  7. 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 two continuous …

  8. 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 in …

  9. ImageMagick convert-im6.q16: unable to open image - Ask Ubuntu

    Mar 20, 2022 · Thanks kenn, this is something I saw earlier but it deals with PDF in ImageMagick. I had a look at xml policies but as it was format related i concluded it would not solve my issue.

  10. Where is the magick command of Imagemagick? - Ask Ubuntu

    Feb 11, 2021 · Update: Thanks to @steeldriver, I have quickly learnt a lot about ImageMagick :) The ImageMagick version 6 command line API (shipped with Ubuntu 20.04 and earlier) consists of these …