PureAsbestos

Results 17 comments of PureAsbestos

> Do you have suggestion for a possible way to create Stars badge or something like that? How about shields.io? I put together this badge for this repository using the...

Does the palette need to remain compatible with pico-8's palette?

The trick is to use `Sprite:saveAs(filename)` or `Sprite:saveCopyAs(filename)` You can use it with the current sprite by using `app.activeSprite`

Hi there! You can save your image as either PNG or BMP by adding the appropriate extension to the image before saving it.

Oh, I get what you are trying to say. Save it in "palette mode." I'll see what I can come up with.

Hmm... I seem to be able to get it to work right with PNG and mostly right with GIF, but BMP eludes me

GIF always gives a palette with 256 entries, I'm going to leave it at that

It works with PNG, so that will be included in the next update

If you find a way to do this for BMP in imageio, I'd be more than happy to implement it

PNGs will now be saved as paletted, see v3.2.3