JUCE
Classes
juce_Image.h File Reference

Classes

class  Image
 Holds a fixed-size bitmap. More...
 
class  Image::BitmapData
 Retrieves a section of an image as raw pixel data, so it can be read or written to. More...
 
class  Image::BitmapData::BitmapDataReleaser
 Used internally by custom image types to manage pixel data lifetime. More...
 
class  ImagePixelData
 This is a base class for holding image data in implementation-specific ways. More...
 
struct  ImagePixelData::Listener
 
class  ImageType
 This base class is for handlers that control a type of image manipulation format, e.g. More...
 
class  SoftwareImageType
 An image storage type which holds the pixels in-memory as a simple block of values. More...
 
class  NativeImageType
 An image storage type which holds the pixels using whatever is the default storage format on the current platform. More...