Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Nov 2006 at 16:10 UTC
Updated:
29 Jul 2014 at 17:33 UTC
At the moment, image.inc searches the includes directory for image.*.inc files. That means that, while we have the flexibility to include any number of image toolkits, none but the default GD toolkit are available until they are copied to the includes directory. I object to this on two grounds:
I plan to write a patch to allow image.inc to use image.*.inc files in other directories. My idea is that module installation files could register the path to their bundled toolkits in the variable table. I'd like to hear ideas from others before I start writing.
Comments
Comment #1
drewish commentedComment #2
sun.core commentedComment #3
valthebaldThis was fixed in #270508: Image toolkits should not have to be copied into the /includes directory. Current behaviour (in 8.x and 7.x):
which well allows other module declare their own toolkits.