You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
VIVIMAN a83a72debb 调整生产文件处理 3 years ago
..
backend 代码规范 3 years ago
build 调整生产文件处理 3 years ago
frontend 补充下载文件 3 years ago
.gitignore 调整生产文件处理 3 years ago
.jshint 代码规范 3 years ago
CODE_OF_CONDUCT.md 代码规范 3 years ago
LICENSE 代码规范 3 years ago
README.md 代码规范 3 years ago
appicon--512.png 代码规范 3 years ago
appicon.png 代码规范 3 years ago
dmg-spec.json 代码规范 3 years ago
go.mod 补充下载文件 3 years ago
go.sum 补充下载文件 3 years ago
main.go 代码规范 3 years ago
optimus-res.syso 补充下载文件 3 years ago
optimus.AppImage.desktop 代码规范 3 years ago
optimus.exe.manifest 补充下载文件 3 years ago
optimus.ico 补充下载文件 3 years ago
optimus.json 代码规范 3 years ago
optimus.rc 补充下载文件 3 years ago
project.json 代码规范 3 years ago
wails.json 代码规范 3 years ago

README.md

Optimus logo

Optimus

Image compression, optimization and conversion desktop app.

Overview

Optimus is a desktop image optimization application. It supports conversion and compression between WebP, JPEG, and PNG image formats.

Features

  • Convert to and from JPEG, PNG, and WebP formats.
  • Compress JPEG, PNG (lossy), and WebP (lossy and lossless) formats.
  • Resize images to various sizes in a single batch operation.
  • View simple stats on session and all-time use.

Screenshot of Optimus primary image editor view

Screenshot of Optimus options view

Installation

Downloads

Download the latest version from the releases page.

Optimus is available for Windows, macOS, and Linux.

Scoop

scoop install https://raw.githubusercontent.com/Splode/optimus/main/optimus.json

Development

Optimus is built using Wails and uses JavaScript on the frontend and Go on the backend.

Take the following steps to develop locally:

  1. Clone the repo
  2. Install Wails
  3. Install go and npm dependencies

License

MIT © 2020 Christopher Murphy