From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.2 PHP Bug Type: Feature/Change Request Bug description: Extend detection capabilities of getimagesize
It would be nice if getimagesize() could be extended to recognize more image file types, as the corresponding command in ImageMagick does. I'm using PHP as a shell script and it would be useful not to have to do exec calls to ImageMagick, and also simplify the Image_Transform libray i'm writing for PEAR. Formats detected by ImageMagick: http://imagemagick.org/www/formats.html Even if the list isn't as extensive, it would be really useful! -- Edit bug report at http://bugs.php.net/?id=17250&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17250&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17250&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17250&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17250&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17250&r=support Expected behavior: http://bugs.php.net/fix.php?id=17250&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17250&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17250&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17250&r=globals
