graphics.image.processing · function ·

BindGraphicsImageSamplingMetadataV1

Bind graphics image sampling metadata v1.

cpufunctiongraphicsgraphics.image.processingimageprocessingsource-exampleyeho

Transform image data through the package's explicit processing contracts.

external BindGraphicsImageSamplingMetadataV1(bool ready, int width, int height, int sizeBytes, text format, text colorSpace, text alphaMode, text contentIdentity, int payloadHexLength, text filter, text source) returns graphicsImageSamplingBindingV1

Status: source-declared

Parameters

bool ready
Supply ready as bool.
int width
Supply width as int.
int height
Supply height as int.
int sizeBytes
Supply size bytes as int.
text format
Supply format as text.
text colorSpace
Supply color space as text.
text alphaMode
Supply alpha mode as text.
text contentIdentity
Supply content identity as text.
int payloadHexLength
Supply payload hex length as int.
text filter
Supply filter as text.
text source
Supply source as text.

Use BindGraphicsImageSamplingMetadataV1

A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.

cpu · source-example · type checked

using graphics.image.processing

// Transform image data through the package's explicit processing contracts.
bool ready = true
int width = 1
int height = 1
int sizeBytes = 4
text format = "png"
text colorSpace = "color Space"
text alphaMode = "alpha Mode"
text contentIdentity = "sample"
int payloadHexLength = 1
text filter = "filter"
text source = "example"
graphicsImageSamplingBindingV1 result = BindGraphicsImageSamplingMetadataV1(ready, width, height, sizeBytes, format, colorSpace, alphaMode, contentIdentity, payloadHexLength, filter, source)
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__bindgraphicsimagesamplingmetadatav1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"

[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
Notes and source

Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.

yeho/packages/graphics/image/processing/filter_color_v1.yh:826