A friend of mine suggested a very good idea about how the card art on the stack can be improved: it might be a good idea to use a portion of the card art for the stack (like a crop) instead of the full card image because the text is not legible there anyway. Since Forge is not using crops but is using fulls, my friend suggests a very interesting way to extract a portion of the full card art image that would make sense in the stack view. To quote my friend:
It doesn't have to be a perfect cutout of the image box--in fact, since the end result is going to be small, you can freely crop out part of the art. Here, I attached an image of what I mean.
The width labeled "
X" represents the distance from the left edge of the image to the card's art. This amount varies depending on the image/cropping.
The height marked "Y" is likewise the variable distance from the top of the image to the top of the art.
So what you can do is, start with an average-looking image, and determine what percent of the image width
X occupies, and what percent of the height Y occupies. Use those two percentages as your "base case." Then assume that due to cropping, card frame variance, etc., that both of those numbers can vary by a certain amount. For example, in the attachment I'm guessing that
X could vary by as much as 100% and that Y could vary by as much as 50%, to be safe (I imagine the variance probably isn't quite of that magnitude in reality).
So then just start at
X+guessX, Y+guessY, and draw a cropping rectangle that is smaller by the amount of your guesses, and you end up with a conservative chunk of art that should still be more or less recognizable (on the right of the attached image is a sample "zoomed in" version of the stack entry).
Hope this helps!
- Agetian