Jump to content
Larry Ullman's Book Forums

Search the Community

Showing results for tags 'imagick'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Single Editions
    • Modern Javascript: Develop and Design
    • The Yii Book
    • Effortless Flex 4 Development
    • Building a Web Site with Ajax: Visual QuickProject
    • Ruby: Visual QuickStart Guide
    • C++ Programming: Visual QuickStart Guide
    • C Programming: Visual QuickStart Guide
    • Adobe AIR: Visual QuickPro Guide
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (5th Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
    • PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (1st Edition)
  • PHP for the Web: Visual QuickStart Guide
    • PHP for the Web: Visual QuickStart Guide (5th Edition)
    • PHP for the Web: Visual QuickStart Guide (4th Edition)
    • PHP for the Web: Visual QuickStart Guide (3rd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (2nd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (1st Edition)
  • Effortless E-commerce with PHP and MySQL
    • Effortless E-Commerce with PHP and MySQL (2nd Edition)
    • Effortless E-Commerce with PHP and MySQL
  • PHP Advanced: Visual QuickPro Guide
    • PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
    • PHP 5 Advanced: Visual QuickPro Guide (2nd Edition)
    • PHP Advanced: Visual QuickPro Guide
  • MySQL: Visual QuickStart Guide
    • MySQL: Visual QuickStart Guide (2nd Edition)
    • MySQL: Visual QuickStart Guide (1st Edition)
  • Other
    • Announcements
    • Newsletter, Blog, and Other Topics
    • Forum Issues
    • Social

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. Hi, I thought that I would post this as it may be of help to anyone using the Imagick DLL in PHP to access Image Magick functions. In case you are not aware, Image Magick is very function-rich and terrific open source software for image manipulations. My use of it is extremely basic, just to resize jpg images. About a year ago I came across the php imagemagick dll (filename is php_imagick.dll and installed it without any problems. At the time I already had Image Magick installed on my PC. To my delight, I managed to get my resizing to work just fine (previously I had been using the PHP GD library functions). A week or so ago I installed the latest version of Image Magick on my PC. To my horror the PHP functionality stopped working. After some Googling I discovered that your php imagick dll has to align version-wise with your installed Image Magick. So I tried to find the latest php dll but although I found a reasonably current dll it was incompatible with my newly installed Image Magick package. I could not find out how to ascertain the version alignment of the php dll though it is clear what the version number of the Image Magick PC package is. My installation last year was just luck!! I eventually found a more current php imagick dll 'buried' inside the PECL Imagick zip file (available from the web) but it too was not version-aligned with my new Image Magick installation. Luckily I still had the 'old' Image Magick install exe so I uninstalled the new Image Magick and then re-installed the old version and now everything works OK again. One is tempted to comment 'traps for young players' but as I don't qualify for the 'young' tag, I will say that it is 'traps for inexperienced players':-) Cheers from Oz.
×
×
  • Create New...