PixelSorting icon indicating copy to clipboard operation
PixelSorting copied to clipboard

c++ and OpenFrameworks implementation of the Pixel Sorting algorithm with multithreading, a GUI, and ability to apply pixel sorting to video files.

Results 5 PixelSorting issues
Sort by recently updated
recently updated
newest added

Trying any sort of sorting brings you nowhere. I tried to sort a video that took a very long time to process just to see that the work did not...

Hello I tried to launch the app on MacOS 11.6.4 but it crashes. Is there any way to make it work? Thanks

hello the app seems depending on opencv which causes an instant crash on run. `dyld: Library not loaded: /usr/local/opt/opencv/lib/libopencv_gapi.4.5.dylib Referenced from: /path/to/PixelSorting-0.1.2-mac/bin/PixelSorting.app/Contents/MacOS/PixelSorting Reason: image not found Trace/BPT trap: 5 `...

When you select a video to be sorted the software adds extra frames to it. On a video of 25 seconds and 22 decimals, the resulting output added 1,78 seconds...

This is more of a suggestion rather than an actual issue but I'd think it would be a nice option to add a function to select whether the user wants...