Hi all,
i wrote a filter using Filter M eister: the filter should add a perforated border to an image to make it looks like a stamp.
This filter takes an image W*H in pixels and add the stamp effect at the border of the image, for an input number of pixels, say s.
So, the resulting image is still W*H pixel, but the original image is cutted in the remaining (W-s)*(H-s) pixels.
I would like, instead, adding the s pixel, obtaining a greater (W+s)*(H+s) image, of wich W*H is just the original image.
I don't know how to get this target coding the filter, even if i searched the code library for similar puropses.
Can you suggest how could i reach the target ?
i wrote a filter using Filter M eister: the filter should add a perforated border to an image to make it looks like a stamp.
This filter takes an image W*H in pixels and add the stamp effect at the border of the image, for an input number of pixels, say s.
So, the resulting image is still W*H pixel, but the original image is cutted in the remaining (W-s)*(H-s) pixels.
I would like, instead, adding the s pixel, obtaining a greater (W+s)*(H+s) image, of wich W*H is just the original image.
I don't know how to get this target coding the filter, even if i searched the code library for similar puropses.
Can you suggest how could i reach the target ?
Comment