|
Page Speed Optimization Libraries
1.13.35.1
|
Images are immutable rectangular regions of pixels. More...
#include "image_library_interface.h"
Public Member Functions | |
| virtual bool | GetDimensions (int *out_width, int *out_height) const =0 |
| Get the width and height of an image. | |
Protected Member Functions | |
| Image (ImageLibraryInterface *lib) | |
| Only methods of ImageLibraryInterface may create images. | |
Protected Attributes | |
| ImageLibraryInterface * | lib_ |
Images are immutable rectangular regions of pixels.
1.8.6