Last Version

jpg-raster 1.0.2

JPG-Raster (or JPG-to-Raster or J2R) is a JPG file decoder and encoder. It reads a JPG file and decompresses all of its data which is then accessible as an array of raw RGB pixel values. It can also read an uncompressed BMP file, compress the data and output a corresponding JPG file.

License

License

GroupId

GroupId

com.ociweb
ArtifactId

ArtifactId

jpg-raster
Version

Version

1.0.2
Type

Type

jar
Description

Description

jpg-raster
JPG-Raster (or JPG-to-Raster or J2R) is a JPG file decoder and encoder. It reads a JPG file and decompresses all of its data which is then accessible as an array of raw RGB pixel values. It can also read an uncompressed BMP file, compress the data and output a corresponding JPG file.
Project URL

Project URL

https://github.com/oci-pronghorn/JPG-Raster
Source Code Management

Source Code Management

https://github.com/oci-pronghorn/JPG-Raster

Download jpg-raster 1.0.2


<!-- https://jarcasting.com/artifacts/com.ociweb/jpg-raster/ -->
<dependency>
    <groupId>com.ociweb</groupId>
    <artifactId>jpg-raster</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/jpg-raster/
implementation 'com.ociweb:jpg-raster:1.0.2'
// https://jarcasting.com/artifacts/com.ociweb/jpg-raster/
implementation ("com.ociweb:jpg-raster:1.0.2")
'com.ociweb:jpg-raster:jar:1.0.2'
<dependency org="com.ociweb" name="jpg-raster" rev="1.0.2">
  <artifact name="jpg-raster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='jpg-raster', version='1.0.2')
)
libraryDependencies += "com.ociweb" % "jpg-raster" % "1.0.2"
[com.ociweb/jpg-raster "1.0.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.