Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.03 KB

imageconverter

Convert images to different formats completely on the client Convert png to jpg here dogecoinx

motivation

There are already tools like this online, but I noticed they all upload your files to an external server to convert them. This means:

⋅⋅*There will always be a limit on the size of the files you can convert

⋅⋅*If not secured properly, people could intercept whatever images you where sending

⋅⋅*It takes longer for most opperations since they have to be uploaded to the server first, then converted, then sent back to the client.

building

This runs entirely on the client using canvas to draw and then save.

just use any static file web server or even just drag the file into your browser to view.

special thanks

The code is based off of this medium post

This uses jszip to zip the files in the zip option