|
Gin
|
Reads simple text comment metadata from image files. More...
#include <gin_commentmetadata.h>
Public Member Functions | |
| CommentMetadata () | |
| virtual | ~CommentMetadata () |
| juce::StringPairArray | getAllMetadata () const |
Public Member Functions inherited from ImageMetadata | |
| ImageMetadata (const juce::String &type) | |
| virtual | ~ImageMetadata () |
| juce::String | getType () const |
Static Public Member Functions | |
| static CommentMetadata * | create (const juce::uint8 *data, int sz) |
Static Public Member Functions inherited from ImageMetadata | |
| static bool | getFromImage (juce::InputStream &is, juce::OwnedArray< ImageMetadata > &metadata) |
Additional Inherited Members | |
Protected Attributes inherited from ImageMetadata | |
| juce::String | type |
Reads simple text comment metadata from image files.
CommentMetadata extracts basic comment fields that some image formats support. This is the simplest form of metadata, typically just a single text string describing or annotating the image.
JPEG comment segments and similar simple metadata formats are handled by this class. Unlike EXIF, XMP, or IPTC, comments don't have structured fields.
Usage:
| CommentMetadata::CommentMetadata | ( | ) |
|
virtual |
|
static |
|
virtual |
Implements ImageMetadata.