All Projects → jnovack → Pokemon Svg

jnovack / Pokemon Svg

Licence: other
SVGs for Pokemon

Labels

Projects that are alternatives of or similar to Pokemon Svg

Openfpgaduino
All open source file and project for OpenFPGAduino project
Stars: ✭ 137 (-6.8%)
Mutual labels:  makefile
Sphinxtr
The Sphinx Thesis Resource
Stars: ✭ 142 (-3.4%)
Mutual labels:  makefile
Smarchglasses public
Stars: ✭ 143 (-2.72%)
Mutual labels:  makefile
Developer
developer roadmap. use growth https://github.com/phodal/growth replace this
Stars: ✭ 1,699 (+1055.78%)
Mutual labels:  makefile
Reggae
Build system in D, Python, Ruby, Javascript or Lua
Stars: ✭ 141 (-4.08%)
Mutual labels:  makefile
Gb
A minimal C implementation of Nintendo Gameboy - An fast research environment for Reinforcement Learning
Stars: ✭ 143 (-2.72%)
Mutual labels:  makefile
Easyrss
Google Reader Client for Android
Stars: ✭ 137 (-6.8%)
Mutual labels:  makefile
Ansibleplaybook Rancher
Ansible playbook to keep a Rancher container running on a docker host
Stars: ✭ 146 (-0.68%)
Mutual labels:  makefile
Zsh Tmux Neovim Docker
Modern zsh/tmux/neovim setup in docker, with italics
Stars: ✭ 142 (-3.4%)
Mutual labels:  makefile
Proprietary vendor motorola
Stars: ✭ 143 (-2.72%)
Mutual labels:  makefile
Makepytorchplusplus
How and why you want to make your pytorch CUDA/CPP extension with a Makefile
Stars: ✭ 142 (-3.4%)
Mutual labels:  makefile
Ansible Cloud Hosting
Set of scripts to quickly build private cloud hosting.
Stars: ✭ 141 (-4.08%)
Mutual labels:  makefile
Proprietary vendor lge
Stars: ✭ 143 (-2.72%)
Mutual labels:  makefile
Letsgo
Golang 小视频教程,零散时间学习 Golang
Stars: ✭ 139 (-5.44%)
Mutual labels:  makefile
Android Libjpeg Turbo
Standalone Android.mk configuration for libjpeg-turbo.
Stars: ✭ 145 (-1.36%)
Mutual labels:  makefile
Thingos
A lightweight Linux OS for things.
Stars: ✭ 138 (-6.12%)
Mutual labels:  makefile
Rbcurse
ruby based curses widgets: fields, buttons, textarea. menus, message boxes, tabbed panes, tables, listboxes, splitpanes, scrollpanes. Event based, MVC architecture. (DEPRECATED - PLS USE rbcurse-core)
Stars: ✭ 142 (-3.4%)
Mutual labels:  makefile
Securekubernetes
Attacking and Defending Kubernetes Clusters: A Guided Tour
Stars: ✭ 146 (-0.68%)
Mutual labels:  makefile
Keyboard Pcbs
Keyboard PCBs
Stars: ✭ 146 (-0.68%)
Mutual labels:  makefile
Terraform Makefile
Helps me actually use terraform for multiple environments
Stars: ✭ 143 (-2.72%)
Mutual labels:  makefile

pokemon-svg

A collection of Pokemon SVGs. I claim no credit. I have merely assembled (read: caught) them all in this repo.

Docker

A Dockerfile and Makefile are included so that you can quickly and easily export images. Obviously, Docker is required and and Make is recommended.

The docker image finishes up at about 159.7 MB, mostly because of phantomjs.

Export all images with Make

make

Yup, that simple. Runs:

  • build - builds the docker container
  • docker - preps the container for repeat access, mounts volumes, etc.
  • images - processes all the images

Makefile options

Custom /out directory

After you have built the container, you can customize the /out directory if you do not want all the PNGs to show up here. Be sure the directory exists first.

Use the OUT=directory argument to send the PNGs elsewhere.

Example: Output PNGs to the /tmp directory
make OUT=/tmp docker
make images

Change the PNG export options

Same options as shakiba/svgexport. After you have built (make build) and started the container (make docker), you can customize the options for the PNGs if you want them at a different resolution.

Use the OPTS=options argument to modify the PNGs prior to export.

Example: Resize all images to max 24px wide
make OPTS=24: images
Example: Resize all images to max 128px tall
make OPTS=:128 images

Credit

License

The source icons are (c) Nintendo/Creatures Inc./GAME FREAK Inc./The Pokémon Company and used here under fair use in a non-commercial, open-source project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].