About 53,000 results
Open links in new tab
  1. convert webp to jpg error: "no decode delegate for this image format ...

    May 1, 2020 · I've installed libwebp2 & libwebp-dev So far, no example found on the net of converting webp to jpg. Some webp files can easily converted by using imagemagick with command convert …

  2. ffmpeg - Convert Webp to PDF - Unix & Linux Stack Exchange

    Jan 15, 2018 · One possibility is to first convert the webp images to jpg, then to pdf. This might reduce the quality a little, but should work.

  3. conversion - Convert (ImageMagick) ignores quality level setting when ...

    Dec 19, 2024 · 0 I've been using convert to recompress images to webp for publication. My command line is: convert -quality 70 input.jpg test.webp This works in Mint 20 (ImageMagick 6.9.10-23), but in …

  4. How to convert a directory of jpg files to a pdf with filenames as ...

    Sep 23, 2021 · As mentioned online, we can convert the .jpg files to a .pdf using img2pdf .jp --output combined.pdf, and then we can add ocr using ocrmypdf combined.pdf combined_ocr.pdf.

  5. Converting multiple image files from JPEG to PDF format

    I want to convert some files from jpeg to pdf. I am using following command. $ convert image1.jpg image1.pdf But I have 100 images. How should I convert all of them to corresponding pdfs? I tri...

  6. How to rotate a set of pictures from the command line?

    May 17, 2017 · I have a large set of JPEG pictures all with the same resolution. It would take too long to open each one inside the graphical interface of imagemagic or gimp. How do I achieve each picture …

  7. Image conversion bash script not working - Unix & Linux Stack Exchange

    Jan 12, 2022 · I found this script to convert images to webp format. #!/bin/bash -x # converting JPEG images find $1 -type f -and \\( -iname "*.jpg" -o -iname "*.jpeg ...

  8. Imagemagick: How to a PNG with the highest possible quality?

    Jun 9, 2010 · Here's what I got: convert resize 491.33 "image1.png" -quality 90 image2.png. The result is okay-ish, but I feel like it could be better. FYI, the input image is a photo (generated with AI, to be …

  9. command line - pdf to jpg without quality loss; gscan2pdf - Unix ...

    The resulting jpg-files are (roughly) of the same quality as the original pdf (which is what I want). Now my question is, if there is a simple command line way to convert the pdf file to a bunch of jpg files …

  10. How to find files that don’t have a suffixed version?

    Aug 29, 2023 · I have a few million .jpg files and I want to generate a .jpg.webp version for each one (foo.jpg -> foo.jpg.webp). For this, I need to find all files ending in .jpg for which there’s no .jpg.webp …