PHP Class: Get screenshot (thumbnail) of any website
If you use PHP 5.2.2+ on Windows you can use function imagegrabwindow to make a screen shot of a website opened in Internet Explorer. However there is also a lot of websites which can screen shot any site for you- for free!
So- here’s a simple PHP class which will get a screen shot of any [...]
Load and save Bmp in PHP: imagecreatefrombmp + imagebmp
If you want to open or create 24bit BMP images with PHP- just grab my simple library.
Open TGA with PHP: imagecreatefromtga
Need to read TGA files in PHP? Here’s an implementation of imagecreatefromtga, which reads 24 bit TGA images both RLE compressed and uncompressed. You can use it as any other imagecreatefrom* function.