renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
328 stars 65 forks source link

'pygame.image.save' works inproperly when saving PNG images #133

Open thautwarm opened 2 years ago

thautwarm commented 2 years ago

close #132

seems that save function does not handle .png correctly.

Data losing in #132 happens only when saving .png images. .bmp, .jpg and .jpeg works.