Factory

class Factory(    parallelismLock: Semaphore = Semaphore(DEFAULT_MAX_PARALLELISM),     exifOrientationStrategy: ExifOrientationStrategy = RESPECT_PERFORMANCE)

Constructors

Link copied to clipboard
constructor(parallelismLock: Semaphore = Semaphore(DEFAULT_MAX_PARALLELISM), exifOrientationStrategy: ExifOrientationStrategy = RESPECT_PERFORMANCE)

Functions

Link copied to clipboard
open fun create(    result: <Error class: unknown class>,     options: <Error class: unknown class>,     imageLoader: <Error class: unknown class>): <Error class: unknown class>