https://github.com/rofl0r/conpix
display any image in 256 colors in xterm. works, but discontinued in favor of my concol C library (see link). it ships a conpix program as an example.
https://github.com/rofl0r/conpix
Last synced: over 1 year ago
JSON representation
display any image in 256 colors in xterm. works, but discontinued in favor of my concol C library (see link). it ships a conpix program as an example.
- Host: GitHub
- URL: https://github.com/rofl0r/conpix
- Owner: rofl0r
- Created: 2010-12-05T02:24:48.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T14:12:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T05:52:14.373Z (over 1 year ago)
- Language: C++
- Homepage: https://github.com/rofl0r/concol
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
c0npix by rofl0r
================
display your images in a 256 color xterm!
export TERM=xterm-256color before usage
needs the following libraries
- ncurses
- lepton (aka liblept aka leptonica)
- tiff
- png
AUTOMATED LIB INSTALL
---------------------
OS X: get macports and run: sudo port install leptonica tiff libpng ncurses
debian/ubuntu: sudo apt-get install libleptonica-dev libncurses-dev pkg-config
COMPILATION
-----------
run make
LICENSE
-------
GNU GPL v3
MISC
----
made with eclipse CDT (managed build)
the flickering at the end is caused by restoring the original colors, so you can keep on working with your xterm.