File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / image / skipif_imagetype.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:04 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

<?php
if (!defined('IMAGETYPE_GIF'))     die('skip images of type GIF not supported');
if (!defined('IMAGETYPE_JPEG'))    die('skip images of type JPEG not supported');
if (!defined('IMAGETYPE_PNG'))     die('skip images of type PNG not supported');
if (!defined('IMAGETYPE_SWF'))     die('skip images of type SWF not supported');
if (!defined('IMAGETYPE_PSD'))     die('skip images of type PSD not supported');
if (!defined('IMAGETYPE_BMP'))     die('skip images of type BMP not supported');
if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');
if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');
if (!defined('IMAGETYPE_JPC'))     die('skip images of type JPC not supported');
//if (!defined('IMAGETYPE_JP2'))     die('skip images of type JP2 not supported');
//if (!defined('IMAGETYPE_JPX'))     die('skip images of type JPX not supported');
//if (!defined('IMAGETYPE_JB2'))     die('skip images of type JB2 not supported');
if (!defined('IMAGETYPE_IFF'))     die('skip images of type IFF not supported');
?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>