java.lang.Object
io.github.stanio.xbrz.tool.ScalerTool
Provides command-line entry point for using xBRZ.
REVISIT:
- Enhance command-line interface with picocli;
- Create GraalVM Native Image packages(s);
- See also: Packaging Your Application (picocli)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static Iterator
<BufferedImage> scaleImage
(File source, int factor)
-
Constructor Details
-
ScalerTool
public ScalerTool()
-
-
Method Details
-
scaleImage
- Throws:
IOException
-
main
- Throws:
Exception
-