Giter Club home page Giter Club logo

yugioh-cards's Introduction

YUGIOH-CARDS-UPSCALED

Simple hacked together repository for storing and serving yugioh cards that have been upscaled. Main purpose is for the use in EDOPro

Original images are gathered from ygoprodeck.com and upscaled with various methods (currently real-esrgan)

How do I use this in EDO-PRO?

Navigate to your Edo-Pro install folder and open the file ProjectIgnis\config\config.json in the config you want to add/replace the following

"urls": [
	{
		"url": "https://raw.githubusercontent.com/TheBv/Yugioh-Cards/master/esrgan-2x/{}.jpg",
		"type": "pic"
	},
	{
		"url": "https://images.ygoprodeck.com/images/cards/{}.jpg",
		"type": "pic"
	},
	{
		"url": "default",
		"type": "pic"
	},
	...
],

This will try to download the upscaled card(s) first, then if that fails try to download them from ygoprodeck and finally trying the default, low res images.

The same can also be done for fields. Take a look at the config-example.json file for a complete list.

Requirements

This project uses bun and was run on WSL. To fetch images run fetch.ts To upscale them use the executables provided in ./realesrgan

yugioh-cards's People

Contributors

thebv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.