Support encodings when loading/saving REXPaint files.
See original GitHub issueI’m using Rexpaint and load the resulting .xp files with tcod.console_from_xp("data/images/title.xp")
. When I blit the resulting console it looks different then the Rexpaint image.
Example (left: Rexpaint, right: tcod)
I’m using a custom font (its a CP437 one), but it also happens with the standard font.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
Resources | REXPaint - A powerful and user-friendly ASCII art ...
REXPaint, A powerful and user-friendly ASCII art editor by Grid Sage Games.
Read more >python-tdl - Bountysource
Support encodings when loading/saving REXPaint files. $ 0 ... When I blit the resulting console it looks different then the Rexpaint image.
Read more >Changelog for libtcod 1.6.7 - ABI laboratory
### Changed - REXPaint functions now have their own header file: `console_rexpaint.h` - `TCOD_color_set_HSV` now normalizes bad hue/saturation/value parameters.
Read more >Sharing Saturday #196 : r/roguelikedev - Reddit
So I wrote some debug mode code to have Cogmind create all the files, ... from a pointer-encoding to Morton code, but it...
Read more >Multi Layered Images Windows 10 downloads - Free Multi Layered ...
It supports multiple layers, and is able to detect tablet pressure, ... loading/saving drawing process from/into a file canvas ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can give an example on how to decode REXPaint files into Unicode if you want.
The documentation now includes examples on how to convert the encoding between CP437 and Unicode when loading or saving REXPaint files.