{"id":"graphics.image--graphicsDecodedImage","name":"graphicsDecodedImage","owner":"yeho","package":"graphics.image","kind":"thing","signature":"external thing graphicsDecodedImage","description":"A graphics decoded image record carrying ready, width, height, sizeBytes, format, and related state.","context":"Decode and represent image data, including bounded PNG, JPEG, WebP, and SVG paths.","parameters":[],"returns":"void","members":[{"name":"ready","kind":"field","type":"bool","description":"Stores ready as bool.","signature":"bool ready","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"width","kind":"field","type":"int","description":"Stores width as int.","signature":"int width","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"height","kind":"field","type":"int","description":"Stores height as int.","signature":"int height","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"sizeBytes","kind":"field","type":"int","description":"Stores size bytes as int.","signature":"int sizeBytes","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"format","kind":"field","type":"text","description":"Stores format as text.","signature":"text format","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"colorSpace","kind":"field","type":"text","description":"Stores color space as text.","signature":"text colorSpace","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"alphaMode","kind":"field","type":"text","description":"Stores alpha mode as text.","signature":"text alphaMode","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"contentIdentity","kind":"field","type":"text","description":"Stores content identity as text.","signature":"text contentIdentity","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"payloadHex","kind":"field","type":"text","description":"Stores payload hex as text.","signature":"text payloadHex","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","graphics.image"],"updated":"2026-09-09"},{"name":"graphicsDecodedImage","kind":"constructor","parameters":[{"name":"ready","type":"bool","description":"Ready."},{"name":"width","type":"int","description":"Width."},{"name":"height","type":"int","description":"Height."},{"name":"sizeBytes","type":"int","description":"Size bytes."},{"name":"contentIdentity","type":"text","description":"Content identity."},{"name":"payloadHex","type":"text","description":"Payload hex."},{"name":"diagnostic","type":"text","description":"Diagnostic."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsDecodedImage(bool ready, int width, int height, int sizeBytes, text contentIdentity, text payloadHex, text diagnostic, text source)","description":"Graphics decoded image.","tags":["thing","constructor","graphics.image"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","graphics.image"],"exampleId":"method-Describe-12","updated":"2026-09-09"}],"tags":["cpu","graphics","graphics.image","image","method","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/image/image.yh","line":1,"sha256":"be6369d5780b8670a7dda404b5860048684572138c7ef364f5a8b0bf47eb0ac5"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use graphicsDecodedImage","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.image\n\n// Decode and represent image data, including bounded PNG, JPEG, WebP, and SVG paths.\ngraphicsDecodedImage sample = graphicsDecodedImage(true, 1, 1, 4, \"sample\", \"payload Hex\", \"diagnostic\", \"example\")\nConsole.Log(Text.From(sample.ready))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image__graphicsdecodedimage\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"87bd85afaa481b775b02d1ac010b599f04bfeebf9ba3f2ef97d1973ed6f2273a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-12","title":"graphicsDecodedImage.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.image\n\n// Describe.\ngraphicsDecodedImage instance = graphicsDecodedImage(true, 1, 1, 4, \"sample\", \"payload Hex\", \"diagnostic\", \"example\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image__graphicsdecodedimage\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"2e354ea99d6b8a578f4b34cf39d9949d26b9c22682d55c49be01e8e135733129","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["ready","width","height","sizeBytes","format","colorSpace","alphaMode","contentIdentity","payloadHex","diagnostic","source","graphicsDecodedImage","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image--graphicsDecodedImage","json":"https://demonhunterlabs.com/reference/items/graphics.image--graphicsDecodedImage.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image--graphicsDecodedImage.md"}
