You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
study what FreeImage does => it implements iterators that avoid to read the whole metadata if not needed, apparently it does not parse metadata preemptively. Can represent unknown type. I don't really like all this.
similar system to mallocArea, metadata is owned when data is owned?
(optional) each layer should be able to have meta-data (eg: GIF frame times)
alternatively, each layer has access only to global metadata? (no layer-specific metadata)
(optional) layered views also points in layered metadata, so that you can create multi-layered views, with access to layer metadata, without reallocation
The text was updated successfully, but these errors were encountered:
mallocArea
, metadata is owned when data is owned?The text was updated successfully, but these errors were encountered: