Commit Graph

40 Commits

Author SHA1 Message Date
jaby a50e0ec544 Replace unsafe code with raw trait 2023-05-01 23:01:35 +02:00
jaby 513275fba8 Fix image conversion and CLUT placement 2023-05-01 22:37:41 +02:00
jaby 5a137ce644 Add colored output to most tools; Make mkoverlay more tolerant for missing overlay files; Make psxcdgen_ex emit a warning when no license file is specified 2023-04-22 15:44:21 +02:00
jaby f6de41dc87 Move the bit types to tool_helper and merge them 2023-04-20 21:01:27 +02:00
jaby 37156a1432 Improve error messages for not finding LBA sources 2023-04-13 21:22:49 +02:00
jaby 09f1ece6bb Support writing LBA information into main file 2023-02-03 13:22:17 +01:00
jaby b55d033f17 Implement LZ4 strip and make tools write errors to err instead of out 2023-01-03 16:34:39 +01:00
jaby 3d56532a3b Broken LZ4 algorithm! The decompression seems to work now (needs improvement?) but the conversion tools emit 64K block sizes which is unhelpfull for us 2022-12-29 23:18:37 +01:00
jaby 2103e3fdb2 Make jaby_engine_fconv output lz4 files on request 2022-12-27 20:58:43 +01:00
jaby 5f524b689b Prepare reading in LBA Source for Overlay 2022-12-07 02:50:46 +01:00
jaby 4d0b1fc674 Support LZ4 compression 2022-12-06 04:56:40 +01:00
jaby 9a337a1aa0 Read Overlay header 2022-12-06 02:31:05 +01:00
jaby 4fbeb80c60 Clean up error handling 2022-11-27 22:32:14 +01:00
jaby 0a48078345 Remove ErrorString 2022-11-27 22:21:06 +01:00
jaby 0d3686b7d0 Cause error on not a number padded_size value 2022-11-27 22:15:30 +01:00
jaby 66b0f4814d Use improved error message generation 2022-11-17 02:18:24 +01:00
jaby c638782fa8 Improve creation of error messages 2022-11-16 04:36:25 +01:00
jaby 3d9e87a400 Write license info from file 2022-11-16 03:35:28 +01:00
jaby 39747613bc Support command line parameters 2022-11-11 17:00:10 +01:00
jaby 1b0fc42e84 Convert configuration to CDDesc 2022-11-08 21:28:05 +01:00
jaby b84622bb61 Improved error handling 2022-11-04 11:32:55 +01:00
jaby 220be53b39 Prepare bin/cue writer 2022-10-18 21:00:20 +02:00
jaby 48626728e8 Created constructor functions and paniced 2022-10-06 21:09:45 +02:00
jaby 6237132fe2 Use buffered read and write for better performance 2022-09-28 21:21:15 +02:00
jaby 92760cfce1 Convert IndexedImages 2022-09-27 20:52:44 +02:00
jaby 530fd10662 Start reading in indexed PNG file 2022-09-25 19:32:58 +02:00
jaby 35ad9c68c2 Deconstruct PNG imag 2022-09-25 16:31:11 +02:00
jaby 90a00b892a Write clut16 2022-09-23 22:01:52 +02:00
jaby 8a88eae02a Implement convert functions for RGB(A) 2022-09-22 21:18:01 +02:00
jaby c82438d297 Add Header basics 2022-09-21 21:52:21 +02:00
jaby 355153176f Basic Color support 2022-09-21 20:43:08 +02:00
jaby 090d0d09a1 Support bit operations 2022-09-20 22:10:17 +02:00
jaby e79df423b0 Improve Error 2022-09-19 21:06:44 +02:00
jaby 80c6271d0d Prepare reading in files 2022-09-19 20:20:43 +02:00
jaby 7c5c8ae50a Finish cpp_out 2022-09-17 14:44:13 +02:00
jaby a07662cdb4 Use functors instead of parameters 2022-09-14 22:00:26 +02:00
jaby e112f89f68 Read settings in a bit 2022-09-14 21:52:54 +02:00
jaby 888a6247a9 Produce first output 2022-09-13 21:35:52 +02:00
jaby 4b69d678e8 Prepare convert function 2022-09-13 21:19:42 +02:00
jaby e42b3ab6cf Create tool_helper library 2022-09-13 21:06:41 +02:00