Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 22, 2021
1 parent 3da63c2 commit 9f75060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# gifski in R

[![Build Status](https://travis-ci.org/r-rust/gifski.svg)](https://travis-ci.org/r-rust/gifski)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/r-rust/gifski)](https://ci.appveyor.com/project/jeroen/gifski)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/gifski)](http://cran.r-project.org/web/packages/gifski/index.html)


Expand Down
2 changes: 1 addition & 1 deletion src/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SEXP R_png_to_gif(SEXP png_files, SEXP gif_file, SEXP width, SEXP height, SEXP d

/* This will finalize the encoder thread as well */
if(Rf_asLogical(progress))
REprintf("\nEncoding...");
REprintf("\nEncoding to gif...");
if(gifski_finish(g) != GIFSKI_OK)
Rf_error("Failed gifski_finish");
if(Rf_asLogical(progress))
Expand Down

0 comments on commit 9f75060

Please sign in to comment.