Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.pictures.tiles.magick.tiler
Class MagickTiler

java.lang.Object
  extended by org.nuxeo.ecm.platform.pictures.tiles.magick.tiler.MagickTiler
All Implemented Interfaces:
PictureTiler

public class MagickTiler
extends Object
implements PictureTiler

ImageMagic based Tiler Uses several ImageMagick command lines to extract a tile form a picture file

Author:
tiry

Constructor Summary
MagickTiler()
           
 
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

MagickTiler

public MagickTiler()
Method Detail

needsSync

public boolean needsSync()
Specified by:
needsSync in interface PictureTiler

getName

public String getName()
Specified by:
getName in interface PictureTiler

getTilesFromFile

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.