Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove magick dependency #5

Closed
bgreenwell opened this issue Jul 18, 2018 · 0 comments
Closed

Remove magick dependency #5

bgreenwell opened this issue Jul 18, 2018 · 0 comments

Comments

@bgreenwell
Copy link
Owner

@bgreenwell bgreenwell commented Jul 18, 2018

Using RCurl::getURLContent() with png::readPNG() works:

url <- "https://render.bitstrips.com/v2/cpanel/10212662-8b06e67b-d4e9-4f11-a355-f1236df17079-8b06e67b-d4e9-4f11-a355-f1236df17079-v1.png?transparent=1&palette=1&width=300"
library(RCurl)
library(png)
plot(as.raster(readPNG(getURLContent(url))))
@bgreenwell bgreenwell closed this Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.