Package-level declarations

Types

Link copied to clipboard
data class ImageInfo(val width: Int, val height: Int, val pixelDepth: Int, val pixelsPerInchX: Int, val pixelsPerInchY: Int, val colorSpace: String, val compressionAlgorithm: CompressionAlgorithm)
Link copied to clipboard
Link copied to clipboard
object JpegParser
Link copied to clipboard
class NistFileReader(val inputStream: InputStream) : AutoCloseable

A class designed to read and parse NIST files. The NIST file format is typically used for handling biometric and forensic data, containing multiple records categorized by their respective RecordType. This class processes the input file and organizes the parsed data into a structured NistFile object.

Link copied to clipboard
class NistFileWriter(val outputStream: OutputStream) : AutoCloseable

The NistFileWriter class provides functionality for writing NistFile objects to an output stream.

Link copied to clipboard
object PngParser
Link copied to clipboard
data class WSQImageDimensions(val width: Int, val height: Int, val pixelDepth: Int = 8, val pixelsPerInch: Int = 0)
Link copied to clipboard
object WsqParser