Skip to content

Commit

Permalink
Add eyeroll animation
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Mar 10, 2018
1 parent 710f4fe commit ed7ede5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added .thumb/animation/eyeroll-3x.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/emoji/gopher-eyeroll.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/eyeroll.ase
Binary file not shown.
Binary file added icon/eyeroll.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion twitterify.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func handleGif(infile io.Reader, outfile io.Writer) error {
d.Pix[k] = m.Pix[0]
}
}
draw.Draw(d, m.Bounds().Add(offset), m, image.ZP, draw.Src)
draw.Draw(d, m.Bounds().Add(offset), m, image.ZP, draw.Over)

delay := source.Delay[i]
if *duration > 0 {
Expand Down

0 comments on commit ed7ede5

Please sign in to comment.