cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
324 stars 22 forks source link

Read ANSI files with different extensions #12

Open Fixer-007 opened 6 years ago

Fixer-007 commented 6 years ago

I'm using it to view some of the art right now, there are lots of art packs that have .ANS files under many different extensions, that are not recognised.

Add some way, to recognise files as .ANS art ones without needing to rename thousands of files manually, maybe by reading a little bit of each file for signatures of such files if extension is not .ans, .ice, .zip, whatever you support.

cwensley commented 6 years ago

There is support for adding other extensions for each format, but there's no UI for that yet. Thanks for submitting the issue!