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

imager 0.20

Compare
Choose a tag to compare
@dahtah dahtah released this 26 Apr 14:34
· 341 commits to master since this release
  • 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