Skip to main content

A fast block compression library for python

Project description

Quicktex

A python library for using DDS files

Quicktex is a python library and command line tool for encoding and decoding DDS files. It is based on the RGBCX encoder, which is currently one of the highest quality S3TC encoders available. Quicktex has a python front end, but the encoding and decoding is all done in C++ for speed comparable to the original library.

Installation

To install, first clone this repo and cd into it, then run:

git submodule update --init
pip install .

and setuptools will take care of any dependencies for you.

If you are on macOS, it is recommended to first install openMP from homebrew to enable multithreading, since it is not included in the default Apple Clang install:

brew install libomp

The package also makes tests, stub generation, and docs available. To install the required dependencies for them, install with options like so:

pip install .[tests,stubs,docs]

Quicktex will be available on Pypi once it is out of alpha.

Usage

Usage: quicktex [OPTIONS] COMMAND [ARGS]...

  Encode and Decode various image formats

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  decode  Decode DDS files to images.
  encode  Encode images to DDS files of the given format.

To decode DDS files to images, use the decode subdommand, along with a glob or a list of files to decode.

To encode images to DDS files, use the encode subcommand, plus an additional subcommand for the format. For example, quicktex encode bc1 bun.png will encode bun.png in the current directory to a bc1/DXT1 dds file next to it.

encode and decode both accept several common parameters:

  • -f, --flip / -F, --no-flip: Vertically flip image before/after converting. [default: True]
  • -r, --remove: Remove input images after converting.
  • -s, --suffix TEXT: Suffix to append to output filename(s). Ignored if output is a single file.
  • -o, --output: Output file or directory. If outputting to a file, input filenames must be only a single item. By default, files are converted in place.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quicktex-0.1.1.tar.gz (306.6 kB view hashes)

Uploaded Source

Built Distributions

quicktex-0.1.1-cp39-cp39-win_amd64.whl (374.9 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

quicktex-0.1.1-cp39-cp39-manylinux2014_x86_64.whl (516.5 kB view hashes)

Uploaded CPython 3.9

quicktex-0.1.1-cp39-cp39-macosx_10_15_x86_64.whl (393.6 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

quicktex-0.1.1-cp38-cp38-win_amd64.whl (384.7 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

quicktex-0.1.1-cp38-cp38-manylinux2014_x86_64.whl (516.2 kB view hashes)

Uploaded CPython 3.8

quicktex-0.1.1-cp38-cp38-macosx_10_15_x86_64.whl (393.5 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

quicktex-0.1.1-cp37-cp37m-win_amd64.whl (382.9 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

quicktex-0.1.1-cp37-cp37m-manylinux2014_x86_64.whl (517.8 kB view hashes)

Uploaded CPython 3.7m

quicktex-0.1.1-cp37-cp37m-macosx_10_15_x86_64.whl (387.4 kB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page