mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:50:44 +00:00
Added: Simple editor - convolution filter presets
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user