blocktronics / moebius

Modern ANSI & ASCII Art Editor
https://blocktronics.github.io/moebius/
Apache License 2.0
756 stars 41 forks source link

Request: Support PETSCII Output #106

Closed wjdornjr closed 4 years ago

wjdornjr commented 5 years ago

Could you add a option to save to Commodore PETSCII. Also options for 40 and 80 columns.

tlorens commented 5 years ago

I do vaguely recall having to save out ANSI files with 80 columns. I have older untouched ANSIs that display just fine in my BBS software, however, newer ones do not.

wjdornjr commented 5 years ago

PETSCII isn't ANSI though. However the ability to save an ANSI graphic into PETSCII would be amazing.

On Wed, Oct 16, 2019 at 11:45 PM Timothy Lorens notifications@github.com wrote:

I do vaguely recall having to save out ANSI files with 80 columns. I have older untouched ANSIs that display just fine in my BBS software, however, newer ones do not.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blocktronics/moebius/issues/106?email_source=notifications&email_token=ANNU5IWTP5OQIM7LTA2TKKLQO7NXFA5CNFSM4I6UUKL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBOU7SQ#issuecomment-542986186, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANNU5IVU262Y4JVJ3322Q5TQO7NXFANCNFSM4I6UUKLQ .

-- Regards, W.J. Dorn, Jr.

christianvozar commented 4 years ago

PETSCII isn't a feature that Moebius will support for a couple of reason. Saving a Commodore PETSCII isn't as straight-forward as saving an ansi graphic due to the file format of PETSCII. Additionally, the character set for PC437 and PETSCII are radically different to include the colors allowed.

There exists already an electron-based PETSCII editor that is incredibly good and I would suggest you download it and give it a try to see if it fits your needs.

https://nurpax.github.io/petmate/

wjdornjr commented 4 years ago

Yes I'm aware of Petmate. Thanks for answering.

On Tue, Apr 14, 2020 at 4:36 PM Christian R. Vozar notifications@github.com wrote:

PETSCII isn't a feature that Moebius will support for a couple of reason.Ssaving a Commodore PETSCII isn't as straight-forward as saving an ansi graphic due to the file format of PETSCII. Additionally, the character set for PC437 and PETSCII are radically different to include the colors allowed.

There exists already an electron-based PETSCII editor that is incredibly good and I would suggest you download it and give it a try to see if it fits your needs.

https://nurpax.github.io/petmate/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blocktronics/moebius/issues/106#issuecomment-613667987, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANNU5IST4FJGF22JZJFIEO3RMTCLVANCNFSM4I6UUKLQ .

-- Regards, W.J. Dorn, Jr.