Results 1 to 4 of 4

Thread: ImageMagick no decode delegate

  1. #1
    Join Date
    Jan 2010
    Location
    Buenos Aires
    Beans
    21
    Distro
    Ubuntu 14.04 Trusty Tahr

    ImageMagick no decode delegate

    I keep trying to convert a bunch of jpg files into pdf, but ImageMagick just seems to keep failing there.
    Well well, after three thousand fix and reinstall attempts (seriously, I've been trying to fix it for the last month or so), this is what I'm getting today:

    Code:
    convert: no decode delegate for this image format `IMG_9.jpg' @ error/constitute.c/ReadImage/532.
    convert: missing an image filename `back.pdf' @ error/convert.c/ConvertImageCommand/2949.
    As it seems there's no other way to do this save for this program, and I need it badly, any ideas?

  2. #2
    Join Date
    Oct 2009
    Location
    New Hamsha
    Beans
    1,275
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: ImageMagick no decode delegate

    Try installing Ubuntu Restricted Extras and libjpeg.
    Or you could [code]convert pdf <filename> <pdf filename>
    AMD A4-3400 w/ Radeon HD 6410D, 8 GB Corsair Vengeance DDR3 1333Mhz, Kubuntu 14.04, SliTaz 4.0, Windows 8.1, Ubuntu 14.04 VM
    " ... Love your neighbor as you love yourself."

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: ImageMagick no decode delegate

    You might have better luck asking this question at ImageMagick's site.

  4. #4
    Join Date
    Mar 2007
    Location
    Your Closet
    Beans
    380
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ImageMagick no decode delegate

    I'm very familiar with imagemagick. What was the exact command and did you try on another jpeg file?

    Have a look at this and see if it helps:
    http://www.wizards-toolkit.org/disco...st=0&sk=t&sd=a

    Are you not using the imagemagick from the repositories? You're compiling this yourself why?

    Are you not able to do this command?
    Code:
    convert test.jpg test.pdf
    Usually I will have both restricted extras and the medibuntu repository installed, what do you have? Maybe the medibuntu has a better version.
    Last edited by bashologist; November 9th, 2010 at 04:01 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •