ImageTransPostProcessingManagerApi

图片后处理管道管理器

Since

Api 4

Functions

Link copied to clipboard
abstract fun getImageTransformation(pipeline: Identifier, transformation: Identifier): ImageTransformation?

获取某个图片转换器实例

Link copied to clipboard

获取某个管道下全部的转换器

Link copied to clipboard

注册图片后处理管道

Link copied to clipboard
abstract fun registerImageTransformation(pipeline: Identifier, transformationIdentifier: Identifier, transformation: ImageTransformation)

注册图片转换器

Link copied to clipboard
abstract fun unregisterTransformations(pipeline: Identifier, transformation: Identifier)

取消注册图片转换器