Author Topic: [PNG] Texture Splitter  (Read 3259 times)

Sebanisu

  • *
  • Posts: 171
    • View Profile
[PNG] Texture Splitter
« on: 2019-09-04 23:46:13 »
https://github.com/Sebanisu/TextureSplitter/releases

A simple automatic tool. It takes square textures and splits them into 4 parts. Or, it takes textures that have a width 2 x the height and splits those in 2. We made for FF8 as there are some textures that require a full images and split images. Unsure if anyone can use it for anything else.

You just have to drag the selection of pngs or folders of pngs onto the EXE and it'll generate the new files in the same folders as the original pngs.

I'll make updates if someone requests it to do more. I'm using monogame to do the splitting because we're already using it for OpenVIII so I could port the code over easy.