Tagged Questions

0
votes
1answer
26 views

Small question regarding Imagemagick ($im = new Imagick( “strawberry.png” )?

Hi all, I have a piece of codes that resizes a .png file in php. It start with: $im = new Imagick( "strawberry.png" ); I have a .png file in www.mydomain.com\test\strawberry.pn …
0
votes
0answers
7 views

Imagemagick not working regarding php?

Hello all; I have installed Imagemagick for (winxp) and is ok, and for working regarding resize with php code i have done a step by step procedure as a comment on php.net like bel …
0
votes
0answers
6 views

Portable version of ImageMagick to package with my app?

I've built a Content Management System application in CakePHP which I've utilised ImageMagick for transforming uploaded images and PDF files. The biggest problem I've found with u …
0
votes
2answers
18 views

Is it possible to compile ImageMagick with custom libxml2 on the Mac

It always seems to pick up the version from /usr/lib and there doesn't seem to be a ./configure parameter to override it. ./configure --prefix=$PREFIX --with-quantum-depth=8 --dis …
0
votes
1answer
38 views

MagickCore writing image data to stdout rather than to a filename

I'm using MagickCore to generate images from scratch. I'm trying to save my Image as a PNG file, but whenever I call WriteImage, it outputs to standard out rather than to the filen …
1
vote
1answer
41 views

Documents and examples of PythonMagick

Anyone knows where can I find the document and examples of PythonMagick. I did a search on Google but no much info was found.
0
votes
1answer
23 views

What do scale and inflate do in the ImageMagick file resizer class

I am using ImageMagick via Symfony to resize images in PHP. The sfThumbnailer class uses 'scale' and 'inflate' parameters to interface with ImageMagick. What do they do and how wi …
0
votes
0answers
19 views

Use libpng static lib in ImageMagick/GraphicsMagick

Hi everyone, I'd like to compile a executable that contains imagemagick and it's delegate libraries like libpng to ease distribution. I easily compile imagemagick into my app but …
1
vote
3answers
70 views

How can I extract EXIF data using PerlMagick?

I'm currently using Perl Magick http://www.imagemagick.org/script/perl-magick.php, the perl interface to Image Magick http://www.imagemagick.org, to process & convert photos th …
0
votes
2answers
73 views

Should I use ImageMagick or GD2 with ImageAPI in drupal?

Why? What are the pros and cons of each?
0
votes
1answer
32 views

How can I get a libtiff TIFF object from a MagickWand object (in C)?

How can I get a libtiff TIFF object from a MagickWand object (in C)? I want to open any given image type with ImageMagick and run tesseract on it. Tesseract seems to use libtiff f …
0
votes
2answers
42 views

How to make Image Magik Imagick class available

Hi guys, This is a really ametur question but Ive installe Image Magik from the ports on my FreeBSD. However when I use $image = new Imagick($filename); I get Fatal error: Clas …
0
votes
1answer
181 views

Trouble with linking ImageMagick libraries using MinGw on Windows

I started using Qt Creator recently and it seems to work well. A sample application I build on OS X uses the ImageMagick library. No problems there - everything works as expected. …
0
votes
1answer
322 views

ImageMagick convert error (Wrong JPEG library version: library is 62, caller expects 70)

Looks like it is reading the wrong jpeg ibrary, but I have jpeg 7 installed. How do i tell ImageMagick to look up the right JPEG library version(I don't care 62 or 70 as long as it …
0
votes
2answers
62 views

Imagemagick thumbnail generation with php - using -crop

Hi there, Long ago I created a small library for resizing images using imagemagick through system(...) because I did not feel that the build-in imagemagick functions for PHP were …

1 2 3 4 5 9 next
15 30 50 per page