• Stable v0.2.2 45ef16522d

    Version 0.2.2

    al released this 1 year ago | 2 commits to master since this release

    Changes

    • Added manual crop tool
    • Tweaked default filtering parameters
    • Use GtkPicture to render preview instead of GtkDrawingArea (this should improve performance of the preview)
    • Fixed a UI hang when re-importing images
    • Minor UI changes
      • Filter parameters are now controlled using spinbuttons
      • Changed some icons to be more consistent with GNOME HIG
    • Added licensing info (MIT)
    • Reduced complexity of threaded worker architecture
    • Made changes to buildsystem & win32 distribution script, to make it possible to cross-compile and package from linux (MSYS2 / cygwin are no longer needed)
    • Reduced the size of win32 distributions by only including required icons
    Downloads
     
  • Stable v0.2.1 72a7dd0e1c

    Version 0.2.1

    al released this 1 year ago | 36 commits to master since this release

    UI Overhaul

    • Removed Input file column from file list
    • File list can now be sorted by name or autocrop status
    • File list can be searched using Ctrl-F
    • Moved configuration controls to a popover
    • Some filter parameters can now be controlled
      • Median blur kernel size
      • Dilate kernel size
      • Threshold
    • Moved import, export and refresh buttons to headerbar buttons
    • Import/export can now be cancelled by closing their respective dialogs
    • Estimated completion time is now shown in import/export dialogs
    • Added application icon
    Downloads
     
  • Stable v0.2.0 b29e390219

    Books v0.2.0

    al released this 1 year ago | 48 commits to master since this release

    Changes:

    • CV processing is no longer performed lazily when selecting a file in the treeview; it is now performed upfront when loading images into the software
    • Use multithreading to improve performance; dynamically allocates threads based on the number of processors available in the system
    • Use cv::UMats to leverage OpenCL when available. Should improve the performance of the filtering pipeline
    • Images are scaled down at the beginning of the CV pipeline to improve performance
    • Show a progress bar while importing/featuredetecting or exporting so the UI doesn't hang
    • Introduced ability to add margins to images
    • Console window is no longer shown in win32
    Downloads