aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/image.go
AgeCommit message (Collapse)AuthorFilesLines
27 hoursfeat(notify): parse the image hints and encode them to PNGDanilo M.1-0/+134
image-data (and the deprecated icon_data) is the (iiibiiay) struct; the PNG encoder honours rowstride and both 3- and 4-channel data. The path and data readers are pure, so the service can apply the spec's priority and the store stays free of image handling.