Exposing Exif Image metadata
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / pixel-buffer.cpp
index d8245b1..245d3a2 100644 (file)
@@ -116,6 +116,11 @@ void PixelBuffer::Resize( uint16_t width, uint16_t height )
   GetImplementation(*this).Resize( ImageDimensions( width, height ) );
 }
 
+bool PixelBuffer::GetMetadata( Property::Map& metadata ) const
+{
+  return GetImplementation(*this).GetMetadata(metadata);
+}
+
 } // namespace Devel
 
 } // namespace Dali