[PHP] pobierz, plaintext <?php $im = @imagecreatefrompng('fighter.png'); header('Content-Type: image/png'); $destination = imagecreate(32, 32); $copy = imagecopy($destination, $im, 32, 32, 0, 0, 256, 256); imagepng($copy);?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$im = @imagecreatefrompng('fighter.png'); header('Content-Type: image/png'); $destination = imagecreate(32, 32); imagecopy($destination, $im, 32, 32, 0, 0, 256, 256); imagepng($destination);?>[PHP] pobierz, plaintext