Search found 3 matches

by JamieR
2017-05-05T12:23:55-07:00
Forum: Developers
Topic: MozJPEG library in ImageMagick build
Replies: 3
Views: 20727

MozJPEG library in ImageMagick build

Hello, I'm looking into incorporating MozJPEG into an ImageMagick build so that IM can natively use MozJPEG (vs. libjpeg) instead of using a separate MozJPEG executable on images already manipulated with IM. I compiled the MozJPEG library, and then attempted to use ImageMagic's "configure"...
by JamieR
2012-03-29T12:51:00-07:00
Forum: Developers
Topic: "no decode delegate for this image format" with Targa (.TGA)
Replies: 3
Views: 17954

Re: "no decode delegate for this image format" with Targa (.

Thank you for your reply! Yes, other formats work just fine.

I'm sorry about posting in the wrong forum. I'll repost in "Imagick" as you suggest.
by JamieR
2012-03-29T08:51:06-07:00
Forum: Developers
Topic: "no decode delegate for this image format" with Targa (.TGA)
Replies: 3
Views: 17954

"no decode delegate for this image format" with Targa (.TGA)

THE PROBLEM: When I try instantiating a .TGA image file using PHP/Imagick, I'm getting the message "no decode delegate for this image format": $img = new Imagick($filePath); PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `/tmp...