Archive

Posts Tagged ‘image manipulation’

How to Use PHP To Dynamically Resize an Image

May 11th, 2009 Gertjan No comments

One of the most annoying things about working with images is getting them into the right size. Screenshots start out huge – and you need to resize them to an appropriate size for your website.

Some blogs automatically resize the pictures for you into a thumbnail – like the image to the right. What if you want the image a different size, though? You could allow the browser to resize it for you, or – better yet – write your own php script to resize the image dynamically.
Read more…

PHP Image manipulation with GD2

May 11th, 2009 Gertjan No comments

One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures!
Read more…

Categories: PHP Tags: , , ,