nokiatech / heif

High Efficiency Image File Format
Other
1.74k stars 247 forks source link

is this Apple format? heic #89

Open ivanooi opened 4 years ago

ivanooi commented 4 years ago

Hi,

is it apple format, HEIC?

will this library support Mac?

Thanks

flemingm commented 4 years ago

You can read height filed produced by Apple devices.

Apple OS has built in support for reading and writing Heif files

See core images docs

Mark Fleming

On Aug 8, 2020, at 10:13 AM, ivanooi notifications@github.com wrote:

 Hi,

is it apple format, HEIC?

will this library support Mac?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ivanooi commented 4 years ago

but..how am I create the java library for mac ?

Thanks

myrao commented 3 years ago

You can build library for mac use java, maybe you should use videoToolbox as codec for mac: https://github.com/nokiatech/heif/issues/45#issuecomment-374158284