# An example to load an image :
if (FALSE) {
output <- image_converter(input=X, height=256, width=256, channels=3)
Y <- output$output
}
# An example to save an image is :
if (FALSE) {
image_converter(input=X, height=256, width=256, channels=3, dataset=Y,
save=TRUE)
}
Run the code above in your browser using DataLab