Add Hidden Treasure DLC Pokémons

This commit is contained in:
2024-01-29 15:04:29 +01:00
parent 8afa5684cf
commit 9429626a25
8 changed files with 31 additions and 17 deletions

View File

@ -15,7 +15,7 @@ Now that there are now more than a thousand of them, and it's as useful as ever!
**imagemagick** can be extremely useful to work with batch of images. This script allows to resize a batch of PNG images to a max width of 700px, without altering the height while keeping the ratio:
`mogrify '*.png[x700>]'`
`magick mogrify '*.png[x700>]'`
And this one allows to resize to 700x700px, but putting the image at the center if it is smaller than that.