#Synology Slideshow Photos API update
Converting raw GPS to city/state with Google Geocoding. I’ve implemented HybridCache + Redis (on my NAS) to stay within free tiers and keep data private.
Next: SignalR for real-time background updates
Links in comments
#CSharp#dotNetCore
#Synology Slideshow Photos API update!
Now returning metadata (Date Taken, Google Maps, & Location) for slide overlays.
Using ImageSharp to read metadata headers without full decoding— faster than full image transformation!
Links in comments 👇🏼
#CSharp#dotNet#dotNetCore
Update on my #Synology Photos API project
Using ImageSharp for WebP conversion (80% size/75% quality) to balance high visuals with fast load times.
Tip: Configure ImageSharp to respect orientation metadata to avoid rotation issues!
Link in replies.
#CSharp#dotNet#dotNetCore