summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-01-16 19:45:26 +0000
committerMarcus Boerger <helly@php.net>2003-01-16 19:45:26 +0000
commit8958762de6eb9141b6b8073805c04c897dbe7a77 (patch)
tree2ba7a74c67de3a59ee10f3b2540ccffd801fd818 /ext/standard/php_image.h
parentb1613e16f25935a7a59761726548551b25dcfa00 (diff)
downloadphp-git-8958762de6eb9141b6b8073805c04c897dbe7a77.tar.gz
- corrected error in file detection for very small files
- JPEG 2000 support, mostly Adam Wright <adam@elysium.ltd.uk> @Enhanced jpeg 2000 support for GetImageSize(). (marcus, Adam Wright)
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r--ext/standard/php_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h
index 2fe2e4cff3..462479f97e 100644
--- a/ext/standard/php_image.h
+++ b/ext/standard/php_image.h
@@ -47,6 +47,7 @@ typedef enum
IMAGE_FILETYPE_SWC,
IMAGE_FILETYPE_IFF,
IMAGE_FILETYPE_WBMP,
+ /* IMAGE_FILETYPE_JPEG2000 is a userland alias for IMAGE_FILETYPE_JPC */
/* WHEN EXTENDING: PLEASE ALSO REGISTER IN image.c:PHP_MINIT_FUNCTION(imagetypes) */
} image_filetype;
/* }}} */