MCPcopy 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)]
96pub struct WrappedWand(MagickWand);
97
98impl WrappedWand {
99 pub fn wand_to_sixel(self, dim: NodeDim) -> Vec<u8> {

Callers 1

generateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected