Using Apache, PHP, the GD library, the Scryfall card image API, and Docker, the
mtgenius/makeplayingcards Docker image generates higher resolution (816px wide
by 1110px tall) Magic: The Gathering card images with filled-in corners and
extended borders.
The following commands are shortcuts for quickly manipulating a Docker container
named makeplayingcards on the reverse-proxy network.
yarn buildbuilds the Docker image.yarn build-runbuilds the Docker image, stops and removes the existing Docker container, and runs the new Docker container.yarn runruns the Docker container.yarn rmremoves the existing Docker container.yarn stopstops the existing Docker container.
If you are a fan of this project, you may become a sponsor via GitHub's Sponsors Program.