P
P
Pankiv2012-03-14 13:48:36
Zend Framework
Pankiv, 2012-03-14 13:48:36

Image library for ZF?

Hello, I've run into this problem. By default, ZF does not have a library for working with images. Who and how got out of this situation, share ideas. Perhaps someone has a self-written library that he is willing to share.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nayjest, 2012-03-14
@nayjest

Apparently, the creators of ZF did not set such a goal, because for php there are already quite high-level tools for working with images.
If there are no obstacles in the form of shared hosting on your way without the ability to deliver extensions, feel free to use ImageMagick or GMagick (an extension based on the ImageMagick fork, the differences are minimal, in some small things it is better, although I once preferred ImageMagick from - for the greater prevalence of this library).
If installing additional extensions is still unacceptable for you, use the GD that comes with PHP. This is a less rich library, so here you can look in the direction of any high-level add-ons written in PHP.
Since you were interested in solutions that are closest in spirit to ZF, I will mention such a project: Zend Image , but this is a half-abandoned project of two programmers, therefore I cannot recommend it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question