Skip to content

zigar.image.WebImage(acc, format)

Chung Leong edited this page Jul 28, 2026 · 2 revisions

JavaScript | PHP


Parametric struct type designed to accept a JavaScript ImageData object.

Arguments:

Struct fields:

  • data: []const Pixel|[]Pixel
  • width: u32
  • height: u32
  • colorSpace: enum { srgb, @"display-p3" }

Constants:

  • pixel_format = format

Functions:

Clone this wiki locally