linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.24k stars 93 forks source link

Add warning about ImageFormat and backend compat #474

Closed luizberti closed 2 years ago

luizberti commented 2 years ago

Currently, calling either of these functions will simply return Error::NotSupported without any further explanation. This can lead one to believe that the function itself is not supported on a given platform, rather than just the ImageFormat.

This change clarifies that this is the caller's responsibility in the documentation.

luizberti commented 2 years ago

Done and done!