ansilove ANSI Graphics to PNG Image Files
There aren’t many things that I am so excited about as the find of this software. I’m currently working on a book called “Textmode Magazine’s Echomail Networks,” and it has several ANSI graphics converted into PNG files. I used PabloDraw to convert the ANSIs to PNG format and it had some sort of limit of about 1500 pixels across. This software allows you to get a much better result than that. ansilove allows for the upscaling of any ANSI graphics file up to an arbitrarily large size, and you can get results of 10,000 across the screen. In actual fact I haven’t tested if it can go to 30,000 pixels across the screen or not but it sure looks like you can. For my purposes I only need 4250×5500 end result files, as that is the size of an 8.5″ x 11″ page. It does the upscaling perfectly. There is nothing wrong with this software and it does not need a new version released as it does everything you’d like it to do as is. My rating of this software is a spectacular ten out of ten. It is also very easy to install:
sudo apt-get install ansilove
That is all that’s required and you’re good to go. It is a command line utility and works for the major Linux Distros right after install. This “just works.” I will say once more, this software is exceptionally good at doing what it does. This stuff is so cool. I no longer need to rely on the lesser quality conversions experienced with ANSI Design Editor software. The command I use to get this thing done follows:
./ansilove -R 7 ./InputANSI.ans
The ./ means to run a file in the local directory. The -R 7 is a custom scale factor of seven. The ./InputANSI.ans represents the ANSI graphic to convert that is found in the current directory.
Fun times!
w00t!
To download it check out the following:
https://github.com/ansilove/ansilove
https://www.ansilove.org