https://github.com/a-k-o-r-a/heif-rs
Implementation of the High Efficiency Image File Format (HEIF) written in rust
https://github.com/a-k-o-r-a/heif-rs
heif rust
Last synced: 3 months ago
JSON representation
Implementation of the High Efficiency Image File Format (HEIF) written in rust
- Host: GitHub
- URL: https://github.com/a-k-o-r-a/heif-rs
- Owner: A-K-O-R-A
- Created: 2023-04-24T17:20:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T12:13:05.000Z (over 2 years ago)
- Last Synced: 2025-03-11T10:50:14.922Z (7 months ago)
- Topics: heif, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# High Efficiency Image File Format
This is a work in progress parser of the High Efficiency Image File Format commonly known as HEIF. The goal of this project is not to implement any encodings like the commonly used HEIC / H.265, instead it just parses the file and returns the individual boxes with the metadata of the image.
### Motivation
The motivation of this project is to parse a HEIF file taken in portrait mode with a iPhone and then be able to replace the depth mask, to controll the depth effect of apples so called portrait fotos, which can be used to create impressive visual effects on lock screens.