jspaint icon indicating copy to clipboard operation
jspaint copied to clipboard

[Feature Request] Allow users to save Image with mirc colour code / mirc format

Open roboirc opened this issue 6 years ago • 4 comments

Please allow users to same images to mirc colour coded format as well for easy pasting! Thanks!

roboirc avatar Oct 21 '19 06:10 roboirc

There are quite a few editors purpose-built for editing ansi art, for instance Playscii, which I was able to import the paint icon into and tweak to get this 4x4 character drawing:

(no CRT effect:) 4x4-final-no-crt (CRT effect:) 4x4-final

paint-4x4.ans

[0;30;40mf[0;30;41m.[0;1;34;41mx
[0;36;40mT[0;32;41ms[0;37;41mS
[0;31;40m_[0;5;31;47m{[0;1;34;41mf
[0;1;37;40m_[0;30;41my[0;30;41m]

jspaint-app-banner-3

1j01 avatar Oct 22 '19 01:10 1j01

Direct import: big-logo-direct-import

Cleaned up & detail added: big-logo-3

1j01 avatar Oct 22 '19 02:10 1j01

Yes but it would be nice to have an integrated feature with jspaint (since its an awesome clone of mspaint) and faster. Would be nice to have an option that automatically generates best mirc code for the image. Thanks.

roboirc avatar Oct 31 '19 05:10 roboirc

I agree it would be cool to have this in JS Paint. I'd love it if one day JS Paint could adapt to different file formats, like showing/editing all the pages of a PDF, the frames of an animated GIF, etc. It's probably not going to happen any time soon, however...

If you want to make ANSI art using an MS Paint like interface, I made a whole separate recreation of MS Paint, that runs in the terminal, and edits ANSI art: Textual Paint. With your ticket in mind, I added support for exporting mIRC codes from Textual Paint, by saving with a .mirc or .irc file extension. (These file extensions I just made up, and are not to be confused with .mrc mIRC script files.)

1j01 avatar Aug 26 '23 01:08 1j01