03-11-2018, 01:00 PM (This post was last modified: 03-11-2018, 01:01 PM by dinasset.)
Hi.
I'm playing a bit with 2.9.9 and to train myself I started writing some very small filters.
This one is not ORIGINAL, i.e. has not been invented by me: I took a couple of two small existing filters (in .scm), combined into just one and ported into python.
The original filters are:
- Alexia Death's script-fu-lomo-effect and Avi Bercovich's script-fu-lomo
Comments, critics, suggestions are welcome.
If someone is interested in the originals I attach here also those.
They are the versions I have in my folders, menu has been modified, they will appear under BestFilters/Photo/Effects (I do not remember the original menu).
My filter will appear under menu="<Image>/Diego/Ancillary2"
(03-11-2018, 01:00 PM)dinasset Wrote: Hi.
I'm playing a bit with 2.9.9 and to train myself I started writing some very small filters.
This one is not ORIGINAL, i.e. has not been invented by me: I took a couple of two small existing filters (in .scm), combined into just one and ported into python.
The original filters are:
- Alexia Death's script-fu-lomo-effect and Avi Bercovich's script-fu-lomo
Comments, critics, suggestions are welcome.
If someone is interested in the originals I attach here also those.
They are the versions I have in my folders, menu has been modified, they will appear under BestFilters/Photo/Effects (I do not remember the original menu).
My filter will appear under menu="<Image>/Diego/Ancillary2"
03-12-2018, 05:13 AM (This post was last modified: 03-12-2018, 05:13 AM by dinasset.)
Nothing specific, just the way to set the layer's mode is typical of 2.9
About the FG/BG saving/restoring: some times ago I noticed (on 2.8) that the push/pop operations were not enough for them (OK for pattern, font, gradient), hence I specifically added those.
Didn't try yet if that was a temporary bug on 2.8.
(03-12-2018, 05:13 AM)dinasset Wrote: Nothing specific, just the way to set the layer's mode is typical of 2.9
About the FG/BG saving/restoring: some times ago I noticed (on 2.8) that the push/pop operations were not enough for them (OK for pattern, font, gradient), hence I specifically added those.
Didn't try yet if that was a temporary bug on 2.8.
Works for me on 2.8.22. Even better, it seems that of you do one context_push() there is an implicit context_pop() at the end: