Add WebP encoding support
Uses github.com/gen2brain/webp - a CGO-free library that uses WASM via wazero runtime for encoding. WebP decoding was already supported. - Add gen2brain/webp dependency for encoding - Implement WebP encoding in processor.go - Add FormatWebP to SupportedOutputFormats - Re-enable WebP option in generator form dropdown - Mark WebP encoding as complete in TODO.md
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -5,7 +5,7 @@ Remaining tasks sorted by priority for a working 1.0 release.
|
||||
## P0: Critical for 1.0
|
||||
|
||||
### Image Processing
|
||||
- [ ] Add WebP encoding support (currently returns error)
|
||||
- [x] Add WebP encoding support (currently returns error)
|
||||
- [ ] Add AVIF encoding support (currently returns error)
|
||||
|
||||
### Manual Testing (verify auth/encrypted URLs work)
|
||||
|
||||
Reference in New Issue
Block a user