Page Speed Optimization Libraries  1.2.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes
net_instaweb::spriter::ImageLibraryInterface::Image Class Reference

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

List of all members.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines