资 源 简 介
Introduction
PIMP (Preview Image ManiPulation) is a Java ME image manipulation framework. Instead of working with high-res images directly, the framework allows an application to work with a scaled preview image that fits on a mobile device screen instead. This allows for fast preview image manipulation with short delays.
Download / Release info
You can download binaries and source in the Downloads tab.
Release information can be found on the wiki page Releases.
Dependencies
PIMP does not manipulate the actual image data, but acts as an interface between an application and a platform image manipulation library. It support different platform libraries via provider interfaces. The only currently implemented provider is JSR-234 imageeffects (see http://jcp.org/en/jsr/summary?id=234).
The framework does not support external provider plugins at the