talamus / rw-psf

Convert Linux console font to either Plain Text or BMP image – and back!
Other
33 stars 5 forks source link

read compressed files, suppress absolute paths before creating outputs #1

Open chicks-net opened 10 years ago

chicks-net commented 10 years ago

This patch handles compressed input PSF and filters out absolute paths before writing the output.

talamus commented 10 years ago

I think I will re-write those file access parts to optionally use Compress::Zlib (and degrade gracefully if it is not available), so scripts will also work in Windows environments.

(Many people seem to do their graphics stuff in Windows.)

chicks-net commented 10 years ago

I'm ok with Windows users running my code in cygwin, but if you want to go the extra mile I applaud.

chicks-net commented 2 years ago

Windows users have WSL now too.