Commit Graph

32 Commits

Author SHA1 Message Date
da80e99b91 Change panic behaviour of tools 2023-08-25 05:44:14 +02:00
5937bbd763 Detect sections; Unify printing help across the tools 2023-06-25 16:38:29 +02:00
6f735eeefb Support transparency 2023-05-26 22:20:43 +02:00
a50e0ec544 Replace unsafe code with raw trait 2023-05-01 23:01:35 +02:00
513275fba8 Fix image conversion and CLUT placement 2023-05-01 22:37:41 +02:00
5dc83be87f Fix fconv for clut images 2023-05-01 11:02:07 +02:00
27c8ab71a0 Do not display the help in red for fconv 2023-04-30 15:33:32 +02:00
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
b55d033f17 Implement LZ4 strip and make tools write errors to err instead of out 2023-01-03 16:34:39 +01:00
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
2103e3fdb2 Make jaby_engine_fconv output lz4 files on request 2022-12-27 20:58:43 +01:00
4fbeb80c60 Clean up error handling 2022-11-27 22:32:14 +01:00
14186a3f1f Update Clap 2022-11-04 08:53:05 +01:00
6d86f4e99f Create Splash.cpp 2022-09-28 20:53:32 +02:00
678ae762b6 Support CLUT alignment 2022-09-28 19:59:52 +02:00
176ac89e6b Fill Palette if needed 2022-09-28 19:53:50 +02:00
92760cfce1 Convert IndexedImages 2022-09-27 20:52:44 +02:00
530fd10662 Start reading in indexed PNG file 2022-09-25 19:32:58 +02:00
d931cd7a61 Allow writing clut data 2022-09-25 18:46:15 +02:00
35ad9c68c2 Deconstruct PNG imag 2022-09-25 16:31:11 +02:00
a6945d0758 Run clut code 2022-09-23 22:35:55 +02:00
90a00b892a Write clut16 2022-09-23 22:01:52 +02:00
8a88eae02a Implement convert functions for RGB(A) 2022-09-22 21:18:01 +02:00
a52207061f Introduce PSXImageConverter 2022-09-22 20:09:19 +02:00
bbb2e2688e Build linux under windows with MUSL 2022-09-22 19:26:13 +02:00
c82438d297 Add Header basics 2022-09-21 21:52:21 +02:00
355153176f Basic Color support 2022-09-21 20:43:08 +02:00
e79df423b0 Improve Error 2022-09-19 21:06:44 +02:00
80c6271d0d Prepare reading in files 2022-09-19 20:20:43 +02:00
5327d90094 Calling un-implemented convert function 2022-09-17 17:31:51 +02:00
03c2379721 Prepare for simple TIM conversion 2022-09-17 17:12:53 +02:00
9d7613b7e7 Creation of jaby_engine_fconv 2022-09-17 14:54:44 +02:00