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