* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
(stream: ReadableStream<Uint8Array>)
| 4905 | * @returns A transform handle |
| 4906 | */ |
| 4907 | input(stream: ReadableStream<Uint8Array>): ImageTransformer; |
| 4908 | } |
| 4909 | interface ImageTransformer { |
| 4910 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected