Code Monkey home page Code Monkey logo

ko-dxt-to-png's Introduction

Knight Online DXT2PNG Converter

This application will transform your texture files (.dxt) to modern png files.

Install

  • install node.js
  • type in terminal npm i ko-dxt-to-png -g

Usage

  • type in terminal dxt2png file.dxt
  • there will be file.png

Tips

You may change the output with -o or --output

dxt2png -o ./test.png file.dxt

You can convert all .dxt files in cwd by using -d or --directory

cd ./some_folder_has_tons_of_dxts
dxt2png -d

It will only work with cwd, I thought this will be safer, and .pngs wont be replicated if they already exist

Preview

added in 1.3.0

To preview a file simply use -v parameter. This will create png file in tmp folder, and open it in picture viewer tool. after 1 second it will wipe the temp file.

dxt2png -v file.dxt
or
dxt2png file.dxt -v

ko-dxt-to-png's People

Contributors

co3moz avatar

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.