All Projects → 0xC0000054 → libheif-sharp

0xC0000054 / libheif-sharp

Licence: LGPL-3.0 license
Provides .NET bindings for libheif.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to libheif-sharp

HEIF-converter
Converter for High Efficiency Image Format(HEIF)
Stars: ✭ 24 (-20%)
Mutual labels:  heif, heic
video-quality-metrics
Test specified presets/CRF values for the x264 or x265 encoder. Compares VMAF/SSIM/PSNR numerically & via graphs.
Stars: ✭ 87 (+190%)
Mutual labels:  hevc, av1
heic-convert
🤳 convert heic/heif images to jpeg and png
Stars: ✭ 104 (+246.67%)
Mutual labels:  heif, heic
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+320%)
Mutual labels:  heic, avif
HEIF
Mac OS X: Convert any image to HEIF/HEIC format
Stars: ✭ 58 (+93.33%)
Mutual labels:  heif, heic
heic2hevc
convert HEIC file to H.265 bitstream(Annex.B)
Stars: ✭ 25 (-16.67%)
Mutual labels:  hevc, heif
avif-format
An AV1 Image (AVIF) file format plug-in for Adobe® Photoshop®
Stars: ✭ 95 (+216.67%)
Mutual labels:  av1, avif
AVIFQuickLook
AVIF QuickLook plugin on macOS
Stars: ✭ 99 (+230%)
Mutual labels:  av1, avif
cavif
avif encoder, using libaom directly.
Stars: ✭ 94 (+213.33%)
Mutual labels:  av1, avif
DumpTS
Extract elementary stream from all kinds of media files, show inside media meta information and reconstruct Transport-Stream, ISOBMFF, Matroska and MMT media files
Stars: ✭ 25 (-16.67%)
Mutual labels:  av1, heif
flvAnalyser
FLV v1.0 analyser
Stars: ✭ 76 (+153.33%)
Mutual labels:  hevc, av1
xin26x
Video Encoder for Now and Next Decade
Stars: ✭ 74 (+146.67%)
Mutual labels:  hevc, av1
heifreader
HEIF(High Efficiency Image Format) reader for Android
Stars: ✭ 57 (+90%)
Mutual labels:  hevc, heif
Swiftffmpeg
A Swift wrapper for the FFmpeg API
Stars: ✭ 243 (+710%)
Mutual labels:  hevc
Fastflix
FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP creation, and more!
Stars: ✭ 154 (+413.33%)
Mutual labels:  hevc
Ott Packager
OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
Stars: ✭ 148 (+393.33%)
Mutual labels:  hevc
VIDEOconvertor
A stable and Fast telegram video convertor bot which can encode into different libs and resolution, compress videos, convert video into audio and other video formats, rename with thumbnail support, generate screenshot and trim videos.
Stars: ✭ 180 (+500%)
Mutual labels:  hevc
NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (-10%)
Mutual labels:  av1
H265webplayer
h265webplayer是金山云的Web端H.265视频播放器,该播放器Web SDK让您可以在支持WebAssembly的浏览器上播放FLVhttp-flv协议的直播视频和mp4格式的点播视频。
Stars: ✭ 126 (+320%)
Mutual labels:  hevc
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+586.67%)
Mutual labels:  avif

libheif-sharp

NuGet version GitHub license

libheif-sharp provides .NET bindings for libheif.
It is built against .NET Standard 1.3, and should work on any supported .NET platform that has a libheif shared library.

Features

  • Supports decoding
    • Top-level images
    • Thumbnails
    • Depth images
    • Vendor-specific auxiliary images
  • Supports encoding
    • Top-level images
    • Thumbnails
  • Supports reading and writing meta-data

Documentation

API Documentation
Building libheif on Windows with vcpkg

Sample Applications

The libheif-sharp-samples repository contains decoder and encoder samples that demonstrate the use of the library.

Requirements

The libheif shared library must be named libheif in order for it to be found by P/Invoke.

The minimum supported libheif version is 1.9.0.

License

This project is licensed under the terms of the GNU Lesser General Public License version 3.0.
See License.md for more information.

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].