Sunday, January 3, 2016

ImageMagick Sprite Resizing


convert -interpolate Nearest -filter point '*.png[64x64]' sprite_%03d.png

I needed to resize a folder full of images to create an animated sprite sheet, and ImageMagick saved my arse once again. :D

Oh, hi. Hello 2016! I've been rather busy in 2015, and I'm afraid I haven't had the time to post here. Long long story short, I'm working full-time as a senior software engineer in the game industry, and doing my own little side projects on my days off. My wife and I are building a casual game for mobile devices. I am using ECMAScript 6, and CreateJS, along with my own custom ES6 game engine to build the game. I will have a more thoroughly detailed explanation later when it comes closer to release time. For now I must get back to it.