aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/image_test.go
AgeCommit message (Collapse)AuthorFilesLines
28 hoursfeat(notify): parse the image hints and encode them to PNGDanilo M.1-0/+101
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.