Class RawImageDescription

java.lang.Object
com.pixelmed.convert.RawImageDescription

public class RawImageDescription extends Object

A class for extracting a JSON encoded raw input format description.

E.g.:

 {
        "type" : "float",
        "rows" : "1600",
        "columns" : "1600"
 }
 
  • Field Details

    • type

      protected com.pixelmed.convert.RawImageDescription.Type type
    • rows

      protected int rows
    • columns

      protected int columns
    • frames

      protected int frames
    • isDataBigEndian

      protected boolean isDataBigEndian
  • Constructor Details

  • Method Details

    • getType

      public com.pixelmed.convert.RawImageDescription.Type getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • main

      public static void main(String[] arg)

      Read a JSON encoded raw input format description and dump it.

      Parameters:
      arg - the format description file