Changeset 3154
- Timestamp:
- Oct 30, 2008, 6:44:42 PM (12 years ago)
- Location:
- libcaca/trunk/caca-php
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/config.m4
r3153 r3154 9 9 ]) 10 10 11 PHP_CHECK_LIBRARY(gd, gdImageSetPixel, [11 AC_CHECK_LIB(gd, gdImageSetPixel, [ 12 12 PHP_ADD_LIBRARY(gd,, CACA_SHARED_LIBADD) 13 13 AC_DEFINE(HAVE_GD, 1, [Wheter you have development files of gd]) -
libcaca/trunk/caca-php/examples/dithering.php
r3148 r3154 8 8 $dither = caca_create_dither($img); 9 9 if (!$dither) 10 die("Can not create dither. Maybe this image is not truecolor.\n");10 die("Can not create dither. Maybe you compiled caca-php without gd support.\n"); 11 11 12 12 $canvas = caca_create_canvas(0, 0);
Note: See TracChangeset
for help on using the changeset viewer.