Commit Graph

17 Commits

Author SHA1 Message Date
0b0c522f5b Fix image combine issues 2023-07-02 16:38:35 +01:00
e66f5e890c Change failed download response code 2023-06-30 21:25:41 +01:00
50b1f66c59 Retry image downloads 2023-06-30 21:00:04 +01:00
1e84875a8f Move user agent check to function 2023-06-30 20:41:20 +01:00
a738923316 Cache combined images 2023-06-30 18:37:38 +01:00
b4f903d0c8 Revert "Better image combination"
This reverts commit 223d40eb9b.
2023-06-30 18:30:00 +01:00
d311943325 Revert "Quick fix for small images"
This reverts commit 4b5b193657.
2023-06-30 18:29:54 +01:00
4b5b193657 Quick fix for small images 2023-03-10 18:50:42 +00:00
223d40eb9b Better image combination 2023-03-10 18:32:51 +00:00
2da2cd5200 Removed image scale-down at the end of processing 2022-07-22 00:57:07 +01:00
ffcde09b97 Return HTTP 400 if missing query parameters 2022-05-30 01:25:53 +01:00
ec1f4dc284 Image check in lambda handler 2022-05-26 16:13:31 +01:00
77b972a1b2 Switched to using ThreadPoolExecutor 2022-05-26 16:10:29 +01:00
4feb1b65d6 Optimized image downloads 2022-05-26 15:01:12 +01:00
2819b504a3 Add quality argument 2022-05-26 02:01:43 +01:00
7a021916f0 Use proper mime type 2022-05-26 00:58:28 +01:00
022edb5122 Moved combineImg to own module; created AWS dockerfile; added combination_method config 2022-05-25 23:48:55 +01:00