[Solved] How can I “flip” an image using PHP? [duplicate]
[ad_1] Using the image rotate function: http://php.net/manual/en/function.imagerotate.php 2 [ad_2] solved How can I “flip” an image using PHP? [duplicate]
[ad_1] Using the image rotate function: http://php.net/manual/en/function.imagerotate.php 2 [ad_2] solved How can I “flip” an image using PHP? [duplicate]
[ad_1] Why not use the simpler: // Save the image as ‘simpletext.jpg’ imagejpeg($image_p, ‘simpletext.jpg’); 1 [ad_2] solved Crop image, save it [closed]