j

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.
https://github.com/oci-pronghorn/JPG-Raster
BSD-3 License
Nathan Tippy
Files download
File Operation
jpg-raster-1.0.2.jar download
jpg-raster-1.0.2.pom download
jpg-raster-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ociweb</groupId>
  <artifactId>jpg-raster</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.ociweb:jpg-raster:1.0.2'
Gradle Kotlin
implementation("com.ociweb:jpg-raster:1.0.2")
Scala SBT
libraryDependencies += "com.ociweb" % "jpg-raster" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.ociweb', module='jpg-raster', version='1.0.2')
)
Apache Ivy
<dependency org="com.ociweb" name="jpg-raster" rev="1.0.2" />
Leiningen
[com.ociweb/jpg-raster "1.0.2"]
Apache Buildr
'com.ociweb:jpg-raster:jar:1.0.2'
Dependencies