Nuxeo Enterprise Platform 5.4

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 java.lang.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
 java.lang.String getName()
           
 PictureTiles getTilesFromFile(ImageInfo input, java.lang.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 java.lang.String getName()
Specified by:
getName in interface PictureTiler

getTilesFromFile

public PictureTiles getTilesFromFile(ImageInfo input,
                                     java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.