Skip to content

ljrrjl/ftxui-image-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An FTXUI component for displaying images

Preview

Dependencies

  • TerminalImageViewer: It's a magical library, and I've modified some of the source code to adapt it to FTXUI( See in ./libs ). For users it's usually just a matter of installing ImageMagick, which on ubuntu you can pass:

    sudo apt install imagemagick

API

see ./example

Element image_view(std::string_view path) { 
	return std::make_shared<ImageView>(path); 
} 

About

FTXUI's image display component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages