You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some underlying functions in the Magic C++ library that have not yet been added to the R-wrapper {magick} yet: ropensci/magick#316
Therefore it would be useful if this was added to shinyapps.io for those wishing to call functions from the command line with system() function, e.g.: magick convert images/qrcode.png -alpha set -background none -channel A -evaluate multiply 0.420 +channel images/qrcode.png
The text was updated successfully, but these errors were encountered:
There are some underlying functions in the Magic C++ library that have not yet been added to the R-wrapper {magick} yet: ropensci/magick#316
Therefore it would be useful if this was added to shinyapps.io for those wishing to call functions from the command line with
system()
function, e.g.:magick convert images/qrcode.png -alpha set -background none -channel A -evaluate multiply 0.420 +channel images/qrcode.png
The text was updated successfully, but these errors were encountered: