aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn/imgoptimize.go
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25cmd: add amano and stealthmountainXe Iaso1-9/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-05-28internal/avif: remove this packageXe Iaso1-4/+6
Replace this with a bunch of smaller packages that embed WebAssembly libraries for the following functionality: * AVIF encoding * JXL encoding * WEBP encoding Also include HEIC decoding and add JXL encoding support to uploud/xedn Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-03-30cmd: add tourianXe Iaso1-11/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-10cmd/xedn: fully make uplodr workXe Iaso1-207/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-23cmd/xedn: add cdn-cgi/wtfXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-11cmd/xedn: use sha256 hash for future file idsXe Iaso1-1/+8
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-11cmd/xedn: nuke intermediate filesXe Iaso1-0/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-11cmd/xedn: fixXe Iaso1-7/+31
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-11cmd/xedn: add image uploading logic for internal api use onlyXe Iaso1-1/+186
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-08-26Switch from ln to slogXe Iaso1-1/+1
ln had a good run, but it's not going to last for the long term. I'm going to standardize everything on log/slog and deprecate ln. Closes #385 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-07-29refactor ln to slog in a few placesXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-01use singleflight.Group to prevent double fetchesXe Iaso1-38/+47
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-01-21add debug routesXe1-0/+70
Signed-off-by: Xe <me@christine.website>
2023-01-21cmd/xedn: resizing of stickersXe1-0/+158
Signed-off-by: Xe <me@christine.website>