We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 001e7ca + a52dc09 commit cb98b6fCopy full SHA for cb98b6f
README.md
@@ -4,7 +4,9 @@ Library provides simple interface to decode or encode ( create ) AVIF and HEIF i
4
Very fast and convinient to use AVIF in android apps with api version 24+
5
26+. Based on libheif, libde265, libx265, libyuv, libaom and libdav1d
6
7
-Correctly handles ICC, and color profiles. Fully supports HDR images, 10, 12 bit
+Correctly handles ICC, and color profiles.
8
+Fully supports HDR images, 10, 12 bit. Preprocess image in tile to increase speed.
9
+Extremly fast in decoding large HDR images or just large images
10
The most features AVIF, HEIF library in android
11
12
# Usage example
0 commit comments