graphics.image.processing · function ·
BindGraphicsImageSamplingMetadataWithOutputV1
Bind graphics image sampling metadata with output v1.
Transform image data through the package's explicit processing contracts.
external BindGraphicsImageSamplingMetadataWithOutputV1(bool ready, int width, int height, int sizeBytes, text format, text colorSpace, text alphaMode, text contentIdentity, int payloadHexLength, text filter, text outputColorSpace, text source) returns graphicsImageSamplingBindingV1Status: 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 outputColorSpace- Supply output color space as text.
text source- Supply source as text.
Use BindGraphicsImageSamplingMetadataWithOutputV1
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 outputColorSpace = "output Color Space"
text source = "example"
graphicsImageSamplingBindingV1 result = BindGraphicsImageSamplingMetadataWithOutputV1(ready, width, height, sizeBytes, format, colorSpace, alphaMode, contentIdentity, payloadHexLength, filter, outputColorSpace, source)
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__bindgraphicsimagesamplingmetadatawithoutputv1"
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:832