Showing posts with label image manipulation. Show all posts
Showing posts with label image manipulation. Show all posts

Thursday, June 23, 2011

How to fit an image in a rectangle area in PHP using GD

Have you ever had a fixed space in your design, and you must put an image that fits exactly there, while preserving the aspect ratio? Well, this is what i'll explain in this article.

Tuesday, June 21, 2011

Using a transparent PNG image as watermark in PHP

Sure there are plenty of scripts on the internet that does this thing ... but very few explain this.