framegrab: Changelog

Version Message
0.1.1 Fixed to build on PHP 5.3
0.1.0 - Changed the --enable-framegrab option to --with-framegrab since you specify the PNG library path on the configure line.
- Changed FrameGrabImage::writePNG() to FrameGrabImage::writeAsPNG().
- Added FrameGrabImage::toStringAsPNG() which returns the image as PNG data as a string. This allows the output to be fed straight in to GD without requiring an intermediate file.
0.0.1 Initial version