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
Comment #1
vm commentedpatches welcome : )
Comment #2
OnkelTem commentedI'm afraid its more a matter or full rewrite then patching :)
Comment #3
drewish commentedfirst 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.
Comment #4
OnkelTem commentedFirst, I don't care about anything except D5: port all modules to D6 then promote it ;-)
Comment #5
markus_petrux commentedSubscribe
Comment #6
Wolfgang Reszel commentedSome Servers don't allow proc_open() or even is_file(). There we need the use of IMagick.
Comment #7
drewish commentedOr GD ;)
Comment #8
OnkelTem commentedTried IMagick. Should confirm, that its too buggy and unstable to be seriously considered as solution. Crap :)
Comment #9
marvil07 commentedThis sounds interesting, subscribing to avoid forgetting about it