Get Image Height and Width in PHP July 12, 2020cocyer In this tutorial, we will learn how to get the image width and height in php. We will use getimagesize() function to implement [...]
Add Watermark Image to Image Using PHP June 21, 2020cocyer In this tutorial, we will introduce the way to add a watermark image to another image using php. 1. Read watermark image and [...]
Convert an Image to base64 Encoding String in PHP June 21, 2020cocyer In this tutorial, we will introdue how to convert an image to base64 encoding string in php. 1. Open and read image data [...]
Add Text Watermark to Image Using PHP June 21, 2020cocyer In this tutorial, we will introduce how to add text watermark to an image using php. 1. Open an image <?php $image = [...]
Convert a Colorful Image to Grayscale Image Using PHP June 21, 2020cocyer In this tutorial, we will introduce the way to convert a colorful image to a grayscale image using php. 1. Open a png [...]