ImagesBinding
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8299
Methods
Section titled “Methods”info()
Section titled “info()”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)
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8314
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