[R] IO issues with tiff image using imager package

hubert beaumont hubertbe@umont @end|ng |rom hotm@||@com
Wed Dec 11 19:09:31 CET 2019


Hi everyone,

I am trying to use: library(imager)
in loading a 2D tiff image as:

im <- load.image(NameFile)

then I can plot it as:
R(im) %>% plot(main="my test")

but when saving this image elsewhere:
save.image(im, OutNameFile), the output image has apparently the right format (tiff) but this image is blank.

Thank you for your help on this,





	[[alternative HTML version deleted]]



More information about the R-help mailing list