Imebra creates the tag 0028,0006 even when the number of color channel is 1

Issue #151 closed
Paolo Brandoli repo owner created an issue

The DICOM standard dictates that the tag 0028,0006 should not be present when the number of color channels is 1.

However, Imebra writes the tag in any case when creating an image.

Comments (7)

  1. Paolo Brandoli reporter
    • changed status to open

    Modifying dataSet::setImage so it adds the tag 0028,0006 only when the number of color channels is greater than 1.

    Modifying jpegCodec::readStream so it does not add the tag 0028,0006 when creating DICOM datasets from jpeg images with one color channel

  2. Log in to comment