Guest User

Untitled

a guest
Jun 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. ...
  4.  
  5. $image = imagecreatefrompng($filename);
  6. imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
  7. imagepng($image_p, "../galeria/m/$plik_nazwa", 100);
  8.  
  9. ...
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment