Search found 309 matches

by mkoppanen
2008-05-07T00:28:24-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

To be honest I don't see why you don't have jpeg support.
by mkoppanen
2008-04-28T10:53:08-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

Does ldconfig --print show libjpeg and libpng ?
by mkoppanen
2008-04-27T05:00:26-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

Did you give a full path to the imagick.so file?
by mkoppanen
2008-04-26T00:18:20-07:00
Forum: MagickWand for PHP
Topic: How do you do "-density"?
Replies: 3
Views: 19522

Re: How do you do "-density"?

I guess MagickSetResolution should be used instead of MagickSetImageResolution.
by mkoppanen
2008-04-23T14:36:30-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

can you check ldd -r imagick.so to see if it is linked against correct libraries. Do you have an old installation of ImageMagick on the server?
by mkoppanen
2008-04-23T14:30:57-07:00
Forum: IMagick
Topic: 500 Internal Server Error when annotating
Replies: 3
Views: 10237

Re: 500 Internal Server Error when annotating

Is it possible to get a gdb backtrace out of that? Preferably with a debug build if possible. I can not reproduce it here.
by mkoppanen
2008-04-23T10:49:23-07:00
Forum: IMagick
Topic: 500 Internal Server Error when annotating
Replies: 3
Views: 10237

Re: 500 Internal Server Error when annotating

Does test1.ttf exist?
by mkoppanen
2008-04-18T04:50:51-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

Can you post config.log of ImageMagick somewhere? If you try using the command line convert tool (convert -thumbnail 100 test.jpg test.png) does that work?
by mkoppanen
2008-04-16T12:21:43-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

danielmauch wrote:Hi

How can I do that in debian? With ssh / Putty?

Thanks
Daniel
Yes:

apt-get install libpng12-dev libjpeg62-dev
by mkoppanen
2008-04-16T12:12:22-07:00
Forum: MagickWand
Topic: A simple patch for wand/magick-image.h
Replies: 1
Views: 7688

A simple patch for wand/magick-image.h

Fixes "warning: implicit declaration of function 'MagickLiquidRescaleImage'" when compiling against ImageMagick: --- magick-image.h 2008-03-05 01:21:49.000000000 +0000 +++ magick-image.h.modified 2008-04-16 19:54:48.000000000 +0100 @@ -170,6 +170,8 @@ MagickLevelImageChannel(MagickWand *,c...
by mkoppanen
2008-04-15T07:31:35-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42276

Re: Missing JPG, PNG, TIF in ImageMagick Supported formats

Configure and compile ImageMagick with the needed libraries.
by mkoppanen
2008-04-07T08:19:55-07:00
Forum: IMagick
Topic: Command line CMYK <=> RGB works, Imagick does not.
Replies: 10
Views: 23800

Re: Command line CMYK <=> RGB works, Imagick does not.

using ImageMagick 6.4.0 03/31/08 Q16 http://www.imagemagick.org exactly the same results from command line and Imagick. The green colored image.
by mkoppanen
2008-04-07T06:16:33-07:00
Forum: IMagick
Topic: Command line CMYK <=> RGB works, Imagick does not.
Replies: 10
Views: 23800

Re: Command line CMYK <=> RGB works, Imagick does not.

On the first example you get png output and on the second one there is jpeg output. I don't know if that makes a difference. Can you post the images and profiles so that I can test?
by mkoppanen
2008-03-31T05:49:01-07:00
Forum: IMagick
Topic: Fill text with a pattern from an external image
Replies: 6
Views: 17061

Re: Fill text with a pattern from an external image

Does not seem to be working here either (ImageMagick 6.4.0)
by mkoppanen
2008-03-29T05:31:38-07:00
Forum: IMagick
Topic: ImageMagick Error
Replies: 1
Views: 6504

Re: ImageMagick Error

I don't see how this relates to Imagick.