-
-
Notifications
You must be signed in to change notification settings - Fork 974
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
Update Pokémon Dream World sprites #505
Comments
This can be done with a simple python script , no need to download them all manually. Currently I am engaged with a lot of other tasks otherwise would have definitely helped. Also I created one repo where I used Python to Scrap Bulbapedia images for my PokeDex. The Repo here |
@lateo96, we don't have Dream World's sprites in our repo. |
@HybridShivam thanks. I just used DownThemAll! to download all images, and I was just about to update this issue. However a lot of thanks for the python repo, I will give it a shot. |
@Naramsim totally disagree. Can you explain then what this folder is for? |
I stated that you should download all files and not just the ones you don't have. I was wrong, the old files are still very big, so you must resize all old sprites and add a transparent margin to make them visually consistent with all the new sprites, which have a fixed size of For example, we have these old/new pair of sprites: As you can see, while the two images have a similar size (
The first step can be accomplished with the following ImageMagick command: $ convert ./Dream_Luxury_Ball_Sprite.png -resize 64% ./Dream_Luxury_Ball_Sprite_scaled.png The second step with another ImageMagick command: $ convert ./Dream_Luxury_Ball_Sprite_scaled.png -background none -gravity center -extent 80x80 ./Dream_Luxury_Ball_Sprite_scaled_extended.png Note: As pointed out here the order of the parameters given to |
Hmm, thanks for detailing everything out. You did a good analysis. Still, we don't serve If you are willing, @lateo96, you can contribute over there helping @C-Garza. |
The sprites of Pokémon Dream World in the repo are very outdated. You can find an updated database in Bulbapedia:
Pokémon Dream World
Pokémon Dream World Items
Sadly Bulbapedia does not have a Download All button, so the sprites must be downloaded one by one. For the record I do not recommend to only download the ones that you don't have, because they apparently resized all items (they are smaller and have a transparent margin), so if you mix them the layout will be quite inconsistent.
The text was updated successfully, but these errors were encountered: