November 2009
Beginner to intermediate
300 pages
5h 43m
English
Now that we have our file uploaded we can use CI's image class to manipulate it. This library works with the three most popular image libraries for PHP—GD/GD2, NetPBM, and ImageMagick. Use phpinfo() to find which of these is supported by your server. Image watermarking only works with GD/GD2, though:
The image manipulation class allows you to perform four basic functions with images:
GD/GD2): This is often used to put a copyright notice on an image so that people can't download it from your site and pass it as their own workThe GD library is always needed in ...
Read now
Unlock full access