PHP imagecreate

Optimizing the Uploaded Image in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, I will show you a way how to upload images in PHP with reduced quality and resized resolution. This kind of feature might be helpful to your current or future project that uploads and displays lots of images. It will help your project load the pages faster even there are a lot of images are being shown because instead of displaying the original size and quality of the images is optimized. For example, you are developing a Blog Site and each blog or article has a thumbnail or banner image.

ID Generator in PHP with Source Code

Submitted by Mr.Niemand03 on
ID Generator in PHP This simple project is called the Simple ID Generator Web App. This project was developed using PHP GD Library's Image Function. This project will help you to learn to create a web application that generates an Image that is mainly featured to create an Identification Card in this simple project. The source code contains the functions and ideas/strategies of the design