Skip to content

Convert images to different formats completely on the client

Notifications You must be signed in to change notification settings

Centipede5/imageconverter

Repository files navigation

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

About

Convert images to different formats completely on the client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages