···11+---
22+"release-image-generator": minor
33+---
44+55+Add support for different image formats. Support formats png, jpg and webp. Read more in [the docs](https://github.com/trueberryless-org/release-image-generator#usage).
+11-3
README.md
···33Get your random default image from [https://release-image-generator.trueberryless.org/](https://release-image-generator.trueberryless.org/) and adjust some parameters in the URL:
4455- **text**: Configure the text display in the middle of the image: [https://release-image-generator.trueberryless.org?text=2.0](https://release-image-generator.trueberryless.org?text=2.0), by default there is no text
66-- **width** & **height**: Configure the width and height of the image: [https://release-image-generator.trueberryless.org?width=1560&height=640](https://release-image-generator.trueberryless.org?width=1560&height=640)
66+- **width** & **height**: Configure the width and height of the image (default: 1920x1080): [https://release-image-generator.trueberryless.org?width=1560&height=640](https://release-image-generator.trueberryless.org?width=1560&height=640)
77- **primaryColor**: Set the HEX value of the desired primary color (with or without the octothorpe - escape `#` with `%23`); example with pink: [https://release-image-generator.trueberryless.org/?text=1.0&primaryColor=%23ffc0d2](https://release-image-generator.trueberryless.org/?text=1.0&primaryColor=%23ffc0d2)
88+- **imageFormat**: Define the desired image output format: [https://release-image-generator.trueberryless.org?text=1.0&imageFormat=jpg](https://release-image-generator.trueberryless.org?text=1.0&imageFormat=jpg)
99+1010+ Image Format Options:
1111+1212+ - `png` (default)
1313+ - `jpg` / `jpeg`
1414+ - `webp`
1515+816- **fontFamily** & **fontWeight**: Configure the font family and weight used: [https://release-image-generator.trueberryless.org?text=1.0&fontFamily=jetbrainsmono&fontWeight=bold](https://release-image-generator.trueberryless.org?text=1.0&fontFamily=jetbrainsmono&fontWeight=bold)
9171018 Family Options:
···1725 - `poppins`
1826 - `quicksand`
1927 - `raleway`
2020- - `readexpro`
2828+ - `readexpro` (default)
2129 - `roboto`
2230 - `robotomono`
2331 - `rubik`
···25332634 Weight Options:
27352828- - `bold`
3636+ - `bold` (default)
2937 - `medium`
3038 - `light`
3139