Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.55 KB

File metadata and controls

63 lines (40 loc) · 1.55 KB

imagefluency

imagefluency 1.0.0

  • 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

imagefluency 0.2.5

  • bugfixes in internal functions (incorrect parameter name in documentation)

imagefluency 0.2.4

  • fix alpha channel throwing error with typicality
  • new vignette on analyzing multiple images at once

imagefluency 0.2.3

  • fixes shiny app directory issue
  • url fixes

imagefluency 0.2.3

  • updated unit tests

imagefluency 0.2.2

  • under-the-hood-changes in preparation for upcoming R 4.0.0 release

imagefluency 0.2.1

  • new package vignette
  • new package website
  • some under the hood code improvements

imagefluency 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)

imagefluency 0.1.2

  • exemplary images included in package as data

imagefluency 0.1.1

  • complete rewrite of complexity function based on magick package

imagefluency 0.1.0

  • first version on github