Changes in version 1.0.1 - run_imagefluency() gains a max_images parameter to control the maximum number of images that can be uploaded in the Shiny app (default: 100). Changes in version 1.0.0 (2026-03-31) - 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 testthat conventions - fixed img_complexity() normalization for array inputs outside the [0, 1] range to avoid platform-dependent results Changes in version 0.2.5 (2024-02-22) - bugfixes in internal functions (incorrect parameter name in documentation) Changes in version 0.2.4 (2022-08-31) - fix alpha channel throwing error with typicality - new vignette on analyzing multiple images at once Changes in version 0.2.3 (2020-01-09) - fixes shiny app directory issue - url fixes - updated unit tests Changes in version 0.2.2 (2019-12-12) - under-the-hood-changes in preparation for upcoming R 4.0.0 release Changes in version 0.2.1 (2019-09-27) - new package vignette - new package website - some under the hood code improvements Changes in version 0.2.0 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) Changes in version 0.1.2 - exemplary images included in package as data Changes in version 0.1.1 - complete rewrite of complexity function based on magick package Changes in version 0.1.0 - first version on github