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
A solution is to convert a magick-image object into png.
library(magickGUI)
a <- image_read("test.jpg") %>% image_convert(format = "png")
interactive_reducenoise(a)
A bug in tkimage.create function of tcltk package causes the error.
tkimage.create function can read some images but can't read the other images.
I confirmed the error occurred on Ubuntu and Windows.
I will modify all functions of magickGUI package or stop using tcltk package if CRAN won't fix the bug.
Can some one give me an example for magickGUI library how to use it on images in R Program?
I tried this way but not working.
library(magickGUI)
library(magick)
var1 <- image_read("C:/R/Car.gif")
interactive_reducenoise(var1)
the item parameter is not accepting in interactive_reducenoise under magickGUI.
Please help.
The text was updated successfully, but these errors were encountered: