PImage filter





PImage::filter() \ Language (API) \ Processing 1.0






























Language (A-Z) \ Libraries \ Tools \ Environment






Reference for Processing version 1.2. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Javadoc.

Class PImage Name filter() Examples PImage a; a = loadImage("archcrop.jpg"); image(a, 0, 0); a.filter(GRAY); image(a, 50, 0);PImage a, b; a = loadImage("archcrop.jpg"); b = loadImage("archcrop.jpg"); a.filter(THRESHOLD, .6); image(a, 0, 0); b.filter(THRESHOLD, .4); image(b, 50, 0); Description Filters an image as defined by one of the following modes:THRESHOLD - converts the image to black and white pixels depending if they are above or below the threshold defined by the level parameter. The level must be between 0.0 (black) and 1.0(white). If no level is specified, 0.5 is used.GRAY - converts any colors in the image to grayscale equivalentsINVERT - sets each pixel to its inverse valuePOSTERIZE - limits each channel of the image to the number of colors specified as the level parameterBLUR - executes a Guassian blur with the level parameter specifying the extent of the blurring. If no level parameter is used, the blur is equivalent to Guassian blur of radius 1.OPAQUE - sets the alpha channel to entirely opaque.ERODE - reduces the light areas with the amount defined by the level parameter.DILATE - increases the light areas with the amount defined by the level parameter Syntax img.filter(MODE) img.filter(MODE, param) Parameters img any variable of type PImage MODE Either THRESHOLD, GRAY, INVERT, POSTERIZE, BLUR, OPAQUE, ERODE, or DILATE param int or float in the range from 0 to 1 Returns None Usage Web & Application

Updated on June 14, 2010 12:05:29pm EDT












Processing was initiated by Ben Fry and Casey Reas. It is developed by a small team of volunteers.


© Info \

Site hosted by Media Temple!









Wyszukiwarka

Podobne podstrony:
PImage filter
Dust free filter change
function stream filter append
filter
Filter ExtractStyleBlocks
PImage loadPixels
What Is a Savitzky Golay Filter
2009 03 Parental Guidance Filtering Home Internet Access with Squid
06?TECT AND FILTERING OF HARMONICS
polarizing filter
x 087 2 firewall filteringmethods
NavigationFilter FilterBypass

więcej podobnych podstron