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

VM’s picture

patches welcome : )

OnkelTem’s picture

I'm afraid its more a matter or full rewrite then patching :)

drewish’s picture

Version: 5.x-1.2 » 6.x-1.x-dev
Status: Active » Postponed

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.

OnkelTem’s picture

First, I don't care about anything except D5: port all modules to D6 then promote it ;-)

markus_petrux’s picture

Subscribe

Wolfgang Reszel’s picture

Some Servers don't allow proc_open() or even is_file(). There we need the use of IMagick.

drewish’s picture

Or GD ;)

OnkelTem’s picture

Tried IMagick. Should confirm, that its too buggy and unstable to be seriously considered as solution. Crap :)

marvil07’s picture

This sounds interesting, subscribing to avoid forgetting about it