Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 591 Bytes

toformat.link

A WASM Serverless Project for converting Images on the Fly.

toformat.link Website Documentation

toformat.link

toformat.link Terminal Documentation

Get Documentation

curl -L toformat.link

TO PNG

curl -L toformat.link/png=https://toformat.link/img.jpg > img.png

TO GIF

curl -L toformat.link/gif=https://toformat.link/img.jpg > img.gif

TO JPG

curl -L toformat.link/jpg=https://toformat.link/img.png > img.jpg

TO JPEG

curl -L toformat.link/jpeg=https://toformat.link/img.png > img.jpeg