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

View Source

Handles rendering logic for image visualization within the VisualizationPlugin. Supports both sixel and kitty protocols for terminal image rendering.

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}.