Search found 309 matches

by mkoppanen
2008-03-21T13:34:35-07:00
Forum: IMagick
Topic: trying to match my command line results with IMagick code
Replies: 4
Views: 11736

Re: trying to match my command line results with IMagick code

I think the same happens with the command line version (rotate first).
by mkoppanen
2008-03-21T13:30:17-07:00
Forum: IMagick
Topic: Getting Imagick installed correctly with PHP
Replies: 4
Views: 12991

Re: Getting Imagick installed correctly with PHP

I will update the DLLs on my site to work with ImageMagick 6.3.9. I'm in the middle of a reinstall, so shouldn't take that long.
by mkoppanen
2008-03-18T04:03:12-07:00
Forum: IMagick
Topic: trying to match my command line results with IMagick code
Replies: 4
Views: 11736

Re: trying to match my command line results with IMagick code

Can I see resulting images from both the command-line operation and the imagick operation?
by mkoppanen
2008-03-16T08:09:15-07:00
Forum: IMagick
Topic: Installing imagick
Replies: 1
Views: 7164

Re: Installing imagick

You're lacking the ImageMagick development package. In debian based distros it's something like libmagick9-dev.
by mkoppanen
2008-03-14T05:56:06-07:00
Forum: IMagick
Topic: Question about batch processing, and kudos
Replies: 2
Views: 8456

Re: Question about batch processing, and kudos

Something like this maybe: Changes: a) read head image only once and clone it when needed b) use thumbnailImage instead resizeImage (strips image profiles and comments) c) Use Imagick::COMPOSITE_OVER constant instead of fetching Composite operator every time d) Use the same frame object on each iter...
by mkoppanen
2008-03-08T05:48:17-07:00
Forum: Developers
Topic: GSoC
Replies: 1
Views: 5481

GSoC

http://code.google.com/soc/2008/

Is there any plans for ImageMagick to apply?
by mkoppanen
2008-03-05T13:01:42-07:00
Forum: IMagick
Topic: Problem reading a PDF
Replies: 2
Views: 8847

Re: Problem reading a PDF

Is GhostScript installed and is it in the $PATH?
by mkoppanen
2008-03-03T10:42:17-07:00
Forum: MagickWand
Topic: imitating the -density operator
Replies: 4
Views: 13553

Re: imitating the -density operator

Thanks Pete!
by mkoppanen
2008-03-02T08:52:24-07:00
Forum: MagickWand
Topic: imitating the -density operator
Replies: 4
Views: 13553

Re: imitating the -density operator

Hi Pete and thanks for the quick reply. Wouldn't I use MagickSetResolution( wand, 300, 300 ); to set the resolution before the actual read occurs? If I remember correctly that is required with for example RAW images(?). What I hear from the users is that SetImageResolution or SetResolution does not ...
by mkoppanen
2008-03-02T02:52:35-07:00
Forum: IMagick
Topic: Problems creating 8bit BMP image
Replies: 2
Views: 8855

Re: Problems creating 8bit BMP image

If the issue is present with the command-line tools, then I would assume the problems lies in your ImageMagick installation.
by mkoppanen
2008-03-02T02:36:47-07:00
Forum: MagickWand
Topic: imitating the -density operator
Replies: 4
Views: 13553

imitating the -density operator

I got a question from user which I am unable to answer without diving into the ImageMagick sources: "Using the console typing: “convert -density 300×300 /home/timo/test.pdf[1] test.jpg” leads to an internal rendering process that fetches the informations (vectors, fonts, pictures etc.) with 300...
by mkoppanen
2008-02-21T04:40:32-07:00
Forum: Developers
Topic: MagickWand for PHP vs ImageMagick new library structure
Replies: 1
Views: 5987

MagickWand for PHP vs ImageMagick new library structure

I created two quick patches against MagickWand 1.6.0 to allow compiling against the new ImageMagick library structure. The patches can be found here: http://valokuva.org/patches/magickwand/ The main changes are: 1) using libMagickWand and libMagickCore instead of libWand and libMagick 2) forward com...
by mkoppanen
2008-02-20T17:09:21-07:00
Forum: IMagick
Topic: How can I implement complex im code?
Replies: 2
Views: 9286

Re: How can I implement complex im code?

Hi,

I don't the browsers support embedding the image contents into the HTML. Effectively you would be doing the same as copy pasting the image contents into your HTML.

In your HTML side use <img src=""> tag.
by mkoppanen
2008-02-04T10:23:24-07:00
Forum: IMagick
Topic: problem reading PDF
Replies: 3
Views: 11085

Re: problem reading PDF

Fatal error: Uncaught exception 'ImagickException' with message 'Postscript delegate failed `/httpd/html/mydomain/www/test.pdf': No such file or directory' in /httpd/html/mydomain/www/test.php:5 Stack trace: #0 /httpd/html/mydomain/www/test.php(5): Imagick->readimage('test.pdf') #1 {main} thrown in...
by mkoppanen
2008-02-04T09:55:56-07:00
Forum: Bugs
Topic: problem reading PDF
Replies: 2
Views: 7225

Re: problem reading PDF

Do you have the gs delegate installed? Please, do not report Imagick related bugs here; use the dedicated Imagick area on the forum or pecl.php.net bugtracker.