Search found 5 matches
- 2011-08-23T18:55:34-07:00
- Forum: MagickWand for PHP
- Topic: How to learn to use MagickWand for PHP
- Replies: 1
- Views: 22084
How to learn to use MagickWand for PHP
Hello, I'm new to ImageMagick and to MagickWand. I'm moving from PHP's GD library because I need to work with very good quality images for professional photographer's websites. There is plenty of documentation for GD, but I can't say the same for MagickWand. It's really difficult to fien any good ...
- 2011-08-18T18:41:40-07:00
- Forum: MagickWand for PHP
- Topic: SOLVED: MagickReadImages() error on a valid image?
- Replies: 1
- Views: 20077
Re: MagickReadImages() error on a valid image?
I've solved the problem. I tested the image.jpg with "display image.jpg", to see if I could get some more info... and I got this error: display: Wrong JPEG library version: library is 62, caller expects 80 I remembered that I had installed a new "libjpeg". I executed the tests of ImageMagick with ...
- 2011-08-18T17:03:12-07:00
- Forum: MagickWand for PHP
- Topic: SOLVED: MagickReadImages() error on a valid image?
- Replies: 1
- Views: 20077
SOLVED: MagickReadImages() error on a valid image?
Hello, I have installed ImageMagick-6.7.1-7 from source. The installation went well, and the logo of the installation example is displayed fine. Then I installed MagickWandForPHP 1.0.8, and the installation also went well. I tested it with phpinfo, and I'm getting de imagewand box with this ...
- 2011-08-17T17:19:12-07:00
- Forum: Users
- Topic: SOLVED: Installation error on 'make install'
- Replies: 1
- Views: 8088
Re: Installation error on 'make install'
I've managed to find the problem. My libfftw3.a was compiled without -fPIC. I uninstalled FFTW from my system, dowloanded the latest source code from FFTW site and build with -fPIC on CFLAGS and CXXFLAGS. Then I tryed againd the ImageMagick installataion and it went fine. Now I'm having another ...
- 2011-08-13T16:06:36-07:00
- Forum: Users
- Topic: SOLVED: Installation error on 'make install'
- Replies: 1
- Views: 8088
SOLVED: Installation error on 'make install'
Hello, I'm having problems installing Image Magik. I have Ubuntu 11.04. I'm installing Image Magick 6.6.7-10. I followed the installation instructions and all went well until the "make install" command, when I executed it I got this error: /usr/bin/ld: /usr/local/lib/libfftw3.a(alloc.o): relocation ...