The documentation wrongly states that Image::Image() allocates the image memory

Issue #143 closed
Paolo Brandoli repo owner created an issue

The documentation for the Image constructor states that the image's memory is allocated during the construction phase.

This is false: the memory is allocated only when a writingDataHandler for the image is requested.

Comments (4)

  1. Log in to comment