About 50 results
Open links in new tab
  1. 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?

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

  3. 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 …

  4. 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:

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

    Feb 2, 2018 · 10 I know it is possible to convert from png to jpg in command line with imagemagick. Is it possible to blur from commandline too? I have found this documentation but it does not demonstrate …

  6. How to crop borders/white spaces from image? - Ask Ubuntu

    ImageMagick Trim The command line option trim used together with convert, or mogrify lets you trim borders of the same color as the corners of an image. Usage: convert input.png -trim output.png The …

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

  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. Convert a directory of JPEG files to a single PDF document

    Jan 23, 2013 · I have many JPEG files in a directory, and I want to convert them to PDF and concatenate them together to make a single document. How can this be done? I would prefer using …

  10. 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 …