Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The code definitely looks good. Is there any chance the image isn't square? If that's the case, I can patch in a resize function, but it'll either have to auto-crop the corner or severely skew the image, if that's what's going on. I might've only tested and used this on square / uniform images and that's probably what's going on here.

Also I'm definitely not against either making an auto-crop or auto-skew function that maybe the user can switch back and forth, if that sounds useful

Thanks for all the help, I got it to work. The main thing was just that I had to make the image square and set the resolution at line 3 and line 9 to be my image's resolution.

No problem! I'm glad it's working :)

I just uploaded a resize patch for Python mode, but I'm also working on a (hopefully more stable) Java version that'll actually spell out error messages and make debugging easier like it should be. Thanks for hanging in there and helping me make my scripts better!