I'm trying to make a tool to create custom trading cards from a template. I'm pretty much done, but when exporting a card, I'd like to scale it by 3x to make it a more useful size. When I do this (a simple a.scale[3]), the whole image itself is the correct size, but it doesn't scale evenly. Some columns and rows are 4 pixels wide and some are 2. It looks ugly.
Also, this isn't nearly as important and is probably actually intended behavior: if there are patterns besides 0/32 and 1 in the art field, they export at their original resolution when scaled up, i.e. their pixels are 1/3 the size of the rest of the card's pixels.