Added: Simple editor - convolution filter presets

This commit is contained in:
Jindra Petřík
2025-05-14 18:58:14 +02:00
parent 9f8a5cdcd0
commit 4da45d5cad
10 changed files with 444 additions and 40 deletions
@@ -1204,7 +1204,7 @@ public class Timeline {
if (filters != null) {
for (FILTER filter : filters) {
img = filter.apply(img, unzoom, (int) deltaXMax, (int) deltaYMax, (int) Math.round(newWidth - 2 * deltaXMax), (int) Math.round(newHeight - 2 * deltaYMax));
img = filter.apply(img, unzoom, 0, 0, newWidth, newHeight);
}
}
if (blendMode > 1) {