Closed (works as designed)
Project:
Drupal core
Version:
6.16
Component:
image system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 12:27 UTC
Updated:
23 May 2010 at 02:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
brianshumate commentedNevermind... this is PEBKAC. :-(
Comment #2
brianshumate commentedOK.
After some additional testing. this is not a case of PEBKAC. ;-) It appears to be an issue with ImageAPI and possibly because GD2 is sort of the expected image library.
If I choose to use one toolkit over the other, I shouldn't have to deal with warnings about the other being unavailable, right? I notice that ImageAPI does not complain about the absence of ImageMagick the same way it does about the absence of GD2.
If GD2 is not required by Drupal core, or any other module I'm using, then there should be no warnings. I do not have ImageAPI GD2 selected in the module list, either.
Screen shots of the warning and my current ImageAPI / ImageCache settings are attached.
This is Drupal 6.14.
Comment #3
drewish commentedIt's actually Drupal core that's complaining. ImageAPI only checks if the imageapi_gd module is installed.
Comment #4
brianshumate commented*sigh*
I had originally suspected that it was indeed Drupal core- thanks for confirming my original suspicion.
Oh well, I give up on trying to understand something as odd as this.