libheif:multiple-aux-images

Last commit made on 2020-12-15
Get this branch:
git clone -b multiple-aux-images https://git.launchpad.net/libheif

Branch merges

Branch information

Name:
multiple-aux-images
Repository:
lp:libheif

Recent commits

9d41ab7... by Dirk Farin

assign correct color profile to aux images (#391)

95f116a... by Dirk Farin

added API for accessing all auxiliary images (#386)

b0dc627... by Dirk Farin

add third-party libheif-js (Node.js module) to README

2465201... by Dirk Farin

Merge pull request #379 from Jehan/wip/Jehan/fix-warnings-as-errors

Fix warnings treated as errors.

6528158... by Jehan <email address hidden>

Fix warnings treated as errors.

The warnings were:
libheif/heif.cc:1543:25: error: ‘maximum’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1543 | (have_maximum && value > maximum)) {
      | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
libheif/libheif/heif.cc:1542:25: error: ‘minimum’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1542 | if ((have_minimum && value < minimum) ||
      | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors

2e130b7... by Dirk Farin

disable debugging output

5285369... by Dirk Farin

generate monochrome alpha image by default

1449f18... by Dirk Farin

only wrap heif image in grid if it has an odd size

45f7082... by Dirk Farin

add cast to remove compiler warning

11d8e72... by Dirk Farin

stop console output after listing encoders