godot/modules/jpg
MladoniSzabi a5c4df7a99 Fixed Image.save_jpg() returning OK but not saving image.
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.
2022-10-07 11:56:51 +01:00
..
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
image_loader_jpegd.cpp Fixed Image.save_jpg() returning OK but not saving image. 2022-10-07 11:56:51 +01:00
image_loader_jpegd.h [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
register_types.cpp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00