Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.picture.api.ImageInfo

Packages that use ImageInfo
org.nuxeo.ecm.platform.picture   
org.nuxeo.ecm.platform.picture.api   
org.nuxeo.ecm.platform.picture.magick.utils   
org.nuxeo.ecm.platform.pictures.tiles.api   
org.nuxeo.ecm.platform.pictures.tiles.gimp.tiler   
org.nuxeo.ecm.platform.pictures.tiles.magick.tiler   
org.nuxeo.ecm.platform.pictures.tiles.service   
org.nuxeo.ecm.platform.pictures.tiles.tilers   
 

Uses of ImageInfo in org.nuxeo.ecm.platform.picture
 

Methods in org.nuxeo.ecm.platform.picture that return ImageInfo
 ImageInfo ImagingComponent.getImageInfo(Blob blob)
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.picture.api
 

Methods in org.nuxeo.ecm.platform.picture.api that return ImageInfo
 ImageInfo ImagingService.getImageInfo(Blob blob)
          Retrieves the ImageInfo of the Blob that is received as parameter.
 

Uses of ImageInfo in org.nuxeo.ecm.platform.picture.magick.utils
 

Methods in org.nuxeo.ecm.platform.picture.magick.utils that return ImageInfo
static ImageInfo ImageIdentifier.getInfo(String inputFilePath)
           
static ImageInfo ImageResizer.resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth)
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.pictures.tiles.api
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api that return ImageInfo
 ImageInfo PictureTilesImpl.getOriginalImageInfo()
           
 ImageInfo PictureTiles.getOriginalImageInfo()
           
 ImageInfo PictureTilesImpl.getSourceImageInfo()
           
 ImageInfo PictureTiles.getSourceImageInfo()
           
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api with parameters of type ImageInfo
 void PictureTilesImpl.setOriginalImageInfo(ImageInfo imageInfo)
           
 void PictureTiles.setOriginalImageInfo(ImageInfo imageInfo)
           
 void PictureTilesImpl.setSourceImageInfo(ImageInfo imageInfo)
           
 void PictureTiles.setSourceImageInfo(ImageInfo imageInfo)
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.pictures.tiles.gimp.tiler
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.gimp.tiler with parameters of type ImageInfo
 PictureTiles GimpTiler.getTilesFromFile(ImageInfo input, String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.pictures.tiles.magick.tiler
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.magick.tiler with parameters of type ImageInfo
 PictureTiles MagickTiler.getTilesFromFile(ImageInfo input, String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.pictures.tiles.service
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.service that return ImageInfo
 ImageInfo PictureTilingCacheInfo.getBestSourceImage(int tileWidth, int tileHeight, int maxTiles)
           
 ImageInfo PictureTilingCacheInfo.getOriginalPictureInfos()
           
 

Uses of ImageInfo in org.nuxeo.ecm.platform.pictures.tiles.tilers
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.tilers with parameters of type ImageInfo
 PictureTiles PictureTiler.getTilesFromFile(ImageInfo input, String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.