Class ImageDescriptor

java.lang.Object
org.aoju.bus.image.nimble.codec.ImageDescriptor

public final class ImageDescriptor extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • ImageDescriptor

      public ImageDescriptor(Attributes attrs)
    • ImageDescriptor

      public ImageDescriptor(Attributes attrs, int bitsCompressed)
  • Method Details

    • getRows

      public int getRows()
    • getColumns

      public int getColumns()
    • getSamples

      public int getSamples()
    • getPhotometric

      public Photometric getPhotometric()
    • getBitsAllocated

      public int getBitsAllocated()
    • getBitsStored

      public int getBitsStored()
    • getBitsCompressed

      public int getBitsCompressed()
    • getPixelRepresentation

      public int getPixelRepresentation()
    • getPlanarConfiguration

      public int getPlanarConfiguration()
    • getSopClassUID

      public String getSopClassUID()
    • getBodyPartExamined

      public String getBodyPartExamined()
    • getFrames

      public int getFrames()
    • isMultiframe

      public boolean isMultiframe()
    • getFrameLength

      public int getFrameLength()
    • getLength

      public int getLength()
    • isSigned

      public boolean isSigned()
    • isBanded

      public boolean isBanded()
    • getEmbeddedOverlays

      public int[] getEmbeddedOverlays()
    • isMultiframeWithEmbeddedOverlays

      public boolean isMultiframeWithEmbeddedOverlays()