README
atlas-unpacker
Small utility to extract images from a texture-atlas (basically a reverse texture-packer).
usage
manual
node bin/nodejs/atlas-unpacker.js ATLAS
via npx
npx @sh-dave/atlas-unpacker ATLAS
supported atlas formats
- libGDX
texture-atlas image unpacker
<script type="module">
import shDaveAtlasUnpacker from 'https://cdn.skypack.dev/@sh-dave/atlas-unpacker';
</script>
Small utility to extract images from a texture-atlas (basically a reverse texture-packer).
node bin/nodejs/atlas-unpacker.js ATLAS
npx @sh-dave/atlas-unpacker ATLAS