SalvationDevelopment / YGOSalvation-Server

Server, Launcher, build test, and management system for YGOPro and related technologies.
http://ygosalvation.com
Other
23 stars 18 forks source link

Image Templating System #362

Closed StormWulf closed 4 years ago

StormWulf commented 7 years ago

Purpose
I'm sure that everyone on staff understand how tedious it is to generate card pictures, especially in bulk. My Python tool can generate the Japanese card proxies in the proper dimensions of 177 x 254, but we need these to be in English, as that's the standard for Yugioh simulators. With a template system, generating English card images can be an automatic process, and would be especially helpful for bulk operations. With this, it would also be easy to update outdated card text.

How would someone be able to use such a thing
In my mind, a user would just need to supply the card IDs or card names as an input. Then, the system would loop through each to generate a card image. Finally, the user would just need to commit them via GitHub.

How to implement

Zayelion commented 4 years ago

Abandoning this for now, images are now provided by users.