Skip to content

ImagesBinding

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8299

info(stream, options?): Promise<ImageInfoResponse>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8305

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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8314

Begin applying a series of transformations to an image

ReadableStream<Uint8Array<ArrayBufferLike>>

The image bytes

ImageInputOptions

ImageTransformer

A transform handle