// This function is in the root SkAvifDecoder namespace. It simply routes // everything through the LibAvif namespace and exists for backwards // compatibility.
inline constexpr SkCodecs::Decoder Decoder() { return { "avif", LibAvif::IsAvif, LibAvif::Decode };
}
namespace CrabbyAvif {
/** Returns true if this data claims to be an AVIF image. */
SK_API bool IsAvif(constvoid*, size_t);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.