News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Image manipulation with PHP & the GD library (Part 1)
August 01, 2006 @ 16:13:08

PHPit.net has posted part one of a new series of tutorials focusing on working with the GD graphics library inside of PHP.

In this new article series you will learn about PHP's inbuilt image functions. In the first part you will see how to open images, display or save them, and how to write a simple image converter.

They start with a look at reading images in to start working with, in both GIF and JPEG formats. To make things simpler for life down the road, they opt to create their own simple "open_image" function that adapts to whatever kind of file it's given and returns an image resource.

Then it's over to the output - displaying and saving the images out to a local drive. Finally, they demonstrate how to convert images from one file type to another (as uploaded via a HTML form).

1 comment voice your opinion now!
image manipulation graphics library tutorial part1 image manipulation graphics library tutorial part1


blog comments powered by Disqus

Similar Posts

Marcelo Gornstein's Blog: Writing PHP applications with Doctrine2 as ORM and Ding as DI container

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha

Richard Heyes\' Blog: Updates to XML-RPC Library

NETTUTS.com: CodeIgniter From Scratch: Day 2

Peter Goodman's Blog: Observers and Dispatchers


Community Events









Don't see your event here?
Let us know!


interview testing podcast language release event community introduction tool object functional example development composer unittest opinion code framework api zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework