@garagecoder
Thanks for your support.
I tried to post a PM about this topic but (unless I'm wrong) I can't attach files on that, so I created this new topic.
If of no interest for anybody else, you can delete it afterwards.
So, what I'm trying to do using G'MIC is the following:
- open an image (see original)
- call my python script which does the following:
- - mask-fade the right part of the image for the input value of desired pixels (here 100)
- - create a new image with a width which corresponds almost to the double of the original width - pixels of fading
(new space is transparent)
- - paste the faded original as a layer, left justified
- - flip the faded original
- - paste the flipped original as a layer, right justified
- - flatten the new image (see stitched)
first attachment:
Attachment:
Original.png [ 298.32 KiB | Viewed 3556 times ]
second attachment:
Attachment:
Stiched.png [ 475.83 KiB | Viewed 3556 times ]
thanks for your support
edit: I mentioned what I do now (call my python) to detail the steps, I obviously don't want to call the python from inside a gmic command, but do all the steps using only gmic commands...