Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Releases: dahtah/imager

JOSS release

30 May 08:04
b8f3724
Compare
Choose a tag to compare

Official release for JOSS paper

imager 0.20

26 Apr 14:34
Compare
Choose a tag to compare
  • 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 as imfill(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

26 Aug 07:25
Compare
Choose a tag to compare
CRAN submission Pre-release
Pre-release

Windows binaries courtesy of win-builder.

snapshot_080815

08 Aug 09:49
Compare
Choose a tag to compare
snapshot_080815 Pre-release
Pre-release

A Windows binary package, courtesy of win-builder.r-project.org. Download and install by running
devtools::install("path_to_zip")