{"id":28921554,"url":"https://github.com/link-u/avif-sample-images","last_synced_at":"2026-01-31T21:37:39.032Z","repository":{"id":45271747,"uuid":"234729623","full_name":"link-u/avif-sample-images","owner":"link-u","description":"AVIF example images, licensed under CC-BY-SA.","archived":false,"fork":false,"pushed_at":"2023-04-13T10:56:51.000Z","size":84847,"stargazers_count":61,"open_issues_count":6,"forks_count":11,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-22T07:07:05.486Z","etag":null,"topics":["avif","cc-by-sa","images"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/link-u.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-18T12:12:48.000Z","updated_at":"2025-06-19T09:39:08.000Z","dependencies_parsed_at":"2022-08-01T00:48:03.652Z","dependency_job_id":null,"html_url":"https://github.com/link-u/avif-sample-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/link-u/avif-sample-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Favif-sample-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Favif-sample-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Favif-sample-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Favif-sample-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link-u","download_url":"https://codeload.github.com/link-u/avif-sample-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Favif-sample-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avif","cc-by-sa","images"],"created_at":"2025-06-22T07:07:04.743Z","updated_at":"2026-01-31T21:37:39.027Z","avatar_url":"https://github.com/link-u.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AVIF Example files.\n\n[![Encode all images and decode them again](https://github.com/link-u/avif-sample-images/actions/workflows/encode-and-decode-again.yml/badge.svg)](https://github.com/link-u/avif-sample-images/actions/workflows/encode-and-decode-again.yml)\n\n- All files do not contain Exif metadata.\n- All files are tagged as MIAF compatible.\n- All files are tagged as compatible with the AVIF Baseline or Advanced Profile if possible.\n- All images have the \"reduced_still_picture_header\" and \"still_picture\" flags set to 1 in the AV1 Sequence Header.\n- Most images are licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en), but some files are licensed different license. Please check.\n\n[Makefile](Makefile) describes how they were created. To generate files yourself, you have to install [cavif](https://github.com/link-u/cavif) and [davif](https://github.com/link-u/davif)\n\n## hato\n\n![hato.jpg](hato.jpg)\n\n - size: 3082x2048\n - License: [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)\n   - Author: Kaede Fujisaki ([@ledyba](https://github.com/ledyba))\n   - Retrieved from [her website](https://hexe.net/2017/11/27/12:27:02/).\n\n### AVIF version\n\n#### YUV 420\n\n| profile | bit depth | Monochrome | file                                                        |\n|---------|-----------|------------|-------------------------------------------------------------|\n| 0       | 8         |            | [here](hato.profile0.8bpc.yuv420.avif?raw=true)             |\n| 0       | 8         | YES        | [here](hato.profile0.8bpc.yuv420.monochrome.avif?raw=true)  |\n| 0       | 10        |            | [here](hato.profile0.10bpc.yuv420.avif?raw=true)            |\n| 0       | 10        | YES        | [here](hato.profile0.10bpc.yuv420.monochrome.avif?raw=true) |\n\n#### YUV422\n\n| profile | bit depth | Monochrome | file                                                        |\n|---------|-----------|------------|-------------------------------------------------------------|\n| 2       | 8         |            | [here](hato.profile2.8bpc.yuv422.avif?raw=true)             |\n| 2       | 8         | YES        | [here](hato.profile2.8bpc.yuv422.monochrome.avif?raw=true)  |\n| 2       | 10        |            | [here](hato.profile2.10bpc.yuv422.avif?raw=true)            |\n| 2       | 10        | YES        | [here](hato.profile2.10bpc.yuv422.monochrome.avif?raw=true) |\n| 2       | 12        |            | [here](hato.profile2.12bpc.yuv422.avif?raw=true)            |\n| 2       | 12        | YES        | [here](hato.profile2.12bpc.yuv422.monochrome.avif?raw=true) |\n\n#### URLS\n\nYou can obtain this list with `make hato-url`.\n\n```\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.10bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.10bpc.yuv422.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.12bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.12bpc.yuv422.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.8bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.8bpc.yuv422.monochrome.avif\n```\n\n## Kimono - Transformation tests\n\n[\u003cimg src=\"kimono.jpg\" alt=\"kimono.jpg\" height=\"512\"\u003e](kimono.jpg)\n\n - size: 722x1024\n - License: [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)\n   - Authors: Momiji Jinzamomi([@momiji-san](https://github.com/momiji-san)) and Kaede Fujisaki ([@ledyba](https://github.com/ledyba))\n   - Retrieved from [their website](https://hexe.net/2018/12/24/18:59:01/).\n\n\nTest images for rotation(`irot`), mirroring(`imir`), cropping(`clap`).\n\nAll AVIF images are encoded in these settings:\n\n - Profile 0\n - YUV420\n - 8 bits per component\n\n### FYI: Transform operation order\n\n[MIAF](https://www.iso.org/standard/74417.html) defines the transform operation order(p.16):\n\n\u003e These properties, if used, shall be indicated to be applied in the following order:  \n\u003e  clean aperture first, then rotation, then mirror.\n\n### Identity\n\n[kimono.avif](./kimono.avif?raw=true)\n\nNo operation is applied.\n\n### Rotation 90\n\n[kimono.rotate90.avif](./kimono.rotate90.avif?raw=true)\n\n[Encoded image is rotated at 90 degree in counter-clockwise](kimono.rotate90.png?raw=true), and marked to rotate it 270 degree in counter-clockwise when displaying. Thus, resulted image is as the same as the original.\n\n### Rotation 270\n\n[kimono.rotate270.avif](./kimono.rotate270.avif?raw=true)\n\n[Encoded image is rotated at 270 degree in counter-clockwise](kimono.rotate270.png?raw=true), and marked to rotate it 90 degree in counter-clockwise when displaying. Thus, resulted image is as the same as the original.\n\n\n### Mirroring horizontally\n\n[kimono.mirror-horizontal.avif](./kimono.mirror-horizontal.avif?raw=true)\n\n[Encoded image is mirrored horizontally](kimono.mirror-horizontal.png?raw=true), and marked to mirror it horizontally again when displaying. Thus, resulted image is as the same as the original.\n\n### Mirroring vertically\n\n[kimono.mirror-vertical.avif](./kimono.mirror-vertical.avif?raw=true)\n\nVertical version. Same as above.\n\n### Mirroring vertically + Rotating at 90 degrees.\n\n[kimono.mirror-vertical.rotate270.avif](./kimono.mirror-vertical.rotate270.avif?raw=true)\n\n[Encoded image is mirrored vertically, then rorated at 90 degree in clockwise](kimono.mirror-vertical.rotate270.png?raw=true), and marked to rotate it at 90 degree in counter-clockwise and then mirror it vertically when displaying.\n\nThus, resulted image is as the same as the original.\n\n### Cropping\n\n[kimono.crop.avif](kimono.crop.avif?raw=true)\n\nDisplaying image will be cropped from the original image, using `CleanApertureBox`(See: ISO/IEC 14496-12:2015).\n\nCropped under these condition:\n\n - cleanApertureWidthN: 385\n - cleanApertureWidthD: 1\n - cleanApertureHeightN: 330\n - cleanApertureHeightD: 1\n - horizOffN: 103\n - horizOffD: 1\n - vertOffN: -308 (This can be negative, as mensioned in ISO/IEC 14496-12:2015).\n - vertOffD: 1\n\nResulted image should be:\n\n![kimono.crop.png](kimono.crop.png)\n\n### Cropping + Mirroring vertically + Rotating at 90 degrees.\n\n[kimono.mirror-vertical.rotate270.crop.avif](kimono.mirror-vertical.rotate270.crop.avif?raw=true)\n\n[Encoded image is mirrored vertically, then rorated at 90 degree in clockwise](kimono.mirror-vertical.rotate270.png?raw=true), and marked to crop it first, rotate it at 90 degree in counter-clockwise, and then mirror it vertically.\n\nCropping condition is:\n\n- cleanApertureWidthN: 330\n- cleanApertureWidthD: 1\n- cleanApertureHeightN: 385\n- cleanApertureHeightD: 1\n- horizOffN: -308\n- horizOffD: 1\n- vertOffN: 103\n- vertOffD: 1\n\nResulted image should be as the same as above.\n\n![kimono.crop.png](kimono.crop.png)\n\n### URLS\n\nYou can obtain this list with `make kimono-url`.\n\n```\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.crop.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-horizontal.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.rotate270.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.mirror-vertical.rotate270.crop.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.rotate270.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/kimono.rotate90.avif\n```\n\n## Fox Parade - Odd dimensions images\n\n### Original\n\n[\u003cimg src=\"fox.jpg\" alt=\"fox.jpg\" height=\"512\"\u003e](fox.jpg)\n\n - size: 1204 x 800\n - License: [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)\n   - Author: Kaede Fujisaki ([@ledyba](https://github.com/ledyba))\n   - Retrieved from [her website](https://hexe.net/2017/12/02/16:33:53/).\n\n#### Odd-Width\n\n - [fox.odd-width.png](fox.odd-width.png?raw=true)\n - size: 1203 x 800\n\n#### Odd-Height\n\n  - [fox.odd-height.png](fox.odd-height.png?raw=true)\n  - size: 1204 x 799\n\n#### Odd-Width x Odd-Height\n\n  - [fox.odd-width.odd-height.png](fox.odd-width.odd-height.png?raw=true)\n  - size: 1203 x 799\n\n### AVIF version\n\n| profile | bit depth | pix fmt | Monochrome | odd width | odd height | file                                                                            |\n|---------|-----------|---------|------------|-----------|------------|---------------------------------------------------------------------------------|\n| 0       | 8         | YUV420  |            |           |            | [here](fox.profile0.8bpc.yuv420.avif?raw=true)                                  |\n| 0       | 8         | YUV420  |            | YES       |            | [here](fox.profile0.8bpc.yuv420.odd-width.avif?raw=true)                        |\n| 0       | 8         | YUV420  |            |           | YES        | [here](fox.profile0.8bpc.yuv420.odd-height.avif?raw=true)                       |\n| 0       | 8         | YUV420  |            | YES       | YES        | [here](fox.profile0.8bpc.yuv420.odd-width.odd-height.avif?raw=true)             |\n| 0       | 8         | YUV420  | YES        |           |            | [here](fox.profile0.8bpc.yuv420.monochrome.avif?raw=true)                       |\n| 0       | 8         | YUV420  | YES        | YES       |            | [here](fox.profile0.8bpc.yuv420.monochrome.odd-width.avif?raw=true)             |\n| 0       | 8         | YUV420  | YES        |           | YES        | [here](fox.profile0.8bpc.yuv420.monochrome.odd-height.avif?raw=true)            |\n| 0       | 8         | YUV420  | YES        | YES       | YES        | [here](fox.profile0.8bpc.yuv420.monochrome.odd-width.odd-height.avif?raw=true)  |\n| 0       | 10        | YUV420  |            |           |            | [here](fox.profile0.10bpc.yuv420.avif?raw=true)                                 |\n| 0       | 10        | YUV420  |            | YES       |            | [here](fox.profile0.10bpc.yuv420.odd-width.avif?raw=true)                       |\n| 0       | 10        | YUV420  |            |           | YES        | [here](fox.profile0.10bpc.yuv420.odd-height.avif?raw=true)                      |\n| 0       | 10        | YUV420  |            | YES       | YES        | [here](fox.profile0.10bpc.yuv420.odd-width.odd-height.avif?raw=true)            |\n| 0       | 10        | YUV420  | YES        |           |            | [here](fox.profile0.10bpc.yuv420.monochrome.avif?raw=true)                      |\n| 0       | 10        | YUV420  | YES        | YES       |            | [here](fox.profile0.10bpc.yuv420.monochrome.odd-width.avif?raw=true)            |\n| 0       | 10        | YUV420  | YES        |           | YES        | [here](fox.profile0.10bpc.yuv420.monochrome.odd-height.avif?raw=true)           |\n| 0       | 10        | YUV420  | YES        | YES       | YES        | [here](fox.profile0.10bpc.yuv420.monochrome.odd-width.odd-height.avif?raw=true) |\n| 2       | 12        | YUV420  |            |           |            | [here](fox.profile2.12bpc.yuv420.avif?raw=true)                                 |\n| 2       | 12        | YUV420  |            | YES       |            | [here](fox.profile2.12bpc.yuv420.odd-width.avif?raw=true)                       |\n| 2       | 12        | YUV420  |            |           | YES        | [here](fox.profile2.12bpc.yuv420.odd-height.avif?raw=true)                      |\n| 2       | 12        | YUV420  |            | YES       | YES        | [here](fox.profile2.12bpc.yuv420.odd-width.odd-height.avif?raw=true)            |\n| 2       | 12        | YUV420  | YES        |           |            | [here](fox.profile2.12bpc.yuv420.monochrome.avif?raw=true)                      |\n| 2       | 12        | YUV420  | YES        | YES       |            | [here](fox.profile2.12bpc.yuv420.monochrome.odd-width.avif?raw=true)            |\n| 2       | 12        | YUV420  | YES        |           | YES        | [here](fox.profile2.12bpc.yuv420.monochrome.odd-height.avif?raw=true)           |\n| 2       | 12        | YUV420  | YES        | YES       | YES        | [here](fox.profile2.12bpc.yuv420.monochrome.odd-width.odd-height.avif?raw=true) |\n| 2       | 8         | YUV422  |            |           |            | [here](fox.profile2.8bpc.yuv422.avif?raw=true)                                  |\n| 2       | 8         | YUV422  |            | YES       |            | [here](fox.profile2.8bpc.yuv422.odd-width.avif?raw=true)                        |\n| 2       | 8         | YUV422  |            |           | YES        | [here](fox.profile2.8bpc.yuv422.odd-height.avif?raw=true)                       |\n| 2       | 8         | YUV422  |            | YES       | YES        | [here](fox.profile2.8bpc.yuv422.odd-width.odd-height.avif?raw=true)             |\n| 2       | 8         | YUV422  | YES        |           |            | [here](fox.profile2.8bpc.yuv422.monochrome.avif?raw=true)                       |\n| 2       | 8         | YUV422  | YES        | YES       |            | [here](fox.profile2.8bpc.yuv422.monochrome.odd-width.avif?raw=true)             |\n| 2       | 8         | YUV422  | YES        |           | YES        | [here](fox.profile2.8bpc.yuv422.monochrome.odd-height.avif?raw=true)            |\n| 2       | 8         | YUV422  | YES        | YES       | YES        | [here](fox.profile2.8bpc.yuv422.monochrome.odd-width.odd-height.avif?raw=true)  |\n| 2       | 10        | YUV422  |            |           |            | [here](fox.profile2.10bpc.yuv422.avif?raw=true)                                 |\n| 2       | 10        | YUV422  |            | YES       |            | [here](fox.profile2.10bpc.yuv422.odd-width.avif?raw=true)                       |\n| 2       | 10        | YUV422  |            |           | YES        | [here](fox.profile2.10bpc.yuv422.odd-height.avif?raw=true)                      |\n| 2       | 10        | YUV422  |            | YES       | YES        | [here](fox.profile2.10bpc.yuv422.odd-width.odd-height.avif?raw=true)            |\n| 2       | 10        | YUV422  | YES        |           |            | [here](fox.profile2.10bpc.yuv422.monochrome.avif?raw=true)                      |\n| 2       | 10        | YUV422  | YES        | YES       |            | [here](fox.profile2.10bpc.yuv422.monochrome.odd-width.avif?raw=true)            |\n| 2       | 10        | YUV422  | YES        |           | YES        | [here](fox.profile2.10bpc.yuv422.monochrome.odd-height.avif?raw=true)           |\n| 2       | 10        | YUV422  | YES        | YES       | YES        | [here](fox.profile2.10bpc.yuv422.monochrome.odd-width.odd-height.avif?raw=true) |\n| 2       | 12        | YUV422  |            |           |            | [here](fox.profile2.12bpc.yuv422.avif?raw=true)                                 |\n| 2       | 12        | YUV422  |            | YES       |            | [here](fox.profile2.12bpc.yuv422.odd-width.avif?raw=true)                       |\n| 2       | 12        | YUV422  |            |           | YES        | [here](fox.profile2.12bpc.yuv422.odd-height.avif?raw=true)                      |\n| 2       | 12        | YUV422  |            | YES       | YES        | [here](fox.profile2.12bpc.yuv422.odd-width.odd-height.avif?raw=true)            |\n| 2       | 12        | YUV422  | YES        |           |            | [here](fox.profile2.12bpc.yuv422.monochrome.avif?raw=true)                      |\n| 2       | 12        | YUV422  | YES        | YES       |            | [here](fox.profile2.12bpc.yuv422.monochrome.odd-width.avif?raw=true)            |\n| 2       | 12        | YUV422  | YES        |           | YES        | [here](fox.profile2.12bpc.yuv422.monochrome.odd-height.avif?raw=true)           |\n| 2       | 12        | YUV422  | YES        | YES       | YES        | [here](fox.profile2.12bpc.yuv422.monochrome.odd-width.odd-height.avif?raw=true) |\n| 1       | 8         | YUV444  |            |           |            | [here](fox.profile1.8bpc.yuv444.avif?raw=true)                                  |\n| 1       | 8         | YUV444  |            | YES       |            | [here](fox.profile1.8bpc.yuv444.odd-width.avif?raw=true)                        |\n| 1       | 8         | YUV444  |            |           | YES        | [here](fox.profile1.8bpc.yuv444.odd-height.avif?raw=true)                       |\n| 1       | 8         | YUV444  |            | YES       | YES        | [here](fox.profile1.8bpc.yuv444.odd-width.odd-height.avif?raw=true)             |\n| 1       | 10        | YUV444  |            |           |            | [here](fox.profile1.10bpc.yuv444.avif?raw=true)                                 |\n| 1       | 10        | YUV444  |            | YES       |            | [here](fox.profile1.10bpc.yuv444.odd-width.avif?raw=true)                       |\n| 1       | 10        | YUV444  |            |           | YES        | [here](fox.profile1.10bpc.yuv444.odd-height.avif?raw=true)                      |\n| 1       | 10        | YUV444  |            | YES       | YES        | [here](fox.profile1.10bpc.yuv444.odd-width.odd-height.avif?raw=true)            |\n| 2       | 12        | YUV444  |            |           |            | [here](fox.profile2.12bpc.yuv444.avif?raw=true)                                 |\n| 2       | 12        | YUV444  |            | YES       |            | [here](fox.profile2.12bpc.yuv444.odd-width.avif?raw=true)                       |\n| 2       | 12        | YUV444  |            |           | YES        | [here](fox.profile2.12bpc.yuv444.odd-height.avif?raw=true)                      |\n| 2       | 12        | YUV444  |            | YES       | YES        | [here](fox.profile2.12bpc.yuv444.odd-width.odd-height.avif?raw=true)            |\n| 2       | 12        | YUV444  | YES        |           |            | [here](fox.profile2.12bpc.yuv444.monochrome.avif?raw=true)                      |\n| 2       | 12        | YUV444  | YES        | YES       |            | [here](fox.profile2.12bpc.yuv444.monochrome.odd-width.avif?raw=true)            |\n| 2       | 12        | YUV444  | YES        |           | YES        | [here](fox.profile2.12bpc.yuv444.monochrome.odd-height.avif?raw=true)           |\n| 2       | 12        | YUV444  | YES        | YES       | YES        | [here](fox.profile2.12bpc.yuv444.monochrome.odd-width.odd-height.avif?raw=true) |\n\n### URLs\n\nYou can obtain this list with `make fox-url`.\n\n```\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.10bpc.yuv444.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile1.8bpc.yuv444.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.10bpc.yuv422.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv420.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv422.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.12bpc.yuv444.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.monochrome.odd-width.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-height.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-width.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile2.8bpc.yuv422.odd-width.odd-height.avif\n```\n## Plum blossom - test images for alpha planes\n\n### Original (SVG)\n\n![plum-blossom.svg](./plum-blossom.svg)\n\n - License: [CC-BY](https://creativecommons.org/licenses/by/4.0/deed.en)\n   - Author: Ryo Hirafuji ([@ledyba-z](https://github.com/ledyba-z))\n\n#### Large Version (PNG)\n\n - [plum-blossom-large.png](plum-blossom-large.png?raw=true)\n - size: 2048x2048\n\n#### Small Version (PNG)\n\n - [plum-blossom-small.png](plum-blossom-small.png?raw=true)\n - size: 128x128\n\n### AVIF version (Large Version)\n\n#### Limited-ranged alpha\n\n| profile | bit depth | pix fmt | Monochrome | alpha   | file                                                                                    |\n|---------|-----------|---------|------------|-------- |-----------------------------------------------------------------------------------------|\n| 0       | 8         | YUV420  |            | limited | [here](plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.avif?raw=true)             |\n| 0       | 8         | YUV420  | YES        | limited | [here](plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.monochrome.avif?raw=true)  |\n| 0       | 10        | YUV420  |            | limited | [here](plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.avif?raw=true)            |\n| 0       | 10        | YUV420  | YES        | limited | [here](plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 12        | YUV420  |            | limited | [here](plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV420  | YES        | limited | [here](plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 8         | YUV422  |            | limited | [here](plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.avif?raw=true)             |\n| 2       | 8         | YUV422  | YES        | limited | [here](plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.monochrome.avif?raw=true)  |\n| 2       | 10        | YUV422  |            | limited | [here](plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.avif?raw=true)            |\n| 2       | 10        | YUV422  | YES        | limited | [here](plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 12        | YUV422  |            | limited | [here](plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV422  | YES        | limited | [here](plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.monochrome.avif?raw=true) |\n| 1       | 8         | YUV444  |            | limited | [here](plum-blossom-large.profile1.8bpc.yuv444.alpha-limited.avif?raw=true)             |\n| 1       | 10        | YUV444  |            | limited | [here](plum-blossom-large.profile1.10bpc.yuv444.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV444  |            | limited | [here](plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV444  | YES        | limited | [here](plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.monochrome.avif?raw=true) |\n\n#### Full-ranged alpha\n\n| profile | bit depth | pix fmt | Monochrome | alpha   | file                                                                                    |\n|---------|-----------|---------|------------|-------- |-----------------------------------------------------------------------------------------|\n| 0       | 8         | YUV420  |            | full    | [here](plum-blossom-large.profile0.8bpc.yuv420.alpha-full.avif?raw=true)                |\n| 0       | 8         | YUV420  | YES        | full    | [here](plum-blossom-large.profile0.8bpc.yuv420.alpha-full.monochrome.avif?raw=true)     |\n| 0       | 10        | YUV420  |            | full    | [here](plum-blossom-large.profile0.10bpc.yuv420.alpha-full.avif?raw=true)               |\n| 0       | 10        | YUV420  | YES        | full    | [here](plum-blossom-large.profile0.10bpc.yuv420.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 12        | YUV420  |            | full    | [here](plum-blossom-large.profile2.12bpc.yuv420.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV420  | YES        | full    | [here](plum-blossom-large.profile2.12bpc.yuv420.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 8         | YUV422  |            | full    | [here](plum-blossom-large.profile2.8bpc.yuv422.alpha-full.avif?raw=true)                |\n| 2       | 8         | YUV422  | YES        | full    | [here](plum-blossom-large.profile2.8bpc.yuv422.alpha-full.monochrome.avif?raw=true)     |\n| 2       | 10        | YUV422  |            | full    | [here](plum-blossom-large.profile2.10bpc.yuv422.alpha-full.avif?raw=true)               |\n| 2       | 10        | YUV422  | YES        | full    | [here](plum-blossom-large.profile2.10bpc.yuv422.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 12        | YUV422  |            | full    | [here](plum-blossom-large.profile2.12bpc.yuv422.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV422  | YES        | full    | [here](plum-blossom-large.profile2.12bpc.yuv422.alpha-full.monochrome.avif?raw=true)    |\n| 1       | 8         | YUV444  |            | full    | [here](plum-blossom-large.profile1.8bpc.yuv444.alpha-full.avif?raw=true)                |\n| 1       | 10        | YUV444  |            | full    | [here](plum-blossom-large.profile1.10bpc.yuv444.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV444  |            | full    | [here](plum-blossom-large.profile2.12bpc.yuv444.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV444  | YES        | full    | [here](plum-blossom-large.profile2.12bpc.yuv444.alpha-full.monochrome.avif?raw=true)    |\n\n### AVIF version (Small Version)\n\n#### Limited-ranged alpha\n\n| profile | bit depth | pix fmt | Monochrome | alpha   | file                                                                                    |\n|---------|-----------|---------|------------|-------- |-----------------------------------------------------------------------------------------|\n| 0       | 8         | YUV420  |            | limited | [here](plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.avif?raw=true)             |\n| 0       | 8         | YUV420  | YES        | limited | [here](plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.monochrome.avif?raw=true)  |\n| 0       | 10        | YUV420  |            | limited | [here](plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.avif?raw=true)            |\n| 0       | 10        | YUV420  | YES        | limited | [here](plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 12        | YUV420  |            | limited | [here](plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV420  | YES        | limited | [here](plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 8         | YUV422  |            | limited | [here](plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.avif?raw=true)             |\n| 2       | 8         | YUV422  | YES        | limited | [here](plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.monochrome.avif?raw=true)  |\n| 2       | 10        | YUV422  |            | limited | [here](plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.avif?raw=true)            |\n| 2       | 10        | YUV422  | YES        | limited | [here](plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.monochrome.avif?raw=true) |\n| 2       | 12        | YUV422  |            | limited | [here](plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV422  | YES        | limited | [here](plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.monochrome.avif?raw=true) |\n| 1       | 8         | YUV444  |            | limited | [here](plum-blossom-small.profile1.8bpc.yuv444.alpha-limited.avif?raw=true)             |\n| 1       | 10        | YUV444  |            | limited | [here](plum-blossom-small.profile1.10bpc.yuv444.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV444  |            | limited | [here](plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.avif?raw=true)            |\n| 2       | 12        | YUV444  | YES        | limited | [here](plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.monochrome.avif?raw=true) |\n\n#### Full-ranged alpha\n\n| profile | bit depth | pix fmt | Monochrome | alpha   | file                                                                                    |\n|---------|-----------|---------|------------|-------- |-----------------------------------------------------------------------------------------|\n| 0       | 8         | YUV420  |            | full    | [here](plum-blossom-small.profile0.8bpc.yuv420.alpha-full.avif?raw=true)                |\n| 0       | 8         | YUV420  | YES        | full    | [here](plum-blossom-small.profile0.8bpc.yuv420.alpha-full.monochrome.avif?raw=true)     |\n| 0       | 10        | YUV420  |            | full    | [here](plum-blossom-small.profile0.10bpc.yuv420.alpha-full.avif?raw=true)               |\n| 0       | 10        | YUV420  | YES        | full    | [here](plum-blossom-small.profile0.10bpc.yuv420.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 12        | YUV420  |            | full    | [here](plum-blossom-small.profile2.12bpc.yuv420.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV420  | YES        | full    | [here](plum-blossom-small.profile2.12bpc.yuv420.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 8         | YUV422  |            | full    | [here](plum-blossom-small.profile2.8bpc.yuv422.alpha-full.avif?raw=true)                |\n| 2       | 8         | YUV422  | YES        | full    | [here](plum-blossom-small.profile2.8bpc.yuv422.alpha-full.monochrome.avif?raw=true)     |\n| 2       | 10        | YUV422  |            | full    | [here](plum-blossom-small.profile2.10bpc.yuv422.alpha-full.avif?raw=true)               |\n| 2       | 10        | YUV422  | YES        | full    | [here](plum-blossom-small.profile2.10bpc.yuv422.alpha-full.monochrome.avif?raw=true)    |\n| 2       | 12        | YUV422  |            | full    | [here](plum-blossom-small.profile2.12bpc.yuv422.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV422  | YES        | full    | [here](plum-blossom-small.profile2.12bpc.yuv422.alpha-full.monochrome.avif?raw=true)    |\n| 1       | 8         | YUV444  |            | full    | [here](plum-blossom-small.profile1.8bpc.yuv444.alpha-full.avif?raw=true)                |\n| 1       | 10        | YUV444  |            | full    | [here](plum-blossom-small.profile1.10bpc.yuv444.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV444  |            | full    | [here](plum-blossom-small.profile2.12bpc.yuv444.alpha-full.avif?raw=true)               |\n| 2       | 12        | YUV444  | YES        | full    | [here](plum-blossom-small.profile2.12bpc.yuv444.alpha-full.monochrome.avif?raw=true)    |\n\n### URLs\n\nYou can obtain this list with `make plum-url`.\n\n```\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.10bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile0.8bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.10bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.10bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.8bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile1.8bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.10bpc.yuv422.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv422.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.12bpc.yuv444.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-large.profile2.8bpc.yuv422.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.10bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile0.8bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.10bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.10bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.8bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile1.8bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.10bpc.yuv422.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv420.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv422.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.12bpc.yuv444.alpha-limited.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-full.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-full.monochrome.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.avif\nhttps://raw.githubusercontent.com/link-u/avif-sample-images/master/plum-blossom-small.profile2.8bpc.yuv422.alpha-limited.monochrome.avif\n```\n\n## Red at 12 o'clock with color profile - ICC Profile tests\n\n![red-at-12-oclock-with-color-profile.jpg](red-at-12-oclock-with-color-profile.jpg)\n\n - License: GNU LGPL v2.1 or 2 claused BSD License\n   - Author: Tony Payne \u003ctpayne@chromium.org\u003e\n   - [commit](https://chromium.googlesource.com/chromium/src/+/e89ab1941644ff34b262cac05f23e82b7e249377)\n\n### AVIF version\n\n - [red-at-12-oclock-with-color-profile-lossy.avif](red-at-12-oclock-with-color-profile-lossy.avif?raw=true)\n - [red-at-12-oclock-with-color-profile-8bpc.avif](red-at-12-oclock-with-color-profile-8bpc.avif?raw=true)\n - [red-at-12-oclock-with-color-profile-10bpc.avif](red-at-12-oclock-with-color-profile-10bpc.avif?raw=true)\n - [red-at-12-oclock-with-color-profile-12bpc.avif](red-at-12-oclock-with-color-profile-12bpc.avif?raw=true)\n\n## Twinkle Star - Image Sequence Test\n\n![star.gif](star.gif)\n\n - [AV1 mp4 version](star.mp4?raw=true)\n\n### Original (SVG)\n\n![star.svg](./star.svg)\n\n - License: [CC-BY](https://creativecommons.org/licenses/by/4.0/deed.en)\n   - Author: Ryo Hirafuji ([@ledyba-z](https://github.com/ledyba-z))\n - Special Thanks: [Shigatake's Pixel Art Lesson](http://shigatake.sakura.ne.jp/gallery/dot/dot_1.html)\n\n### AVIFS version\n\n#### Normal\n\n- [star-8bpc.avifs](star-8bpc.avifs?raw=true)\n   - YUV420\n   - full-ranged color\n- [star-10bpc.avifs](star-10bpc.avifs?raw=true)\n   - YUV422\n   - full-ranged color\n- [star-12bpc.avifs](star-12bpc.avifs?raw=true)\n   - YUV444\n   - full-ranged color\n\n- [star-8bpc-with-alpha.avifs](star-8bpc-with-alpha.avifs?raw=true)\n   - YUV420\n   - 8bit\n   - limited-ranged color\n   - limited-ranged alpha\n- [star-8bpc-with-alpha.avifs](star-10bpc-with-alpha.avifs?raw=true)\n   - YUV422\n   - 10bit\n   - limited-ranged color\n   - limited-ranged alpha\n- [star-8bpc-with-alpha.avifs](star-12bpc-with-alpha.avifs?raw=true)\n   - YUV444\n   - 12bit\n   - limited-ranged color\n   - limited-ranged alpha\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-u%2Favif-sample-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-u%2Favif-sample-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-u%2Favif-sample-images/lists"}