Skip to content

ImagesBinding

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8903

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

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8909

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: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8918

Begin applying a series of transformations to an image

ReadableStream<Uint8Array<ArrayBufferLike>>

The image bytes

ImageInputOptions

ImageTransformer

A transform handle