Skip to content

Commit

Permalink
update size
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Apr 25, 2024
1 parent b3e0825 commit 4a1a43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bib.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def generate_image(txt, header_file, footer_file, font_file, header_offset = 0):
W, H = image.size

# portion of image width you want text width to be
blank = Image.new('RGB',(W - 50, 1100))
// TODO: config
blank = Image.new('RGB',(W - 25, 1400))


font = ImageFont.truetype(font_file, fontsize)
Expand Down
Binary file modified example/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a1a43b

Please sign in to comment.