Skip to content

Commit

Permalink
Merge pull request #8 from ChemBioScripting/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
laggykiller committed Sep 20, 2024
2 parents a19d6cc + f68879e commit b900e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for file_name in sorted(os.listdir("samples/frames")):
# Default value of loops is 0, which is infinite looping of APNG animation
# This sets the APNG animation to loop for 3 times before stopping
apngasm.set_loops(3)
apng.assemble("samples/result-from-file.apng")
apngasm.assemble("samples/result-from-file.apng")
apngasm.reset()

# From Pillow
Expand Down Expand Up @@ -91,7 +91,7 @@ for file_name in sorted(os.listdir("samples/frames")):
# Default value of loops is 0, which is infinite looping of APNG animation
# This sets the APNG animation to loop for 3 times before stopping
apngasm.set_loops(3)
apng.assemble("samples/result-from-file.apng")
apngasm.assemble("samples/result-from-file.apng")

# From Pillow
apngasm.reset()
Expand Down

0 comments on commit b900e2a

Please sign in to comment.