[drupal-devel] image tool kits
Hello, I have just uploaded 2 image tool kits for use with the new image api that is now in drupal, and going to appear in 4.6. The first uses the php imagick extension so there is no shelling out to execute the convert command. This works well except I do find it a bit slow. The second uses the php imlib extension which is extremely fast, and uses all native php. I have uploaded these into my sandbox, and if possible I would like these included in James new image module. But I do think that there should be a better place to put these. Maybe not in core, but maybe a place in contributions somewhere for image tool kits. -- Gordon Heydon <gordon@heydon.com.au>
On 23-Mar-05, at 1:25 AM, Gordon Heydon wrote:
Hello,
I have just uploaded 2 image tool kits for use with the new image api that is now in drupal, and going to appear in 4.6.
Great work Gordon!
I have uploaded these into my sandbox, and if possible I would like these included in James new image module. But I do think that there should be a better place to put these. Maybe not in core, but maybe a place in contributions somewhere for image tool kits.
For now, we have discussed just keeping the toolkits in modules/image (i.e. have them included with image module). -- James Walker :: http://www.walkah.net/
I have uploaded these into my sandbox, and if possible I would like these included in James new image module. But I do think that there should be a better place to put these. Maybe not in core, but maybe a place in contributions somewhere for image tool kits.
We should indeed group all toolkits that are well-written and known to work. Let's see what the media people have to say about this, or how they would like to see this organized. -- Dries Buytaert :: http://www.buytaert.net/
participants (3)
-
Dries Buytaert -
Gordon Heydon -
James Walker