summaryrefslogtreecommitdiffstats
path: root/internal/media
Commit message (Collapse)AuthorAgeFilesLines
* feat: add MediaHandler for image upload and on-the-fly servingivar12 days2-0/+407
| | | | | | | | Implements HandleUpload (EditorJS-compatible multipart endpoint) and HandleServe (on-the-fly WebP/JPEG conversion with width-based resizing and file-system caching) backed by govips/ConvertAndResize. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* refactor: consolidate format validation into switch defaultivar12 days1-5/+2
|
* feat: add govips ConvertAndResize wrapperivar12 days2-0/+124
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>