|
Jiffle
Jiffle: a language for image creation and raster algebra
IntroductionThe Jiffle scripting language allows you to create images from expressions consisting of mathematical and logical operators, pre-defined and user-defined constants, and data from input images. Using Jiffle you can do many of the things that you otherwise might write a JAI ImageFunction to accomplish, but with much less code. Jiffle is based on the r.mapcalc language which was developed for raster algebra in GRASS GIS. More information about GRASS and r.mapcalc is available at the OSGeo GRASS web site. ExamplesThis jiffle script creates concentric sinusoidal ripples radiating from the centre of the image...
This script creates a chessboard pattern. It also demonstrates some of Jiffle's conditional operators...
|
► Sign in to add a comment