Skip to content

A new decoder API for GeglBuffer and an initial set of decoders

Debarshi Ray requested to merge wip/rishi/buffer-decoder into master

Unlike the older GeglOperation based API, the newer API follows GIO idioms. It is asynchronous, cancellable, supports error handling, and doesn't make any assumptions about the paths being UTF-8 encoded.

For #63

Merge request reports