Script helps to create a lot of solid png backgrounds
You can change image names and loop parameters in main.bat
via any text editor
Main comand:
magick convert -size %resolution% xc:#%HEX%%HEX%%HEX% %out_x%_%out_x%_%out_x%.png
You can change:
- Resolution
- RGB color (after
xc:
) if you change it manualy, use HEX values - The names of the images to be created (I use decimal color values separated by
_
)
The color depends on the order and value of the 3 HEX numbers after xc:
By default you should use decimal values for colors
- First of all, you need to install ImageMagick on your PC
- Start
main.bat
Color | Decimal code (R, G, B) | Hex #RRGGBB |
---|---|---|
Spring green | (0, 255, 127) | #00FF7F |
Sienna | (160, 82, 45) | #A0522D |
Lemon chiffon | (255,250,205) | #FFFACD |