Search found 309 matches

by mkoppanen
2008-08-16T03:07:34-07:00
Forum: IMagick
Topic: imagick installed correctly, but php scripts don't work
Replies: 3
Views: 10309

Re: imagick installed correctly, but php scripts don't work

What formats do you see supported in phpinfo? It sounds like you're lacking for example Freetype support (if im not mistaken its used for most of the annotations)
by mkoppanen
2008-07-29T16:46:55-07:00
Forum: IMagick
Topic: CopyOpacity equivalent for php IMagick?
Replies: 8
Views: 21185

Re: CopyOpacity equivalent for php IMagick?

Imagick composite constants: IMAGICK_REGISTER_CONST_LONG( "COMPOSITE_DEFAULT", OverCompositeOp ); IMAGICK_REGISTER_CONST_LONG( "COMPOSITE_UNDEFINED", UndefinedCompositeOp ); IMAGICK_REGISTER_CONST_LONG( "COMPOSITE_NO", NoCompositeOp ); IMAGICK_REGISTER_CONST_LONG( "...
by mkoppanen
2008-07-25T22:43:38-07:00
Forum: MagickWand
Topic: Not able to compile with Microsoft Visual Studio C++ 2008
Replies: 5
Views: 20339

Re: Not able to compile with Microsoft Visual Studio C++ 2008

Please post the error messages you get. It is impossible to help you without knowing what goes wrong.
by mkoppanen
2008-07-08T08:01:30-07:00
Forum: IMagick
Topic: how to add opacity to image?
Replies: 7
Views: 20107

Re: how to add opacity to image?

Can you re-read what I posted? This time with care.
by mkoppanen
2008-07-05T11:24:18-07:00
Forum: IMagick
Topic: how to add opacity to image?
Replies: 7
Views: 20107

Re: how to add opacity to image?

you need to send correct headers and use the getImagesBlob method.
by mkoppanen
2008-06-29T14:52:44-07:00
Forum: IMagick
Topic: read image encoded by CCITTFaxDecode from pdf file
Replies: 0
Views: 5173

Re: read image encoded by CCITTFaxDecode from pdf file

I've noticed that there is problems reading PDF from a blob. If I remember correctly it was fixed at some point but I am not sure.
by mkoppanen
2008-06-29T14:51:53-07:00
Forum: IMagick
Topic: how to add opacity to image?
Replies: 7
Views: 20107

Re: how to add opacity to image?

Hi,

can i see the image youre processing?
by mkoppanen
2008-05-21T08:04:27-07:00
Forum: MagickWand
Topic: MagickWand / MagickSetGravity
Replies: 2
Views: 11277

Re: MagickWand / MagickSetGravity

Thanks!
by mkoppanen
2008-05-21T07:57:31-07:00
Forum: Bugs
Topic: Identify crashes on broken JPEG file
Replies: 2
Views: 6608

Re: Identify crashes on broken JPEG file

Hello,

I got access to the same image because this was first reported as an Imagick bug. I seem to get the same error message when I open the image with Gimp. Stripping out ICC profile seems to be fixing the issue so maybe it's something related to that. Using Kubuntu 8.04 (64bit).
by mkoppanen
2008-05-17T03:38:40-07:00
Forum: IMagick
Topic: Problem installing
Replies: 0
Views: 4902

Re: Problem installing

I don't have access to Mac OS X but installing ImageMagick from ports seems to be a working solution.
by mkoppanen
2008-05-17T03:31:09-07:00
Forum: MagickWand
Topic: MagickWand / MagickSetGravity
Replies: 2
Views: 11277

MagickWand / MagickSetGravity

Considering the following code; should the call to MagickSetGravity affect MagickCropImage? Currently testing with ImageMagick 6.4.1-2 and it does not seem to have any effect. #include <stdio.h> #include <stdlib.h> #include <wand/MagickWand.h> int main() { MagickWandGenesis(); MagickWand *m_wand = N...
by mkoppanen
2008-05-12T10:44:25-07:00
Forum: IMagick
Topic: Missing JPG, PNG, TIF in ImageMagick Supported formats
Replies: 18
Views: 42920

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

Can you describe your setup a little? I have seen this before but can not remember what caused it. ld.so.conf maybe?
by mkoppanen
2008-05-07T09:27:58-07:00
Forum: MagickWand for PHP
Topic: Minor configure fix for MagickWand for PHP
Replies: 1
Views: 12389

Minor configure fix for MagickWand for PHP

The version check in the current checks if the version is at least 6.3.5 but the message indicates that it should be 6.3.8. Fixed the check and the message: --- config.m4.orig 2008-05-07 17:25:39.000000000 +0100 +++ config.m4 2008-05-07 17:26:11.000000000 +0100 @@ -30,8 +30,8 @@ IMAGEMAGICK_VERSION_...
by mkoppanen
2008-05-07T00:29:13-07:00
Forum: IMagick
Topic: Hue / Saturation / Brightness Issue ...
Replies: 5
Views: 15181

Re: Hue / Saturation / Brightness Issue ...

I hate to say but works for me. I am using ImageMagick 6.4.0 and modulateImage seems to be working as it should be.