-
Notifications
You must be signed in to change notification settings - Fork 284
Shiny sprites for some gen 6+ pokemon look pixelated/inconsistent #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Are you able to gather a better looking version of the sprites and add them to the Pokeapi/sprites repository? Thanks! |
Thanks for the reply! Unfortunately I'm not able to. I'm not sure how I'd do that and I'm not familiar with ripping sprites or recoloring them or however you guys get them (which I'm not even sure to be honest). I wish I could be of more help. |
Oh I see they come from smogon. Super cool! I could make an account and kindly ask about those shiny sprites if that would help EDIT: https://www.smogon.com/forums/threads/smogon-sprite-project.3647722/post-10588139 |
We have a kind of agreement with Smogon that it's ok to take their custom-made sprites and integrate them here. We just need to acknowledge it on our README and put the name of the spriter. https://github.com/PokeAPI/sprites#black-and-white If we are talking about custom-made sprites. If we are talking about original/official sprites that are property of Nintendo and our LICENSE already covers it. |
Gotcha, thanks for clarifying. Seems like the ones I was referring to are the custom ones (which really look legit, even better than the legit ones imo 😅 ) |
Found them! https://play.pokemonshowdown.com/sprites/gen5-shiny/ Should I make a PR? |
Yes! Check the authros and add them to the README if needed |
litleo for example is gen 6 and looks fine:
but the shiny is pixelated on many other ones:
I'm using
image-rendering: pixelated;
and using:src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/{id}.png"
andsrc="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/{id}.png"
both of which are returned from PokeAPI.I don't believe it's just a form issue since deoxys seems to be fine:
The images for the pixelated shiny ones aren't even the same size (they're 128px instead of the usual 96px).
Thanks in advance! Been using PokeAPI and very very happy with it. Let me know if you need anything else or if there's anything I can do.
The text was updated successfully, but these errors were encountered: