Raxol.Plugins.Visualization.ImageRenderer (Raxol v0.2.0)

View Source

Handles rendering logic for image placeholders within the VisualizationPlugin. Currently provides a text placeholder, but intended for protocols like sixel or kitty.

Summary

Functions

Public entry point for rendering image content. Handles bounds checking and calls the internal drawing logic. Expects bounds map: %{width: w, height: h}.

Functions

render_image_content(data, opts, bounds, state)

Public entry point for rendering image content. Handles bounds checking and calls the internal drawing logic. Expects bounds map: %{width: w, height: h}.