libpixels-java 2.1.3+svn.42-3 source package in Ubuntu

Changelog

libpixels-java (2.1.3+svn.42-3) unstable; urgency=medium

  * Reconstructed repository from last upload.
  * Update Debian packaging to modern standards (10y since last upload!)

 -- Martina Ferrari <email address hidden>  Mon, 10 Jan 2022 16:52:07 +0000

Upload details

Uploaded by:
Martina Ferrari
Uploaded to:
Sid
Original maintainer:
Martina Ferrari
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpixels-java_2.1.3+svn.42-3.dsc 2.0 KiB 6d4db138317b67dae4ac581735978e9e45d134ef08c8ab3d018f616044fd64c5
libpixels-java_2.1.3+svn.42.orig.tar.gz 209.8 KiB 09955e106f3fad55c2d0ccc48433eeb8b7047247d3c30a6ff2a96b813c524d9d
libpixels-java_2.1.3+svn.42-3.debian.tar.xz 2.7 KiB 82a35ca89ff7d9c55c74d33defe265985a1aea7f0752824bb44a75251cc15777

No changes file available.

Binary packages built by this source

libpixels-java: manipulation and filtering of images in Java

 A large number of Java Image filters which are all standard Java
 BufferedImageOps and can be plugged directly into existing programs.
 .
 Many of these filters are useful in applications such as games where images
 need to be generated on the fly, or where it's quicker to generate them rather
 than downloading them. For instance, it's quicker to download one image and
 rotate it several times than to download several separate images.
 .
 Another use for the filters is in animation. For example animating the Water
 Ripple filter can produce a nice rippling effect. Some of the filters have a
 time parameter for this purpose.
 .
 All of the filters are designed to work with TYPE_INT_ARGB images.
 .
 More info and samples can be found in
 http://www.jhlabs.com/ip/filters/index.html