Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ WrappedWand
Class
WrappedWand
src/content.rs:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
#[derive(Clone)]
96
pub struct WrappedWand(MagickWand);
97
98
impl WrappedWand {
99
pub fn wand_to_sixel(self, dim: NodeDim) -> Vec<u8> {
Callers
1
generate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected