All Projects → link-u → avif-sample-images

link-u / avif-sample-images

Licence: CC-BY-SA-4.0 license
AVIF example images, licensed under CC-BY-SA.

Programming Languages

Makefile
30231 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to avif-sample-images

React Imgpro
📷 Image Processing Component for React
Stars: ✭ 2,186 (+5808.11%)
Mutual labels:  images
Distrobuilder
System container image builder for LXC and LXD
Stars: ✭ 211 (+470.27%)
Mutual labels:  images
Geeqie
claiming to be the best image viewer / photo collection browser
Stars: ✭ 239 (+545.95%)
Mutual labels:  images
Silentbox
A lightbox inspired Vue.js component.
Stars: ✭ 196 (+429.73%)
Mutual labels:  images
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (+445.95%)
Mutual labels:  images
React Native Swiper Flatlist
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+486.49%)
Mutual labels:  images
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (+394.59%)
Mutual labels:  images
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+8445.95%)
Mutual labels:  images
Terrier
Terrier is a Image and Container analysis tool that can be used to scan Images and Containers to identify and verify the presence of specific files according to their hashes.
Stars: ✭ 203 (+448.65%)
Mutual labels:  images
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+545.95%)
Mutual labels:  images
Img2xls
Convert images to colored cells in an Excel spreadsheet.
Stars: ✭ 200 (+440.54%)
Mutual labels:  images
React Slideshow
A react component for slideshow supporting slide, fade and zoom
Stars: ✭ 201 (+443.24%)
Mutual labels:  images
Svg Credit Card Payment Icons
SVG Credit Card & Payment Icons: 6 Styles, 80 Icons
Stars: ✭ 227 (+513.51%)
Mutual labels:  images
Vue Cool Lightbox
Vue.js lightbox inspired by fancybox.
Stars: ✭ 196 (+429.73%)
Mutual labels:  images
Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
Stars: ✭ 2,736 (+7294.59%)
Mutual labels:  images
Dataset loaders
A collection of dataset loaders
Stars: ✭ 187 (+405.41%)
Mutual labels:  images
Awesome Deepfakes Materials
A curated list of awesome Deepfakes materials
Stars: ✭ 219 (+491.89%)
Mutual labels:  images
React Lazy Images
🖼️ 🛋️ Components and utilities for lazy image loading in React
Stars: ✭ 254 (+586.49%)
Mutual labels:  images
Fengniao
A command line tool for cleaning unused resources in Xcode.
Stars: ✭ 2,852 (+7608.11%)
Mutual labels:  images
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+7189.19%)
Mutual labels:  images

AVIF Example files.

Encode all images and decode them again

  • 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

hato

hato.jpg

AVIF version

YUV 420

profile bit depth Monochrome file
0 8 here
0 8 YES here
0 10 here
0 10 YES here

YUV422

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

URLS

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

Kimono - Transformation tests

kimono.jpg

Test images for rotation(irot), mirroring(imir), cropping(clap).

All AVIF images are encoded in these settings:

  • Profile 0
  • YUV420
  • 8 bits per component

FYI: Transform operation order

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.

Identity

kimono.avif

No operation is applied.

Rotation 90

kimono.rotate90.avif

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.

Rotation 270

kimono.rotate270.avif

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.

Mirroring horizontally

kimono.mirror-horizontal.avif

Encoded image is mirrored horizontally, and marked to mirror it horizontally again when displaying. Thus, resulted image is as the same as the original.

Mirroring vertically

kimono.mirror-vertical.avif

Vertical version. Same as above.

Mirroring vertically + Rotating at 90 degrees.

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.

Cropping

kimono.crop.avif

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.crop.png

Cropping + Mirroring vertically + Rotating at 90 degrees.

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.

kimono.crop.png

URLS

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

Fox Parade - Odd dimensions images

Original

fox.jpg

Odd-Width

Odd-Height

Odd-Width x Odd-Height

AVIF version

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

URLs

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 - test images for alpha planes

Original (SVG)

plum-blossom.svg

Large Version (PNG)

Small Version (PNG)

AVIF version (Large Version)

Limited-ranged alpha

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

Full-ranged alpha

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

AVIF version (Small Version)

Limited-ranged alpha

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

Full-ranged alpha

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

URLs

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

Red at 12 o'clock with color profile - ICC Profile tests

red-at-12-oclock-with-color-profile.jpg

AVIF version

Twinkle Star - Image Sequence Test

star.gif

Original (SVG)

star.svg

AVIFS version

Normal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].