|
openshot-audio
0.1.7
|
#include <juce_Image.h>
Public Member Functions | |
| SoftwareImageType () | |
| ~SoftwareImageType () | |
| ImagePixelData::Ptr | create (Image::PixelFormat, int width, int height, bool clearImage) const override |
| int | getTypeID () const override |
Public Member Functions inherited from ImageType | |
| ImageType () | |
| virtual | ~ImageType () |
| virtual Image | convert (const Image &source) const |
An image storage type which holds the pixels in-memory as a simple block of values.
| SoftwareImageType::SoftwareImageType | ( | ) |
| SoftwareImageType::~SoftwareImageType | ( | ) |
|
overridevirtual |
Creates a new image of this type, and the specified parameters.
Implements ImageType.
|
overridevirtual |
Must return a unique number to identify this type.
Implements ImageType.
1.8.13