mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #377] Investigate and implement AVIF Image format option #156
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadok-f on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/377
Originally assigned to: @sadok-f on GitHub.
AVIF, or AV1 Image File Format, is a relatively new image format that utilizes the AV1 video codec to compress images. AV1 is a royalty-free video compression technology developed by the Alliance for Open Media (AOMedia), and it's known for its efficiency in compressing high-quality video.
AVIF takes advantage of the AV1 codec's advanced compression algorithms to achieve higher compression ratios without significant loss of image quality. This format supports features like a wide color gamut, high dynamic range (HDR), and better compression efficiency than other image formats like JPEG, PNG, and WebP.
In essence, AVIF is designed to provide better image quality at smaller file sizes, making it an attractive option for web developers and users looking to optimize page load times and bandwidth usage
@github-actions[bot] commented on GitHub (Nov 24, 2023):
This issue is stale (30 days with no activity)
@sadok-f commented on GitHub (Nov 24, 2023):
ImageMagick supports AVIF compression natively from version 7.0.25.
You can use a command like:
-defineallows you to specify additional AVIF settings. You can substitute the generic quality parameter with the heic:speed option to improve your results