Skip to content

ImageTransformationResult

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8950

contentType(): string

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8958

The content type of the returned image

string


image(options?): ReadableStream<Uint8Array<ArrayBufferLike>>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8962

The bytes of the response

ImageTransformationOutputOptions

ReadableStream<Uint8Array<ArrayBufferLike>>


response(): Response

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8954

The image as a response, ready to store in cache or return to users

Response