mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added missing cards for Garruk vs. Liliana duel deck.
This commit is contained in:
parent
48efe70625
commit
562e586c26
27 changed files with 1621 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ public class ImageHelper {
|
|||
/**
|
||||
* Returns an image scaled to the size appropriate for the card picture
|
||||
* panel
|
||||
* @param original
|
||||
* @param width
|
||||
* @param height
|
||||
* @return
|
||||
*/
|
||||
public static BufferedImage getResizedImage(BufferedImage original, int width, int height) {
|
||||
ResampleOp resampleOp = new ResampleOp(width, height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue