David Caunt

PHP and Zend Framework Engineer

Subscribe to my RSS feed

Zend Image proposal accepted

October 10th, 2009

It’s official – Zend have accepted our Zend_Image proposal. Credit goes to Dolf Schimmel for writing the initial proposal and liaising with the Zend team.

Zend_Image will initially support two adapters, Gd and Imagick (ImageMagick), and Gmagick support may be added in future. The following common image operations will be supported:

  • Resize
  • Rotate
  • Watermark
  • Filtering
  • Format Conversion (e.g. JPG to PNG)
  • Drawing (lines, arcs, ellipses, polygon, text)

Major benefits of Zend_Image include portability and a uniform API across adaptors. It will also be possible to define custom and composite actions for reuse.

We’re excited to proceed with development and hoping for inclusion in the forthcoming 1.10 release. We welcome your feedback on the proposal page if you have ideas or comments.

Tags: ,

2 Responses to “Zend Image proposal accepted”

  1. steve says:

    Since october last year, there were no news about Zend_Image, is it still in the works?

  2. David says:

    It is, but due to fundamental differences between GD and ImageMagick it won’t be available until 1.11. We felt that we couldn’t produce a ZF quality component in time for 1.10. In the meantime, source is available in the incubator.

Leave a Reply

You may wrap code in <code> tags or use <pre lang="php">code</pre> for full highlighting.

Top