Hal-5700X to Fediverse@lemmy.worldEnglish • 6 months agoLemmy v0.19.4 Release - Image Proxying and Federation improvementsjoin-lemmy.orgmessage-square22fedilinkarrow-up1175 cross-posted to: lemmy@lemmy.mlannouncements@lemmy.ml
arrow-up1175external-linkLemmy v0.19.4 Release - Image Proxying and Federation improvementsjoin-lemmy.orgHal-5700X to Fediverse@lemmy.worldEnglish • 6 months agomessage-square22fedilink cross-posted to: lemmy@lemmy.mlannouncements@lemmy.ml
minus-square@taaz@biglemmowski.winlinkfedilinkEnglish6•6 months agoOh interesting I will have to look how tessaract does it
minus-squareAdmiral PatricklinkfedilinkEnglish5•edit-26 months ago https://github.com/asimons04/tesseract/blob/1.4.0/src/lib/image-proxy.ts https://github.com/asimons04/tesseract/blob/1.4.0/src/server/image-proxy.ts And anywhere it renders an image (markdown, posts, avatars/icons, banners, etc), the image source is set via imageProxyURL(url). There’s extra optional params for size and format if the image source is served by pict-rs.
Oh interesting I will have to look how tessaract does it
And anywhere it renders an image (markdown, posts, avatars/icons, banners, etc), the image source is set via
imageProxyURL(url)
. There’s extra optional params for size and format if the image source is served by pict-rs.