Show HN: Convert HEIC to JPG in browser without server uploads quickjpg.com 2 points by alldadev a day ago
piyiotisk a day ago I did this a while back at https://github.com/piyiotisk/filedbot-clientWhich it was a personal side project. Have a look!
alldadev a day ago Hi HN! I built this because I was tired of uploading personal photos to random servers just to convert them. Technical details: - Uses WebAssembly for image processing - React + TypeScript frontend - Hosted on Cloudflare Pages - 100% client-side - no server processing The biggest challenge was getting HEIC support working across browsers since they don't natively support the format.Would love feedback on the UX and any feature requests!
I did this a while back at https://github.com/piyiotisk/filedbot-client
Which it was a personal side project. Have a look!
Hi HN! I built this because I was tired of uploading personal photos to random servers just to convert them.
The biggest challenge was getting HEIC support working across browsers since they don't natively support the format.Would love feedback on the UX and any feature requests!