ImagesBinding
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7483
Methods
Section titled “Methods”info()
Section titled “info()”info(
stream
,options?
):Promise
<ImageInfoResponse
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7489
Get image metadata (type, width and height)
Parameters
Section titled “Parameters”stream
Section titled “stream”ReadableStream
<Uint8Array
<ArrayBufferLike
>>
The image bytes
options?
Section titled “options?”Returns
Section titled “Returns”Promise
<ImageInfoResponse
>
Throws
Section titled “Throws”ImagesError with code 9412 if input is not an image
input()
Section titled “input()”input(
stream
,options?
):ImageTransformer
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7498
Begin applying a series of transformations to an image
Parameters
Section titled “Parameters”stream
Section titled “stream”ReadableStream
<Uint8Array
<ArrayBufferLike
>>
The image bytes
options?
Section titled “options?”Returns
Section titled “Returns”A transform handle