Page Speed Optimization Libraries
1.8.31.3
|
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 |
Images are immutable rectangular regions of pixels.