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