Tag Archives: GD

PHP GD Image at Pixel Level Primer Tutorial

A great place to start learning about the serverside language PHP is to read the webpage Image Processing and GD because PHP is great in so many ways regarding image creation and manipulation. The GD methods (down to the pixel … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

Animated GIF via PHP Writing PHP Primer Tutorial

We find another very useful reason for PHP to write PHP. Today we establish a PHP web application to dynamically create Animated GIF images via some still images, like Gifpal would do. We have some great open source PHP code … Continue reading

Posted in Animation, eLearning, Tutorials | Tagged , , , , , , | 6 Comments

PHP GD and Image Functions Primer Tutorial

The PHP GD library is great for image drawing. The huge advantage with having this “talent” in PHP is that PHP is a serverside language capable of “talking” to your web server, and save files there, so you can download … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment