Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.scale
Interface ScaleEngine


interface ScaleEngine

Interface that specify any rendering engine for image scaling in BI plugin

author:
pawel.gdula@burningice.pl


Method Summary
BufferedImage execute(ImageFile loadedImage, int width, int height)

 

Method Detail

execute

public BufferedImage execute(ImageFile loadedImage, int width, int height)


 

Groovy Documentation