HEIC to JPG converter
Author:
๐ RogeOnee
Real discussions and feedbacks of HEIC to JPG converter
๐ Join the Discussion on Forums
App Description
Link: https://www.knvrt.one/
First try at building my own tool! I’m not a very creative person, so big triangle’s design style and shadcn help me a great deal with that.
The conversion is client side, all done by the browser with off-screen canvas and libheif-js for decoding. I’m planning to add more tricky formats (webp?) in the future, and hopefully further avoid making a backend.
Stack: Next.js, Tailwind, shadcn, libheif-js
Project Overview
This web application is a HEIC to JPG converter, built as a first attempt by the author. It operates client-side, utilizing the browser’s capabilities with off-screen canvas and libheif-js for decoding. The tool is appreciated for its utility, especially in contexts where HEIC format is default, such as Apple’s airdropping photos to Mac. However, it’s noted that similar functionality exists natively on Macs. The app is built with Next.js, Tailwind, shadcn, and libheif-js, and there are plans to support more formats like webp in the future.
Links
๐ Website: https://www.knvrt.one/
Media
Images

Features & Benefits
โ
Client-side operation
โ
Useful for converting HEIC to JPG
โ
Plans to support more formats in the future
Areas for Improvement
๐ Similar functionality exists natively on Macs