main journal function rewritten in zig
main journal function rewritten in zig
main journal function rewritten in zig
plugin command optimizer
I was able to optimize plugin runs by making the tight main-plugin-run loop as small as possible, this isn't as required anymore.
add ability to apply effects on a square region
add ability to apply effects on a square region
it would be complicated implementation-wise since the concept would be "a square modifier for plugins" which means another Image.runModifiedPlugin
function.
add ability to apply effects on a square region