Changelog:
- Images can be loaded on startup by passing them as a command line parameters (CLI coming later)
- Faster sRGB conversion
- Speed improvements when using alpha masks
- Improve result of Static Difference render by running multiple times
- Added "files" tab which allows you to view the loaded images and manually change offset/frame
- .dump files now support alpha channel
- Added fullscreen viewing of the rendered image
- "Use as mask" button allows you to set the current rendered image as an alpha mask, if it is a grayscale image
- Save a stitch configuration (the images, offsets, frame, alpha mask, etc.) as a .xml.overmix file
- Animated stitches are now shown animated in the viewer (can be a bit slow if the resolution is high)
- Select sub-groups of the loaded images (manual grouping or a specific frame), and apply preprocessing/aligning/rendering to that sub-group
- New render using the median pixel value instead of the average pixel value
- Splitted the animation aligner, into a frame detector and frame aligners, and allow a aligner to be applied on each frame separately
- Selecting Nearest neighbor or linear scaling in the drop-boxes now actually work (if any would really want to use them)
- "View -> Display movement graph" shows a graph of the image offsets
- Recursive aligner upscales as needed when doing sub-pixel aligning, reducing memory requirements significantly
- Multi-threaded loading of images (progress bar currently do not work)
- Animation are now rendered using all frames for areas consistent from frame to frame.
- Super Resolution aligner and render, very much WIP and will likely crash or use all your memory
- Various bug-fixes
- Various speed improvements