libheif:go-read-memory-nocopy

Last commit made on 2018-08-21
Get this branch:
git clone -b go-read-memory-nocopy https://git.launchpad.net/libheif

Branch merges

Branch information

Name:
go-read-memory-nocopy
Repository:
lp:libheif

Recent commits

ff75b2d... by Leon Klingele <email address hidden>

go: Call 'heif_context_read_from_memory_without_copy' instead of deprecated function

heif.c:319 says:
    // DEPRECATED: use heif_context_read_from_memory_without_copy() instead.

198d64d... by Dirk Farin

add missing sub-error to Go interface

9e626fb... by Dirk Farin

added better error messages when JPEG or PNG support is not available

472d9e2... by Dirk Farin

fix writing HEIF images without color profile

943361a... by Dirk Farin <email address hidden>

rewrote color-profile internal data-types to better handle different types of profiles

e4530e5... by Dirk Farin <email address hidden>

read also rICC type color profiles

85c50eb... by Dirk Farin <email address hidden>

parse and write 'pixi' boxes (bits per channel)

0f1603b... by Dirk Farin <email address hidden>

only output those color-profile values in dump that are defined in the box

6bd1a7e... by Dirk Farin <email address hidden>

print warning if RGB input image is compressed with 'lossless' setting

9e5d6d9... by Dirk Farin <email address hidden>

for API consistency, pass void* instead of uint8_t* to heif_image_set_color_profile()