Sebastian Wahl

Results 39 comments of Sebastian Wahl

I have a RGB float32 version up and running, needs to be cleaned and have the YUV and Y versions as well though. It needs a folder path to point...

The following code needs to be looked at: - ImgRow in ImageEx-png - ImageEx::from_qimage - prepare_weighted_sum - diffAlpha - parallel_edge_line - SimplePixel + functions - ~~Plane::mean_value~~ - ColorRow Any code...

**Data structures:** - `MultiPlaneIterator` (a complete rewrite is needed anyway though) - `ImgRow` in ImageEx-png - `WeightedSumLine` - `Para` in Plane-diff - `ColorRow` **SubRanges:** - `FourierPlane::remove()` **New issue:** `ZipRowIt` doesn't...

AContainer is also one we constantly iterate over, and we also iterate over planes. And we constantly assume a lot of the content of a container, like all images have...

No, neither rotation or scaling/zooming is supported currently. It is certainly something I want to add, but that have been the state for years. I will need to implement something...

Yes, these examples is exactly what the demosacing tries to improve upon. The first image would likely work very well, the second might give okayish results, while the last one...

Thanks for the feedback. I will try to see if I can actually get some progress on this done, but don't expect too much as I don't spend much time...

The recursive aligner has added support for progression info in a fairly simple manner for the current system. The new system thus doesn't really need to do something special to...

Now prevents the gui from starting with option `--no-gui`, and supports basic loading, aligning, rendering, and saving.

`Difference::SimpleSettings` does not parse properly due to being a multi valued structure. We need some way of handling those