Skip to content
#

heif

Here are 62 public repositories matching this topic...

ahoefling
ahoefling commented Sep 3, 2021

Description

Add thumbnail count API to determine how many thumbnail images if any are embedded in the heic image

New APIs

IHeifImage

// Gets the number of thumbnails embedded in the heif file
// this is typically 0 or 1
int GetThumbnailCount(); // New API

// Gets an array of all available thumbnail ids, if 0 
// then the image doesn't have any thumbnails
int[] GetThumbn
Enhancement good first issue 🏁 ready-for-dev

Improve this page

Add a description, image, and links to the heif topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the heif topic, visit your repo's landing page and select "manage topics."

Learn more