Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 608 Bytes

ctr_texdump

Nintendo 3DS texture dumpper.

Usage

texdump -i INPUT -o OUTPUT -f FORMAT -p POSITION -l LENGTH -w WIDTH -h HEIGHT

  -i, --input       Required. Set input file.
  -o, --output      Set output file.
  -f, --format      Required. Set pixel format.
  -p, --position    (Default: 0) Set texture data position.
  -l, --length      Set texture data length.
  -w, --width       set image width.
  -h, --height      Set image height.

Credit

  • LITTOMA: Author of this tool.
  • SciresM/CTR_Textures: API for decoding textures for the Nintendo 3DS.