03-24-2021, 10:02 PM
Things in View>Display filters are UI things (they don't change the image data, just the way you see things) and therefore out of bounds for scripts and plug-in. Other than that "Filters" is a very ambiguous term in Gimp, it used to mean anything which is not a tool (tools are interactive, filters are not... until the GEGL filters in 2.10).
pdb.gimp_drawable_brightness_contrast(drawable, brightness, contrast) is really the same functionality as Colors>Brightness- contrast filter in Gimp 2.8.
So what do you mean by "same effect" exactly? Have you go example pictures?
pdb.gimp_drawable_brightness_contrast(drawable, brightness, contrast) is really the same functionality as Colors>Brightness- contrast filter in Gimp 2.8.
So what do you mean by "same effect" exactly? Have you go example pictures?