Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blur, change mode, save as
#3
Hi Ofnuts,

Thanks!
- Clear. Duplicate it 5 times. Then work on each image.
- Colors > Posterize. Works fine too! I simply hadn't discovered it yet.

- Coding, I think I gave it like, I dunno, 40 hours of attampts. Mainly Python. I managed to build a Telegram-bot once that said Hi back, when you talked to it. But I found the learning curve steep.
- Scripting, I know FileMaker Pro beyond a beginners level. But that is a very closed garden.

This morning I saw the choice between Python-Fu and Script-Fu, so I thought as I know a bit of scripting, that is probably easier than Python that I found hard. But I'm open to the easiest option of course!

In any case, functionality-wise, I now have:
  • Define Range of variables for the blur. Like {10, 15, 20, 25, 30}
  • Load the first of the Range is loaded into variables 'X-value' and 'Y-value'.
  • Start loop
  •   Select 1st duplicate
  •   Duplicate image 5 times
  •   Blur
  •   Posterize
  •   Save as
  •   Close image
  •   Select next duplicate
  •   Increase variables 'x-value' and 'y-value' to next in Range
  •   Exit if Range is finished
  • Loop back
Now time for lunch Wink , then I'll look into what python-fu looks like.
Reply


Messages In This Thread
Blur, change mode, save as - by tkemmere - 11-21-2022, 09:50 AM
RE: Blur, change mode, save as - by Ofnuts - 11-21-2022, 11:12 AM
RE: Blur, change mode, save as - by tkemmere - 11-21-2022, 12:11 PM
RE: Blur, change mode, save as - by Ofnuts - 11-21-2022, 12:40 PM
RE: Blur, change mode, save as - by tkemmere - 11-21-2022, 10:47 PM
RE: Blur, change mode, save as - by Ofnuts - 11-21-2022, 11:42 PM
RE: Blur, change mode, save as - by rich2005 - 11-22-2022, 01:30 PM
RE: Blur, change mode, save as - by tkemmere - 11-22-2022, 10:49 PM
RE: Blur, change mode, save as - by tkemmere - 11-23-2022, 10:39 PM

Forum Jump: