MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_regions()

std::vector< FileRegion > MayaFlux::IO::ImageReader::get_regions ( ) const
overridevirtual

Get semantic regions from the file.

Returns
Vector of regions found in the file.

Regions are format-specific:

  • Audio: cues, markers, loops, chapters
  • Video: scenes, chapters, keyframes
  • Images: layers, selections, annotations
  • Data: chunks, blocks, datasets

Implements MayaFlux::IO::FileReader.

Definition at line 102 of file ImageReader.cpp.

103{
104 // Images don't typically have regions
105 return {};
106}