Skip to content

ImagesBinding

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7483

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)

ReadableStream<Uint8Array<ArrayBufferLike>>

The image bytes

ImageInputOptions

Promise<ImageInfoResponse>

ImagesError with code 9412 if input is not an image


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

ReadableStream<Uint8Array<ArrayBufferLike>>

The image bytes

ImageInputOptions

ImageTransformer

A transform handle