Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.crop
Class ImageMagickCropEngine

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.crop.ImageMagickCropEngine

class ImageMagickCropEngine

Engine to cropping image by using ImageMagick

author:
pawel.gdula@burningice.pl


Constructor Summary
ImageMagickCropEngine()

 
Method Summary
BufferedImage execute(ImageFile loadedImage, def deltaX, def deltaY, def width, def height)

 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ImageMagickCropEngine

ImageMagickCropEngine()


 
Method Detail

execute

public BufferedImage execute(ImageFile loadedImage, def deltaX, def deltaY, def width, def height)


 

Groovy Documentation