Gimp/app/xcf
Alx Sa 0b7123ed2b xcf: Use filter's own mask when loading from XCF
Resolves #12854
Previously when loading filters, we used gimp_drawable_filter_apply ().
If there was also an active selection, it affected the recreation of the filter
and distorted the display.
This patch switches to using gimp_drawable_filter_apply_with_mask () so
that the filter's mask is always used instead, no matter if there is an active
selection or not.
2025-02-14 17:45:05 +00:00
..
meson.build
xcf-load.c xcf: Use filter's own mask when loading from XCF 2025-02-14 17:45:05 +00:00
xcf-load.h
xcf-private.h xcf: Save/load NDE filter clipping setting 2024-03-31 17:30:00 +00:00
xcf-read.c
xcf-read.h
xcf-save.c core, pdb, xcf: Only load explicitly set filter names 2025-01-11 21:28:41 +00:00
xcf-save.h
xcf-seek.c
xcf-seek.h
xcf-utils.c
xcf-utils.h
xcf-write.c
xcf-write.h
xcf.c app, libgimp, pdb: fix perceptual blend space for linear TRC ICC profiles 2024-12-19 23:23:50 +01:00
xcf.h