Page Speed Optimization Libraries
1.13.35.1
|
#include "libpng_image_library.h"
Public Member Functions | |
Canvas (ImageLibraryInterface *lib, const Delegate *d, const GoogleString &base_out_path, int width, int height) | |
virtual bool | DrawImage (const ImageLibraryInterface::Image *image, int x, int y) |
virtual bool | WriteToFile (const FilePath &write_path, ImageFormat format) |
Additional Inherited Members | |
Protected Member Functions inherited from net_instaweb::spriter::ImageLibraryInterface::Canvas | |
Canvas (ImageLibraryInterface *lib) | |
Protected Attributes inherited from net_instaweb::spriter::ImageLibraryInterface::Canvas | |
ImageLibraryInterface * | lib_ |
Canvases are mutable rectangles onto which a program may draw. For now, we support stamping images into a canvas, and writing a canvas to a file.