Name | APPS/GRAPH/NETPBM-10.25 |
---|---|
Description | Netpbm |
Status | Available |
Last update | 2008-02-29 |
Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 300 separate tools in the package including converters for about 100 graphics formats. Examples of the sort of image manipulation we're talking about are: Shrinking an image by 10%; Cutting the top half off of an image; Making a mirror image; Creating a sequence of images that fade from one image to another. For more information see: http://netpbm.sourceforge.net/
APPS/GRAPH/NETPBM-10.25
None
Sample xRSL job description for a serial run:
& (executable=netpbm.sh) (jobname=test.netpbm_re) (stdin=f.ppm) (stdout=g.ppm) (stderr=error.out) (gmlog=gridlog) (cputime=1) (memory=500) (disk=1) (RuntimeEnvironment>=APPS/GRAPH/NETPBM-10.25)Submits a job containing a shell script called netpbm.sh that runs ppmquant on a ppm file.
#!/bin/sh ppmquant 16 < f.ppm > g.ppm
Questions related to RE itself, such as questions about installing RE, feature requests and improvement suggestions, can be mailed to RE maintainers grid-support@csc.fi.