JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_Image.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

 juce