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

Releases: dahtah/imager

JOSS release

Choose a tag to compare

@dahtah dahtah released this 30 May 08:04
b8f3724

Official release for JOSS paper

imager 0.20

Choose a tag to compare

@dahtah dahtah released this 26 Apr 14:34
  • 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

CRAN submission Pre-release
Pre-release

Choose a tag to compare

@dahtah dahtah released this 26 Aug 07:25

Windows binaries courtesy of win-builder.

snapshot_080815

snapshot_080815 Pre-release
Pre-release

Choose a tag to compare

@dahtah dahtah released this 08 Aug 09:49

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