You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
268 B

  1. <?
  2. //print_r(pipi_get_command_list());
  3. echo PIPI_COLOR_Y;
  4. $img = pipi_load_stock("random:128x128");
  5. $img = pipi_gaussian_blur($img, 10);
  6. //$img = pipi_box_blur($img, 30);
  7. $img = pipi_contrast($img, 0.98);
  8. $img = pipi_tile($img, 256, 256);
  9. pipi_save($img, "out.png");