mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-26 08:15:04 +03:00
Update file formats list
This commit is contained in:
parent
ceb79bc5aa
commit
4d1f57ee6b
12
README.md
12
README.md
@ -20,11 +20,13 @@ This is a TUI (Text User Interface) image editor, inspired by MS Paint, built wi
|
||||
- [x] Open and save images
|
||||
- [x] Fancy file dialogs
|
||||
- [x] Warnings when overwriting an existing file, or closing with unsaved changes
|
||||
- File formats:
|
||||
- [ ] PNG (.png)
|
||||
- [ ] Bitmap (.bmp)
|
||||
- [x] ANSI (.ans)
|
||||
- Note that while it can load the files that it saves, you may have limited success loading other ANSI files that you find. ANSI files can vary a lot and even encode animations!
|
||||
- File formats, chosen by typing a file extension in the Save As dialog:
|
||||
- [x] ANSI (.ans) — Note that while it can load the files that it saves, you may have limited success loading other ANSI files that you find on the web, or create with other tools. ANSI files can vary a lot and even encode animations!
|
||||
- [x] Plain Text (.txt) — discards color information
|
||||
- [x] SVG (.svg) — save only
|
||||
- [x] HTML (.html) — save only
|
||||
- [ ] PNG (.png) — not yet
|
||||
- [ ] Bitmap (.bmp) — not yet
|
||||
- Tools
|
||||
- [x] Free-Form Select
|
||||
- [x] Select
|
||||
|
Loading…
Reference in New Issue
Block a user