Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Fields and methods of the jala.ImageFilter class.
jala ImageFilter(img)
Constructs a new ImageFilter object
parameters
Object img Either
  • an instance of helma.image.ImageWrapper
  • the path to the image file as String
  • an instance of helma.File representing the image file
  • an instance of java.io.File representing the image file
methods
Methods
jala.ImageFilter. sharpen(amount)
Sharpens the image using a plain sharpening kernel.
parameters
Number amount The amount of sharpening to apply
jala.ImageFilter. unsharpMask(radius, amount)
Performs an unsharp mask operation on the image
parameters
Number radius The radius
Number amount The amount
jala.ImageFilter. gaussianBlur(radius, amount)
Performs a gaussian blur operation on the image
parameters
Number radius The radius
Number amount The amount
jala.ImageFilter. getImage()
Returns the image that has been worked on
returns
An instance of helma.image.ImageWrapper
jala.ImageFilter. getBytes()
Returns the wrapped image as byte array, to use eg. in conjunction with res.writeBinary()
returns
The wrapped image as byte array
Fri, 05 Feb 2010 17:40:07 GMT.

core framework

optional modules

java libraries

properties files