- All files do not contain Exif metadata.
- All files are tagged as MIAF compatible.
- All files are tagged as compatible with the AVIF Baseline or Advanced Profile if possible.
- All images have the "reduced_still_picture_header" and "still_picture" flags set to 1 in the AV1 Sequence Header.
- Most images are licensed under CC-BY-SA 4.0, but some files are licensed different license. Please check.
Makefile describes how they were created. To generate files yourself, you have to install cavif and davif
- size: 3082x2048
- License: CC-BY-SA 4.0
- Author: Kaede Fujisaki (@ledyba)
- Retrieved from her website.
profile | bit depth | Monochrome | file |
---|---|---|---|
0 | 8 | here | |
0 | 8 | YES | here |
0 | 10 | here | |
0 | 10 | YES | here |
profile | bit depth | Monochrome | file |
---|---|---|---|
2 | 8 | here | |
2 | 8 | YES | here |
2 | 10 | here | |
2 | 10 | YES | here |
2 | 12 | here | |
2 | 12 | YES | here |
You can obtain this list with make hato-url
.
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.10bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.10bpc.yuv422.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.12bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.12bpc.yuv422.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.8bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.8bpc.yuv422.monochrome.avif
- size: 722x1024
- License: CC-BY-SA 4.0
- Authors: Momiji Jinzamomi(@momiji-san) and Kaede Fujisaki (@ledyba)
- Retrieved from their website.
Test images for rotation(irot
), mirroring(imir
), cropping(clap
).
All AVIF images are encoded in these settings:
- Profile 0
- YUV420
- 8 bits per component
MIAF defines the transform operation order(p.16):
These properties, if used, shall be indicated to be applied in the following order:
clean aperture first, then rotation, then mirror.
No operation is applied.
Encoded image is rotated at 90 degree in counter-clockwise, and marked to rotate it 270 degree in counter-clockwise when displaying. Thus, resulted image is as the same as the original.
Encoded image is rotated at 270 degree in counter-clockwise, and marked to rotate it 90 degree in counter-clockwise when displaying. Thus, resulted image is as the same as the original.
Encoded image is mirrored horizontally, and marked to mirror it horizontally again when displaying. Thus, resulted image is as the same as the original.
Vertical version. Same as above.
kimono.mirror-vertical.rotate270.avif
Encoded image is mirrored vertically, then rorated at 90 degree in clockwise, and marked to rotate it at 90 degree in counter-clockwise and then mirror it vertically when displaying.
Thus, resulted image is as the same as the original.
Displaying image will be cropped from the original image, using CleanApertureBox
(See: ISO/IEC 14496-12:2015).
Cropped under these condition:
- cleanApertureWidthN: 385
- cleanApertureWidthD: 1
- cleanApertureHeightN: 330
- cleanApertureHeightD: 1
- horizOffN: 103
- horizOffD: 1
- vertOffN: -308 (This can be negative, as mensioned in ISO/IEC 14496-12:2015).
- vertOffD: 1
Resulted image should be:
kimono.mirror-vertical.rotate270.crop.avif
Encoded image is mirrored vertically, then rorated at 90 degree in clockwise, and marked to crop it first, rotate it at 90 degree in counter-clockwise, and then mirror it vertically.
Cropping condition is:
- cleanApertureWidthN: 330
- cleanApertureWidthD: 1
- cleanApertureHeightN: 385
- cleanApertureHeightD: 1
- horizOffN: -308
- horizOffD: 1
- vertOffN: 103
- vertOffD: 1
Resulted image should be as the same as above.
You can obtain this list with make kimono-url
.
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.crop.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-horizontal.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.rotate270.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.rotate270.crop.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.rotate270.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.rotate90.avif
- size: 1204 x 800
- License: CC-BY-SA 4.0
- Author: Kaede Fujisaki (@ledyba)
- Retrieved from her website.
- fox.odd-width.png
- size: 1203 x 800
- fox.odd-height.png
- size: 1204 x 799
- fox.odd-width.odd-height.png
- size: 1203 x 799
profile | bit depth | pix fmt | Monochrome | odd width | odd height | file |
---|---|---|---|---|---|---|
0 | 8 | YUV420 | here | |||
0 | 8 | YUV420 | YES | here | ||
0 | 8 | YUV420 | YES | here | ||
0 | 8 | YUV420 | YES | YES | here | |
0 | 8 | YUV420 | YES | here | ||
0 | 8 | YUV420 | YES | YES | here | |
0 | 8 | YUV420 | YES | YES | here | |
0 | 8 | YUV420 | YES | YES | YES | here |
0 | 10 | YUV420 | here | |||
0 | 10 | YUV420 | YES | here | ||
0 | 10 | YUV420 | YES | here | ||
0 | 10 | YUV420 | YES | YES | here | |
0 | 10 | YUV420 | YES | here | ||
0 | 10 | YUV420 | YES | YES | here | |
0 | 10 | YUV420 | YES | YES | here | |
0 | 10 | YUV420 | YES | YES | YES | here |
2 | 12 | YUV420 | here | |||
2 | 12 | YUV420 | YES | here | ||
2 | 12 | YUV420 | YES | here | ||
2 | 12 | YUV420 | YES | YES | here | |
2 | 12 | YUV420 | YES | here | ||
2 | 12 | YUV420 | YES | YES | here | |
2 | 12 | YUV420 | YES | YES | here | |
2 | 12 | YUV420 | YES | YES | YES | here |
2 | 8 | YUV422 | here | |||
2 | 8 | YUV422 | YES | here | ||
2 | 8 | YUV422 | YES | here | ||
2 | 8 | YUV422 | YES | YES | here | |
2 | 8 | YUV422 | YES | here | ||
2 | 8 | YUV422 | YES | YES | here | |
2 | 8 | YUV422 | YES | YES | here | |
2 | 8 | YUV422 | YES | YES | YES | here |
2 | 10 | YUV422 | here | |||
2 | 10 | YUV422 | YES | here | ||
2 | 10 | YUV422 | YES | here | ||
2 | 10 | YUV422 | YES | YES | here | |
2 | 10 | YUV422 | YES | here | ||
2 | 10 | YUV422 | YES | YES | here | |
2 | 10 | YUV422 | YES | YES | here | |
2 | 10 | YUV422 | YES | YES | YES | here |
2 | 12 | YUV422 | here | |||
2 | 12 | YUV422 | YES | here | ||
2 | 12 | YUV422 | YES | here | ||
2 | 12 | YUV422 | YES | YES | here | |
2 | 12 | YUV422 | YES | here | ||
2 | 12 | YUV422 | YES | YES | here | |
2 | 12 | YUV422 | YES | YES | here | |
2 | 12 | YUV422 | YES | YES | YES | here |
1 | 8 | YUV444 | here | |||
1 | 8 | YUV444 | YES | here | ||
1 | 8 | YUV444 | YES | here | ||
1 | 8 | YUV444 | YES | YES | here | |
1 | 10 | YUV444 | here | |||
1 | 10 | YUV444 | YES | here | ||
1 | 10 | YUV444 | YES | here | ||
1 | 10 | YUV444 | YES | YES | here | |
2 | 12 | YUV444 | here | |||
2 | 12 | YUV444 | YES | here | ||
2 | 12 | YUV444 | YES | here | ||
2 | 12 | YUV444 | YES | YES | here | |
2 | 12 | YUV444 | YES | here | ||
2 | 12 | YUV444 | YES | YES | here | |
2 | 12 | YUV444 | YES | YES | here | |
2 | 12 | YUV444 | YES | YES | YES | here |
You can obtain this list with make fox-url
.
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-width.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-height.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-width.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-width.odd-height.avif
- plum-blossom-large.png
- size: 2048x2048
- plum-blossom-small.png
- size: 128x128
profile | bit depth | pix fmt | Monochrome | alpha | file |
---|---|---|---|---|---|
0 | 8 | YUV420 | limited | here | |
0 | 8 | YUV420 | YES | limited | here |
0 | 10 | YUV420 | limited | here | |
0 | 10 | YUV420 | YES | limited | here |
2 | 12 | YUV420 | limited | here | |
2 | 12 | YUV420 | YES | limited | here |
2 | 8 | YUV422 | limited | here | |
2 | 8 | YUV422 | YES | limited | here |
2 | 10 | YUV422 | limited | here | |
2 | 10 | YUV422 | YES | limited | here |
2 | 12 | YUV422 | limited | here | |
2 | 12 | YUV422 | YES | limited | here |
1 | 8 | YUV444 | limited | here | |
1 | 10 | YUV444 | limited | here | |
2 | 12 | YUV444 | limited | here | |
2 | 12 | YUV444 | YES | limited | here |
profile | bit depth | pix fmt | Monochrome | alpha | file |
---|---|---|---|---|---|
0 | 8 | YUV420 | full | here | |
0 | 8 | YUV420 | YES | full | here |
0 | 10 | YUV420 | full | here | |
0 | 10 | YUV420 | YES | full | here |
2 | 12 | YUV420 | full | here | |
2 | 12 | YUV420 | YES | full | here |
2 | 8 | YUV422 | full | here | |
2 | 8 | YUV422 | YES | full | here |
2 | 10 | YUV422 | full | here | |
2 | 10 | YUV422 | YES | full | here |
2 | 12 | YUV422 | full | here | |
2 | 12 | YUV422 | YES | full | here |
1 | 8 | YUV444 | full | here | |
1 | 10 | YUV444 | full | here | |
2 | 12 | YUV444 | full | here | |
2 | 12 | YUV444 | YES | full | here |
profile | bit depth | pix fmt | Monochrome | alpha | file |
---|---|---|---|---|---|
0 | 8 | YUV420 | limited | here | |
0 | 8 | YUV420 | YES | limited | here |
0 | 10 | YUV420 | limited | here | |
0 | 10 | YUV420 | YES | limited | here |
2 | 12 | YUV420 | limited | here | |
2 | 12 | YUV420 | YES | limited | here |
2 | 8 | YUV422 | limited | here | |
2 | 8 | YUV422 | YES | limited | here |
2 | 10 | YUV422 | limited | here | |
2 | 10 | YUV422 | YES | limited | here |
2 | 12 | YUV422 | limited | here | |
2 | 12 | YUV422 | YES | limited | here |
1 | 8 | YUV444 | limited | here | |
1 | 10 | YUV444 | limited | here | |
2 | 12 | YUV444 | limited | here | |
2 | 12 | YUV444 | YES | limited | here |
profile | bit depth | pix fmt | Monochrome | alpha | file |
---|---|---|---|---|---|
0 | 8 | YUV420 | full | here | |
0 | 8 | YUV420 | YES | full | here |
0 | 10 | YUV420 | full | here | |
0 | 10 | YUV420 | YES | full | here |
2 | 12 | YUV420 | full | here | |
2 | 12 | YUV420 | YES | full | here |
2 | 8 | YUV422 | full | here | |
2 | 8 | YUV422 | YES | full | here |
2 | 10 | YUV422 | full | here | |
2 | 10 | YUV422 | YES | full | here |
2 | 12 | YUV422 | full | here | |
2 | 12 | YUV422 | YES | full | here |
1 | 8 | YUV444 | full | here | |
1 | 10 | YUV444 | full | here | |
2 | 12 | YUV444 | full | here | |
2 | 12 | YUV444 | YES | full | here |
You can obtain this list with make plum-url
.
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.10bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.10bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.8bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.8bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.10bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.10bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.8bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.8bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-full.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-full.monochrome.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.avif
https://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.monochrome.avif
- License: GNU LGPL v2.1 or 2 claused BSD License
- Author: Tony Payne tpayne@chromium.org
- commit
- red-at-12-oclock-with-color-profile-lossy.avif
- red-at-12-oclock-with-color-profile-8bpc.avif
- red-at-12-oclock-with-color-profile-10bpc.avif
- red-at-12-oclock-with-color-profile-12bpc.avif
- License: CC-BY
- Author: Ryo Hirafuji (@ledyba-z)
- Special Thanks: Shigatake's Pixel Art Lesson
-
- YUV420
- full-ranged color
-
- YUV422
- full-ranged color
-
- YUV444
- full-ranged color
-
- YUV420
- 8bit
- limited-ranged color
- limited-ranged alpha
-
- YUV422
- 10bit
- limited-ranged color
- limited-ranged alpha
-
- YUV444
- 12bit
- limited-ranged color
- limited-ranged alpha