Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
net_instaweb::spriter::ImageLibraryInterface::Image Class Referenceabstract

Images are immutable rectangular regions of pixels. More...

#include "image_library_interface.h"

Inheritance diagram for net_instaweb::spriter::ImageLibraryInterface::Image:
net_instaweb::spriter::LibpngImageLibrary::Image net_instaweb::spriter::MockImageLibraryInterface::MockImage

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

ImageLibraryInterfacelib_
 

Detailed Description

Images are immutable rectangular regions of pixels.


The documentation for this class was generated from the following file: