summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-02-01 23:14:13 +0000
committerMarcus Boerger <helly@php.net>2003-02-01 23:14:13 +0000
commit27ccc665181fa0b034a94e80a5fbe1440df2aabe (patch)
treeee7e273226574e68a85895541cb6489eb57589ab /ext/standard/php_image.h
parent895c27d3fceea9a193eeaf5dffbf011daf6d3cb9 (diff)
downloadphp-git-27ccc665181fa0b034a94e80a5fbe1440df2aabe.tar.gz
@Added XBM support for GetImageSize(). (helly)
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 462479f97e..4d449b3d14 100644
--- a/ext/standard/php_image.h
+++ b/ext/standard/php_image.h
@@ -48,6 +48,7 @@ typedef enum
IMAGE_FILETYPE_IFF,
IMAGE_FILETYPE_WBMP,
/* IMAGE_FILETYPE_JPEG2000 is a userland alias for IMAGE_FILETYPE_JPC */
+ IMAGE_FILETYPE_XBM,
/* WHEN EXTENDING: PLEASE ALSO REGISTER IN image.c:PHP_MINIT_FUNCTION(imagetypes) */
} image_filetype;
/* }}} */