Skip to content

Releases: barelyhuman/og-image

v0.0.3

13 Dec 18:32
Compare
Choose a tag to compare

Changes

  • Adds a background-color flag for color hex values

All Changes

263c42d feat: add background-color

1089f94 Update README.md

f9e124a Update README.md

v0.0.2

21 Nov 10:29
Compare
Choose a tag to compare

Features

e2ad079 - now supports adding background image using a url or a base64 data blob, selecting colors and different font sizes for title and subtitle

Usage Flags Changed (Updated in README)

  -background-url string
    	URL for the background
  -color string
    	Font Color (default "#000")
  -desc string
    	Description or Sub Title
  -out string
    	File to output to, will export a png (default "./og-image.png")
  -size-one int
    	Font Size for title (default 16)
  -size-two int
    	Font Size For description (default 12)
  -title string
    	Title

2c18b86 - use Lanczos Resampling for image generation
181482b - Experimental additional dpi for font rendering, might reduce later if it starts effecting perfomance

v0.0.1

21 Jul 09:25
Compare
Choose a tag to compare

4f3dd6f - initial commit