Read and write BMP in PHP: imagecreatefrombmp + imagebmp
This is an updated class to use BMP format in PHP. Previous version is
here. If all you need is loading and saving 24bit BMP files- you can use previous version. It has less code so works a bit faster.
This version saves 24bit BMP files and loads 1, 4, 8, 24 and 32 bit BMP files.
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.
Optimizing gif, jpg, png, html, css and js files
Kashmir Web Optimizer is a simple-to-use Windows application which can compress website specific files like CSS, JS, HTML, GIF, PNG and JPEG. The compression is lossless, so no real information is removed.
For JPEG files the application is mostly removing EXIF sections and comments. PNG and GIF files are recompressed with stronger compression. From HTML, JS and CSS files it is removing comments and unnecessary whitespace characters. And does even more!