Nothing
test_that("transform works for magick images", {
im <- magick::image_read("assets/class/horse/horse-2.tif")
im <- transform_random_resized_crop(im, size = c(224, 224))
ii <- magick::image_info(im)
expect_equal(c(ii$width, ii$height), c(224,224))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.