This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Releases: dahtah/imager
Releases · dahtah/imager
JOSS release
imager 0.20
- added a tutorial (vignette), which includes a worked-out example of multi-scale blob detection
- new functions:
- iminfo gives you information on an image file (uses ImageMagick)
- load.example loads test images
- crop.borders (self-explanatory)
- long computations can now be interrupted thanks to update in CImg
- the array subset operator is now more intelligent: you do not have to specify flat dimensions, i.e.
imfill(10,10)[3,1]
does what you'd expect (i.e., the same asimfill(10,10)[3,1,1,1]
) - improvements and bugs fixed in print.cimg, as.cimg, imresize, frame, plot.cimg, subim, as.raster, renorm
- improved documentation and examples
CRAN submission
Windows binaries courtesy of win-builder.
snapshot_080815
A Windows binary package, courtesy of win-builder.r-project.org. Download and install by running
devtools::install("path_to_zip")