Commit Graph

283 Commits

Author SHA1 Message Date
Harrison Burt f7fc7b55ad Add global limiter 2022-03-27 00:13:40 +00:00
Harrison Burt 5fda68abd9 Update configuration and limiter configs 2022-03-27 00:00:16 +00:00
Harrison Burt fb7bb40d0e Update config handling 2022-03-26 23:45:58 +00:00
Harrison Burt 112566d394 Add controllers base 2022-03-26 23:31:04 +00:00
Harrison Burt ae599688d4 Add config example 2022-03-26 22:11:45 +00:00
Harrison Burt 79cdcfda32 Register config file path in CLI 2022-03-26 21:57:14 +00:00
Harrison Burt 3969b9db2b Further extend the config 2022-03-26 21:37:35 +00:00
Harrison Burt b4f27fa356 Add base and config 2022-03-26 21:23:16 +00:00
Harrison Burt 74844df51a Clear and update base handlers 2022-03-26 20:27:32 +00:00
Harrison Burt 4f561c2adc
Update Dockerfile 2022-03-14 22:47:07 +00:00
Harrison Burt d755dfdf67
Update Dockerfile 2022-03-14 22:24:53 +00:00
Harrison Burt e85468d0f8 undo changes 2021-12-31 21:44:08 +00:00
Harrison Burt bad4f1f9b3 move to use self-maintained image 2021-12-31 21:39:55 +00:00
Harrison Burt e3b4b8e02a fix logging panicking when no timezone is available. 2021-12-31 21:37:49 +00:00
Harrison Burt 3ae76c1a16 fix compile errors 2021-12-31 19:01:55 +00:00
chillfish8 53f86af042 cleanup dead code 2021-09-26 11:41:19 +01:00
chillfish8 54ca82073a fix type error 2021-09-26 11:40:49 +01:00
chillfish8 caa9c8c0d0 reformat code 2021-09-26 11:30:58 +01:00
chillfish8 6860359fe6 add rustfmt 2021-09-26 11:11:17 +01:00
chillfish8 b0f01a8c32 bump version 2021-09-26 11:09:55 +01:00
chillfish8 0b23eae904 fix panic when passed `null` for webp compression 2021-09-26 11:09:31 +01:00
Harrison Burt bdeecfdd2a
Update docker-image.yml 2021-08-30 22:06:39 +01:00
Harrison Burt bb2f0cf49f
Update docker-image.yml 2021-08-30 22:06:21 +01:00
Harrison Burt bd7b505abc
Delete auto-build.yaml 2021-07-24 16:20:32 +01:00
Harrison Burt 51c9569221 Merge remote-tracking branch 'origin/master' 2021-07-07 20:06:26 +01:00
Harrison Burt 4cb84b2309 dump version to 1.3.2 2021-07-07 20:05:14 +01:00
Harrison Burt f22489bf1d
Update auto-build.yaml 2021-07-07 20:00:59 +01:00
Harrison Burt 21cf5c13e4
Update auto-build.yaml 2021-07-07 19:58:24 +01:00
Harrison Burt c554123309
Update auto-build.yaml 2021-07-05 17:18:22 +01:00
Harrison Burt 91c6becfbd adjust for conversion types 2021-07-04 21:29:39 +01:00
Harrison Burt 855b5c91e4 bump lust version 2021-07-04 21:19:48 +01:00
Harrison Burt af9b21a95a bump webp version 2021-07-04 21:19:37 +01:00
Harrison Burt 74dc3b78b7 Merge remote-tracking branch 'origin/master' 2021-07-04 21:19:14 +01:00
Harrison Burt dd5a11c0af add support for other types of images 2021-07-04 21:19:07 +01:00
Harrison Burt 38197b25a7 support BGR and BGRA formats 2021-07-04 21:15:33 +01:00
Harrison Burt 505b9dd5cc
Update auto-build.yaml 2021-07-04 19:57:53 +01:00
Harrison Burt 1dd8b45816 update docs 2021-07-04 19:56:00 +01:00
Harrison Burt 987939b50b
Create auto-build.yaml 2021-07-04 19:51:49 +01:00
Harrison Burt 0d7ffc30c7
Merge pull request #9 from ChillFish8/parallel-execution
Parallel execution
2021-07-04 19:42:18 +01:00
Harrison Burt 65dac03068 bump versioning 2021-07-04 19:17:42 +01:00
Harrison Burt e7ac5d44da correct error 2021-07-04 19:14:34 +01:00
Harrison Burt d08fd701e9 add timings to debug logs to track format conversion speed. 2021-07-04 19:09:34 +01:00
Harrison Burt 88c52438ea adjust dockerfile 2021-07-04 18:53:55 +01:00
Harrison Burt 82bcecc8e1 move to spawning threads per conversion to allow for parallel converting of formats. 2021-07-04 18:53:34 +01:00
Harrison Burt 680c619d0d
Merge pull request #8 from ChillFish8/webp-optimisations
Optimise WebP encoding via custom encoder setup.
2021-07-03 18:59:47 +01:00
Harrison Burt 034c5373da remove debugging print and add context log 2021-07-03 16:22:11 +01:00
Harrison Burt 2af096f92b bump versioning 2021-07-03 16:11:49 +01:00
Harrison Burt d189dd39e6 adjust lust's handling of webp options to support new encoder 2021-07-03 16:11:09 +01:00
Harrison Burt 3bb621d7a5 fix multithreading seg fault error 2021-07-03 16:03:51 +01:00
Harrison Burt 1b611151e5 finally fix memory writing 2021-07-03 15:52:28 +01:00