12 Commits

Author SHA1 Message Date
230cc6c31c refactor(encoder): improve image preprocessing and error handling 2024-10-23 04:02:23 +08:00
97cc9b5aa3 chore: add logging for image copy process
Added log message to indicate successful copying of the original image to EXHAUST_PATH.
2024-10-23 03:43:40 +08:00
d17cfc7a3c refactor(encoder): add logging and refactor resizeImage function 2024-10-23 03:30:56 +08:00
fdea015805 refactor(encoder): add file size check and optimize raw image conversion process 2024-10-22 23:10:09 +08:00
159e78f82e feat(encoder): add NEF to JPG conversion and improve image processing workflow 2024-10-22 22:59:52 +08:00
059aba8a4d feat(encoder): add logging and support for AVIF and JXL image formats 2024-10-22 22:47:56 +08:00
c5ed3a1fea feat(encoder): add ProcessAndSaveImage function to handle image processing and saving 2024-10-22 22:36:58 +08:00
c8f3d0bf38 进一步优化日志 2024-10-22 19:32:22 +08:00
cad6e95686 refactor(encoder, handler, schedule): Update error messages and code style for better readability 2024-10-22 16:56:42 +08:00
Nova Kwok
c7bebfca34
Add EXTRA_PARAMS_CROP_INTERESTING (#328) 2024-04-19 10:06:05 +08:00
Nova Kwok
43c275e3ec
Adds JPEG XL support, max_height/max_width support (#321)
* WIP JXL

* Fix test

* Tries to fix autobuild

* Tries to fix autobuild

* Add setup go in codeql

* Bump actions version

* Do not print curl output in CI

* Do not print curl output in CI

* Remove Metadata on RAW image

* Update sample config

* better loop

* Prefetch should also respect AllowedType

* Better Export params and UA handle

* Only do conversion on supported formats

* CONVERT_TYPES default to webp only

* CONVERT_TYPES default to webp only

* Add GIF to AllowedTypes

* Update README
2024-03-22 15:12:09 +08:00
Nova Kwok
d83f6667cc
Refine convert part (#303)
* Refine convert part

* Only open image once

* More refine
2023-12-16 20:12:42 +01:00