Images

GIF Generator Using PHP

Submitted by Jeprox on
This project will teach you how to create a GIF animation generator using PHP. Upload an image as many as you want, then set the speed (ms), height and width of your desired GIF animation and then you click Previous or Download. The images you uploaded will compressed and will become a GIF file.

CSS Backgrounds (Images and Colours)

Submitted by Yorkiebar on
Introduction: This is the third part in my CSS Styling tutorials, in which I will be covering backgrounds. Different Types of Backgrounds: In CSS, you can choose to set the background equal to an image, this can either be a url or a local file directory path, or a colour. Image Settings: Here is an example of setting the background of a class named 'myDiv' to background.jpg...