Skip to content

Version 0.4.0 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@spillerrec spillerrec released this 16 Sep 17:42
· 280 commits to master since this release

Preview release of the upcoming v0.4.0 release which contains a lot of updates to the interface.

New aligners:

  • Frame calculator, for manually specifying frame ids for an animation with a constant amount of repetitions each frame
  • Cluster animation - new WIP frame separation algorithm

Changes to renders:

  • Average render now contains skip and offset settings, which can be used for the decensoring technique
  • Static Difference now exposes its internal settings so you can modify them
  • Statistics render, which includes median, difference, min (previously dehumidifier), and max (new)
  • Estimator (new) for super-resolution
  • Jpeg estimator used for the "Minimizing JPEG artifacts" article
  • Alignment matrix used for visual debugging of the Cluster animation

Changes since v0.3.0:

  • New command-line interface OvermixCLI
  • Configuration for align and render methods now changes depending on the method
  • Spinboxes for X/Y, width/height can now be locked together
  • Lanczos scaling added, and you can choose between 3 types of cubic scaling.
  • WIP PatternRemove algorithm (CLI only)
  • Use QCustomPlot for nicer movement chart
  • AverageAligner, frame separator, and StatisticsRender can now be cancelled
  • Displays the amount of frames for animation
  • Slight improvement to interlace detection #68
  • Loading of 16-bit PNG images
  • deVlcImage function
  • Convert YCrCb images to RGB
  • Fixed incorrect linear scaling
  • Several bug fixes