Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.pictures.tiles.gimp.tiler
Class GimpTiler

java.lang.Object
  extended by org.nuxeo.ecm.platform.pictures.tiles.tilers.BasePictureTiler
      extended by org.nuxeo.ecm.platform.pictures.tiles.gimp.tiler.GimpTiler
All Implemented Interfaces:
PictureTiler

public class GimpTiler
extends BasePictureTiler

Gimp based tiler uses a Gimp specific procedure to generate tiles from an picture file Tiles can be generated one by one or 9 by 9

Author:
tiry

Constructor Summary
GimpTiler()
           
 
Method Summary
 String getName()
           
 PictureTiles getTilesFromFile(ImageInfo input, String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 boolean needsSync()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GimpTiler

public GimpTiler()
Method Detail

getName

public String getName()

needsSync

public boolean needsSync()

getTilesFromFile

public PictureTiles getTilesFromFile(ImageInfo input,
                                     String outputDirPath,
                                     int tileWidth,
                                     int tileHeight,
                                     int maxTiles,
                                     int xCenter,
                                     int yCenter,
                                     long lastModificationTime,
                                     boolean fullGeneration)
                              throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.