Skip to content

Commit

Permalink
Set Animated GIFs to repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Feb 6, 2012
1 parent 430d076 commit c732341
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public AnimatedGifCreator(File file) {
this.file = file;
gifEncoder = new AnimatedGifEncoder();
gifEncoder.setDelay(500);
gifEncoder.setRepeat(0);
}

@Override
Expand Down

0 comments on commit c732341

Please sign in to comment.