Skip to content

Commit

Permalink
Reduce size a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 5, 2016
1 parent 391619f commit 60ce4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/doc/intro.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ image_animate(image_scale(img, "200x200"), fps = 1, dispose = "previous")
## ------------------------------------------------------------------------
newlogo <- image_scale(image_read("https://www.r-project.org/logo/Rlogo.png"), "x150")
oldlogo <- image_scale(image_read("https://developer.r-project.org/Logo/Rlogo-3.png"), "x150")
frames <- image_morph(c(oldlogo, newlogo), frames = 12)
frames <- image_morph(c(oldlogo, newlogo), frames = 10)
image_animate(frames)

## ------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion inst/doc/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Morphing creates a sequence of `n` images that gradually morph one image into an
```{r}
newlogo <- image_scale(image_read("https://www.r-project.org/logo/Rlogo.png"), "x150")
oldlogo <- image_scale(image_read("https://developer.r-project.org/Logo/Rlogo-3.png"), "x150")
frames <- image_morph(c(oldlogo, newlogo), frames = 12)
frames <- image_morph(c(oldlogo, newlogo), frames = 10)
image_animate(frames)
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Morphing creates a sequence of `n` images that gradually morph one image into an
```{r}
newlogo <- image_scale(image_read("https://www.r-project.org/logo/Rlogo.png"), "x150")
oldlogo <- image_scale(image_read("https://developer.r-project.org/Logo/Rlogo-3.png"), "x150")
frames <- image_morph(c(oldlogo, newlogo), frames = 12)
frames <- image_morph(c(oldlogo, newlogo), frames = 10)
image_animate(frames)
```

Expand Down

0 comments on commit 60ce4f8

Please sign in to comment.