Page Speed Optimization Libraries
1.13.35.1
|
Images are immutable rectangular regions of pixels. More...
#include "libpng_image_library.h"
Public Member Functions | |
Image (ImageLibraryInterface *lib, png_structp png_struct, png_infop png_info, png_bytep *rows) | |
Takes ownership of rows. | |
virtual bool | GetDimensions (int *out_width, int *out_height) const |
Get the width and height of an image. | |
const png_bytep * | Rows () const |
Additional Inherited Members | |
Protected Member Functions inherited from net_instaweb::spriter::ImageLibraryInterface::Image | |
Image (ImageLibraryInterface *lib) | |
Only methods of ImageLibraryInterface may create images. | |
Protected Attributes inherited from net_instaweb::spriter::ImageLibraryInterface::Image | |
ImageLibraryInterface * | lib_ |
Images are immutable rectangular regions of pixels.