PokemonTCG / pokemon-tcg-api

Pokemon TCG API allows developers to easily consume Pokemon card and set data in JSON format.
63 stars 3 forks source link

Hi-res BREAK cards are landscape instead of portrait #65

Closed marcoescher closed 6 years ago

marcoescher commented 7 years ago

Example:

Golduck BREAK: https://images.pokemontcg.io/xy9/18.png Golduck BREAK (hi-res): https://images.pokemontcg.io/xy9/18_hires.png

The reason is that hi-res scans are probably taken from Pkmncards, where the BREAK cards come with two different urls:

https://pkmncards.com/wp-content/uploads/golduck-break-breakpoint-bkp-18.jpg (Portrait) https://pkmncards.com/wp-content/uploads/golduck-break-breakpoint-bkp-18-rotated.jpg (Landscape)

I guess it's just a matter of adding an IF to the import script.

adback03 commented 6 years ago

These images have been fixed. It might take some time for the updates to appear due to caching.