On Tue, 3 Dec 2002, Michael Montero wrote: > Hello! Wondering if anyone is working on/interested in a module that > wraps the ImageMagick functionality? I'm thinking it would be used as > such: > > <IMG SRC="/images/blah.gif?im=rot|90;size|100x100|....">
Just as a hint, mod_ext_filter and mod_cache in Apache 2.0 would likely be helpful for this. mod_ext_filter to do the interface to ImageMagick and mod_cache to keep the output with the same parameters from having to be regenerated every single time. Given those two, I bet you could get this functionality having to actually write a new module. :) --Cliff
