tv
tv copied to clipboard
Raspberry Pi?
I've burned quite a bit of time trying to get this to compile on the Raspberry Pi. I think my desire to compile 'tv' exceeds my ability. If I had to guess at the root problem, the GDAL that is part of Raspbian is v1.x and you're using v2.x. (I'm not entirely sure why I need geospatial processing to covert images to ANSI?)
Just venting I guess. If you can create a Raspberry Pi binary (or a reduced version that doesn't require GDAL), man, that would be totally awesome. Otherwise, it looks like I'll have to build out a Linux box somewhere if I want to move forward with this.
PS: I've looked at a few of these conversion routines so far. Some of them still have the basic 'image to ASCII' routine happening on top of the color blocks. None of them seemed to be intelligently using character sets like you're doing. (Although I wondered why, perhaps, you weren't using something that would give a good dither to mix two colors in one block?)
Thank you for your work. Appreciative, but obviously reaching for something beyond my grasp right now.