* Get image metadata (type, width and height) * @throws ImagesError with code 9412 if input is not an image * @param stream The image bytes
(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions)
| 6564 | * @param stream The image bytes |
| 6565 | */ |
| 6566 | info(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions): Promise<ImageInfoResponse>; |
| 6567 | /** |
| 6568 | * Begin applying a series of transformations to an image |
| 6569 | * @param stream The image bytes |
nothing calls this directly
no outgoing calls
no test coverage detected