Coder Social home page Coder Social logo

bimdexter's Introduction

BimDexter

Clear and concise DXT1 compressor using a gradient descent algorithm.

Builds as a command line tool that converts between 24-bit uncompressed BMP and DXT1 encoded DDS file formats. Visual Studio solution is included. The code should be portable anyway.

Run the program with no arguments to display usage.

See LICENSE.txt for licensing information (it is the MIT license).

The DXT1 compression method was designed as a compromise between quality and speed. In comparison with libsquish, it replaces an exhaustive search for an optimal clustering with heuristic gradient descent.

The meat of the algorithm is in BimDexter/PixelBlock.cpp.

Example

Compression times here are CPU only.

Original Image

BimDexter.exe Compressed Image

RMS error         : 4.87
max absolute error: 81
compression time  : 0.593 seconds

nvcompress.exe Compressed Image

RMS error         : 4.74
max absolute error: 81
time taken        : 0.836 seconds

nvcompress.exe -fast Compressed Image

RMS error         : 5.05
max absolute error: 109
time taken        : 0.040 seconds

bimdexter's People

Contributors

samiperttu avatar

Stargazers

Thanh Pham Van avatar

Watchers

 avatar

Forkers

thanhphamvan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.