Posted by OnkelTem on August 3, 2008 at 3:29am
Jump to:
| Project: | ImageAPI |
| Version: | 6.x-1.x-dev |
| Component: | ImageAPI Imagick |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
There is a module for PHP, called IMagick, which is full functioning API of ImageMagick lib.
Why ImageAPI uses external process 'convert' with restricted functionality (comparing to 'compose', for example)?
I think the ImageMagick part of ImageAPI should be rewritten and start using native calls.
Comments
#1
patches welcome : )
#2
I'm afraid its more a matter or full rewrite then patching :)
#3
first of all new development doesn't happen in old branches, second of all imagick is totally broken. dopry'd tried using it initially and had nothing but problems. if you'd like to take a swing at writing an toolkit for it in D6 we'd love the help.
#4
First, I don't care about anything except D5: port all modules to D6 then promote it ;-)
#5
Subscribe
#6
Some Servers don't allow proc_open() or even is_file(). There we need the use of IMagick.
#7
Or GD ;)
#8
Tried IMagick. Should confirm, that its too buggy and unstable to be seriously considered as solution. Crap :)
#9
This sounds interesting, subscribing to avoid forgetting about it