Class mxPngTextDecoder

java.lang.Object
com.mxgraph.util.png.mxPngTextDecoder

public class mxPngTextDecoder extends Object
Utility class to extract the compression text portion of a PNG
  • Field Details

  • Constructor Details

    • mxPngTextDecoder

      public mxPngTextDecoder()
  • Method Details

    • decodeCompressedText

      public static Map<String,String> decodeCompressedText(InputStream stream)
      Decodes the zTXt chunk of the given PNG image stream.