public interface PTiffManager
| Modifier and Type | Method and Description |
|---|---|
PTiffRendition |
createPTiffRendition(java.io.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 |
createPTiffRendition(Rendition rendition,
Asset asset,
ValueMap options,
java.io.File inputFile,
java.io.File outputFile)
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 java.io.IOException
rendition - Image renditionasset - Asset where to write the PTIFF rendition and properties tooptions - PTIFF generation optionsjava.io.IOException - when failing to access intermediary files, or the JCRPTiffRendition createPTiffRendition(java.io.File file, Asset asset, ValueMap options) throws java.io.IOException
file - Image fileasset - Asset where to write the PTIFF rendition and properties tooptions - PTIFF generation optionsjava.io.IOException - when failing to access the file, intermediary files, or the JCRPTiffRendition createPTiffRendition(Rendition rendition, Asset asset, ValueMap options, java.io.File inputFile, java.io.File outputFile) throws java.io.IOException
rendition - Image renditionasset - Asset where to write the PTIFF rendition and properties tooptions - PTIFF generation optionsinputFile - File to write the rendition contents tooutputFile - File to write the PTIFF result tojava.io.IOException - when failing to access intermediary files, or the JCRvoid removePTiffRendition(Asset asset)
asset - Asset from which to remove the PTIFF rendition."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"