source:
libpipi/trunk/pipi-php/examples/example1.php
@
3090
Last change on this file since 3090 was 3090, checked in by , 12 years ago | |
---|---|
File size: 212 bytes |
Line | |
---|---|
1 | <? |
2 | $img = pipi_load_stock("random:128x128"); |
3 | $img = pipi_gaussian_blur($img, 10); |
4 | //$img = pipi_box_blur($img, 30); |
5 | $img = pipi_contrast($img, 0.98); |
6 | $img = pipi_tile($img, 256, 256); |
7 | pipi_save($img, "out.png"); |
Note: See TracBrowser
for help on using the repository browser.