Package gov.nih.mipav.model.file
Class jxlatte.JXLatte
java.lang.Object
gov.nih.mipav.model.file.jxlatte.JXLatte
- Enclosing class:
jxlatte
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanarrayContains(String value, String... arr) voidprivate booleanprivate booleanparseOption(jxlatte.JXLOptions options, String arg, boolean foundMM) private jxlatte.JXLOptionsparseOptions(String... args) private voidusage(boolean success) private voidwriteImage(jxlatte.ExceptionalConsumer<? super OutputStream> writer, String outputFilename) private booleanwriteImage(jxlatte.JXLOptions options, jxlatte.JXLDecoder decoder) private voidwritePFM(String outputFilename, jxlatte.JXLImage image, jxlatte.JXLOptions options) private voidwritePNG(String outputFilename, jxlatte.JXLImage image, jxlatte.JXLOptions options)
-
Field Details
-
JXLATTE_VERSION
- See Also:
-
yesOptions
-
noOptions
-
-
Constructor Details
-
JXLatte
private JXLatte()
-
-
Method Details
-
writeImage
private void writeImage(jxlatte.ExceptionalConsumer<? super OutputStream> writer, String outputFilename) throws IOException - Throws:
IOException
-
writePNG
private void writePNG(String outputFilename, jxlatte.JXLImage image, jxlatte.JXLOptions options) throws IOException - Throws:
IOException
-
writePFM
private void writePFM(String outputFilename, jxlatte.JXLImage image, jxlatte.JXLOptions options) throws IOException - Throws:
IOException
-
usage
private void usage(boolean success) -
parseFlag
-
arrayContains
-
parseOption
-
parseOptions
-
writeImage
-
main
-