Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odo

Odo is a simple application that converts jpeg, jpg, png, and tiff image files to Googles webp standard. Alternatively, it also converts webp files to png.

Odo

Prerequisites

Googles' Go language installed to enable building executables from source code.

Build

From the root folder containing main.go, use the command that matches your environment:

Windows & Mac:

go build -o odo .

Linux:

GOOS=linux GOARCH=amd64 go build -o [name] .

Run

odo

Menu

License

Code is distributed under The Unlicense and is part of the Public Domain.

About

Covert images to webp and back again.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages