I was looking for a way of creating a new image from an existing PNG, the only different being the width/height of the image outputted.
So, I have a PNG with a height of 200x150 (black background), and I would like to output a PNG with a higher width/height but keep the black background and keep the original image in the center (x and y).
Any help would be greatly appreciated. Thanks :)