Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.83k stars 372 forks source link

Re-implement the ability to add custom export formats from extensions and allow preview display #924

Closed Variable-ind closed 10 months ago

Variable-ind commented 10 months ago

The export api is now as it was before (well not exactly since last time i took the easy way out and just used enum as a dictionary) so this can be considered the second iteration of the export api, a Re-Factor

this pull adds:

https://github.com/Orama-Interactive/Pixelorama/assets/77773850/394a8ea7-c214-4b08-8dfa-f2488d3ca388

(The project used: test.pxo.zip)

Test extension (Code):

ExportTest.zip