Adding support for heif (i.e. heic files).

This commit is contained in:
Jeremy Gordon 2019-09-24 11:57:29 -07:00 committed by Paul van Santen
parent 5a9d7f21d9
commit f9eadf55bb
No known key found for this signature in database
GPG key ID: AD10F40CB69516B6
6 changed files with 58 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
const Version = "1.0.18"
const Version = "1.0.19"