- redesigned the Shiny dashboard with multi-image upload, integrated results, image comparison, and CSV export
- added optional
collapse-based speedups for self-similarity, symmetry, and typicality computations, while retaining base R fallbacks - made the complexity tests more robust across platforms and updated the test
suite to modern
testthatconventions - fixed
img_complexity()normalization for array inputs outside the[0, 1]range to avoid platform-dependent results
- bugfixes in internal functions (incorrect parameter name in documentation)
- fix alpha channel throwing error with typicality
- new vignette on analyzing multiple images at once
- fixes shiny app directory issue
- url fixes
- updated unit tests
- under-the-hood-changes in preparation for upcoming R 4.0.0 release
- new package vignette
- new package website
- some under the hood code improvements
Major update
- new package name: imagefluency
- shorter, more intuitive function names: img_* instead of quantify_*
- now works directly on color images
- improved symmetry score (finds best mirror axis)
- different compression algorithms for complexity
- interactive shiny app (alpha)
- exemplary images included in package as data
- complete rewrite of complexity function based on
magickpackage
- first version on github