Skip to content

Client-side conversion of HEIC files to something more standard, eg: JPG

Notifications You must be signed in to change notification settings

bensonbenson/heic-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEIC file converter

Convert your .heic files to .jpg or .png on the client side

The converter

The underlying package that does the converting is heic2any.

Due to the nature of this package, metadata will be lost during the conversion.

Running the app

Clone repo and

npm install
npm start

To-do

  • upload
  • convert
  • download converted file
  • css
  • allow user to change type of converted file
  • allow user to change quality
  • check user input for heic files
  • favicon
  • clean up unused boilerplate
  • use button to initiate conversion
  • host demo
  • allow upload of multiple files

Demo

Visit: https://bensonbenson.github.io/heic-converter/

About

Client-side conversion of HEIC files to something more standard, eg: JPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published