VisualRefiner converts HEIC, images, and video entirely inside the browser
A developer has built VisualRefiner, a file conversion tool that processes images and video entirely within the user's browser, requiring no server uploads or account creation. The tool handles HEIC-to-JPEG conversion, image compression, and format transcoding using the Canvas API, WebCodecs, and WebAssembly. Because the site is a fully static export with no backend, files never leave the user's device by design rather than by policy. HEIC files, which most browsers cannot natively decode, are handled via libheif compiled to WebAssembly and loaded only when needed to keep initial page load sizes small. Heavy dependencies like the 2 MB HEIC decoder are fetched on demand through dynamic imports, ensuring the homepage remains lightweight for users who may never use those features.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in