public interface PTiffManager
| Modifier and Type | Method and Description |
|---|---|
PTiffRendition |
createPTiffRendition(File file,
Asset asset,
ValueMap options)
Convert an image file to a PTIFF rendition of the given asset.
|
PTiffRendition |
createPTiffRendition(Rendition rendition,
Asset asset,
ValueMap options)
Convert an image rendition to a PTIFF rendition of the given asset.
|
PTiffRendition |
getPTiffRendition(Asset asset)
Find the PTIFF rendition for the given asset.
|
boolean |
isEnabled() |
void |
removePTiffRendition(Asset asset)
Remove PTIFF rendition from the asset
|
boolean isEnabled()
PTiffRendition getPTiffRendition(Asset asset)
asset - Asset instancePTiffRendition createPTiffRendition(Rendition rendition, Asset asset, ValueMap options) throws IOException
rendition - Image renditionasset - Asset where to write the PTIFF rendition and properties tooptions - PTIFF generation optionsIOException - when failing to access intermediary files, or the JCRPTiffRendition createPTiffRendition(File file, Asset asset, ValueMap options) throws IOException
file - Image fileasset - Asset where to write the PTIFF rendition and properties tooptions - PTIFF generation optionsIOException - when failing to access the file, intermediary files, or the JCRvoid removePTiffRendition(Asset asset)
asset - Asset from which to remove the PTIFF rendition."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"