a5c4df7a99
The function that was supposed to implement the saving in image_loader_jpegd was just returning OK without doing anything. Copied the code from _jpgd_buffer_save_func to _jpgd_save_func but changed the ImageLoaderJPGOSBufferto a ImageLoaderJPGOSFile to save to a file instead of memory. Changed the image format from FORMAT_ETC2_RGB8 to FORMAT_RGB8 since the first one was creating a weird greyscale interlaced image. |
||
---|---|---|
.. | ||
config.py | ||
image_loader_jpegd.cpp | ||
image_loader_jpegd.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |