Tooling for managing asset compression, storage, and retrieval
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.
 
 
 
Drew Short b5434f1f66 Adding starting documentation 4 years ago
LICENSE.md Adding starting documentation 4 years ago
README.md Adding starting documentation 4 years ago

README.md

Asset Compression Helper

About

This tool exists to help compress, store, retrieve and validate media for games. The goal is to provide a simple workflow for checking assets for changes, generating new compressed versions based on those changes, storing those changed versions, and retrieving compressed files.

This tool is designed to work with an S3 compatible bucket storage provider.

Requirements

  • An S3 Compatible Storage Service
  • Python 3.7+
  • FFMpeg for jpeg, video, and audio compression
  • OptiPNG for png optimization

Using

Configuring Profiles

Checking For Changed Assets

Compressing Changed Assets

Uploading Changed Assets

Downloading Assets

Contributing

License

See LICENSE.md