hiptext
hiptext copied to clipboard
Turn images into text better than caca/aalib
Termux 0.118.0 OS: Android REL 14 aarch64 ``` ❯ make g++ -DPACKAGE_NAME=\"hiptext\" -DPACKAGE_TARNAME=\"hiptext\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"hiptext\ 0.2\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hiptext\" -DVERSION=\"0.2\" -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBJPEG=1 -I. -Isrc -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/freetype2...
Hi there, there are some changes in ffmpeg and so the interface call signatures have been changed. Update this please, so we can all enjoy the ascii goodness
When following the compile instructions on the readme, this error occurs on executing `./configure` ``` checking for LIBGFLAGS... no configure: error: Package requirements (libgflags) were not met: No package 'libgflags'...
Thank you for the resources I would like to ask how are they based on our de based on the English or are they converting the letters into English characters...
Instructions are welcome :)
``` src/movie.cc:70:38: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? buffer_, PIX_FMT_RGB24, width_, height_); ^~~~~~~~~~~~~ AV_PIX_FMT_RGB24 ```
There is no aur package of this program available yet and I'm not doing very well with deps apparently so it would be nice if someone could help :)
Even if you specify `-width` and `-height`, it tries calling ioctl TIOCGWINSZ, fails and crashes. ┐(´д`)┌ Ran into this trying to use hiptext as an image preview in ranger.
Hi, pixel_parse.cc is not in the repo. And it's very weird : $ wc pixel_parse.cc -l 17970 $ grep goto pixel_parse.cc | wc -l 7592 7592 GOTO !!! It's just...