Codecs could read directly into the image's buffer without using temporary channels

Issue #64 wontfix
Paolo Brandoli repo owner created an issue

The dicom and jpeg codecs use temporary buffers (channels) to read the images, but they could read the image directly into the final buffer (in most of the cases).