File: control

package info (click to toggle)
libpixels-java 2.1.3%2Bsvn.42-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,432 kB
  • sloc: java: 16,811; xml: 220; makefile: 40; sh: 23
file content (30 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libpixels-java
Section: java
Priority: optional
Maintainer: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>> 5), javahelper (>= 0.40~)
Build-Depends-Indep: default-jdk, ant
Standards-Version: 3.9.3
Homepage: http://java.net/projects/pixels
Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/libpixels-java

Package: libpixels-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: 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