Skip to content

Commit

Permalink
Bigger default GIF sizes (fix #1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ritchford committed Oct 23, 2018
1 parent 920b46e commit a45b1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bibliopixel/util/image/movie_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

DEFAULT_RENDER = {
'color': colors.Black,
'pixel_width': 2,
'pixel_width': 12,
'pixel_height': None,
'ellipse': True,
'vertical': False,
'frame': 3,
'padding': 1,
'frame': 2,
'padding': 2,
}

WRITERS = {
Expand Down

0 comments on commit a45b1c5

Please sign in to comment.