Commit Graph

29 Commits

Author SHA1 Message Date
Joseph Cloutier
a03c0c31f3 Fix whitespace. 2024-11-19 20:09:22 -05:00
win11
c0e1a1b4a4 Clean up PNG and JPEG encoding properly 2024-11-19 14:45:25 -08:00
Joshua Granick
656c761cb0 Fix broken JPEG decoding (tested on Windows) 2024-07-09 13:27:54 -07:00
Apprentice-Alchemist
de24e7bc4b Fix INT32 redefined error in libjpeg. 2022-04-28 19:42:49 +02:00
Joshua Granick
dce7099e6e Add CMYK support to native JPEG decode 2019-04-30 13:58:47 -07:00
Joshua Granick
b350c44e10 Crash fix 2018-07-19 21:53:27 -07:00
Joshua Granick
78e99bf1d9 Remove whitespace lines 2018-07-18 17:32:51 -07:00
Joshua Granick
6d666b0eeb First pass at refactoring native CFFI Bytes 2018-06-21 22:03:12 -07:00
Joshua Granick
4c5220f1e3 Compile fix 2017-01-13 16:24:56 -08:00
Joshua Granick
8eec831579 Compile fix 2017-01-13 16:23:00 -08:00
Joshua Granick
ad339aa827 Revert Bytes changes, prevents ppremature GC on audio decoding 2016-12-19 19:50:56 -08:00
Joshua Granick
c96cb19ad1 Merge changes 2016-12-07 22:11:02 -08:00
Joshua Granick
f8adb667ca Android JPEG fix 2016-01-05 09:24:59 -08:00
Joshua Granick
2b952d2dc3 Bytes fix 2016-01-01 11:17:02 -08:00
Joshua Granick
9acf835d55 Build fix 2015-12-14 11:20:58 -08:00
Joshua Granick
9b69214dea Fix decode on Android 2015-12-14 11:11:19 -08:00
James Gray
923f16cefd fix loading of greyscale JPEGs 2015-07-08 11:39:33 -05:00
Joshua Granick
5f3acf4bc3 Fix image encode 2015-06-24 16:15:03 -07:00
Joshua Granick
46958400ba Use bitsPerPixel 2015-06-20 09:27:47 -07:00
Joshua Granick
d73460da18 Create a new native Bytes implementation, use it instead of ByteArray for better ByteArray and Bytes support 2015-06-19 14:11:15 -07:00
Joshua Granick
0090c953b7 Add JPEG and PNG decodeBytes/decodeFile, with support for skipping imageBuffer.data 2015-06-12 11:30:33 -07:00
Joshua Granick
f77e9caef4 NULL file fixes 2015-03-30 09:25:20 -07:00
Joshua Granick
7b5130f6d9 Progress on text support 2015-03-07 21:02:27 -08:00
Joshua Granick
38bc6bd04e Added System.getTimer, moved file I/O into system, removed unused 2015-02-04 16:05:37 -08:00
Joshua Granick
8f9591365a Fix JNI JPEG and PNG file loading 2015-02-04 14:07:21 -08:00
Joshua Granick
5467964453 Get Android working with files, add quick fallback to PNG/JPEG if no FD is available and implement SDL fdopen 2015-02-04 11:18:17 -08:00
Joshua Granick
f7ec042ce5 Use SDL_RWops 2015-02-04 10:46:28 -08:00
Joshua Granick
1f24e162ec Add native JPEG/PNG encoding 2014-11-11 10:48:14 -08:00
Joshua Granick
51017010a8 Disband lime.media, create lime.audio and lime.math 2014-08-02 10:33:32 -07:00