PYTHON: a tool to convert AI files to PNG
I wrote this Python script to convert all .ai (Adobe Illustrator) files in a folder to .png.I needed this because a client sent me hundreds of sprites in .ai and I needed to convert each of them to PNG to…
I wrote this Python script to convert all .ai (Adobe Illustrator) files in a folder to .png.I needed this because a client sent me hundreds of sprites in .ai and I needed to convert each of them to PNG to…
While working with my current employer (Webcore Games), I saw the need to create a tool that optimizes and fixes inadequate game texture files to the game engine we use (Unity). Why? Because all the textures on the project I’m…