Custom Texture packer with PIL; Part 0

PHOTO EMBED

Tue Nov 08 2022 14:10:59 GMT+0000 (Coordinated Universal Time)

Saved by @MaVCArt #python

class PackerBase(object):
    def process(self, output_file, inputs=None):
    	raise NotImplementedError()
content_copyCOPY