EBImage
EBImage copied to clipboard
Export as.nativeRaster?
I notice the internal function as.nativeRaster()
is much faster than as.raster()
, especially for larger images, and there are times I would like to call rasterImage()
directly, so I can control the plotting parameters that are otherwise set by display()
internally.
Would it be possible to export as.nativeRaster()
for use by users and from other packages?