Page 1 of 1

Image Proccesing

PostPosted: Sun Mar 10, 2019 11:31 am
by ali_maleki_lonbar
I want to create a picture frame on my image,and apply filters on that frame,and then I'll rotate the whole frame over the whole image. Somehow it works like a magnifying glass.Please tell me what can I do. thank you

Re: Image Proccesing

PostPosted: Mon Mar 11, 2019 12:27 pm
by andrew.kirillov
ali_maleki_lonbar wrote:Please tell me what can I do.

Well, if you say you want something, why don't you just start doing that?

There are number of things you can try. The frame can be drawn directly on top of the source image. But then you may need to add some way of rotating/zooming it. This looks like you may need to develop some custom UI control, which draws an image, frame on top and tracks mouse events to manipulate the frame. Or you can develop a custom control for the frame only. Up to you to decide depending what you really need.

Re: Image Proccesing

PostPosted: Wed Mar 13, 2019 7:36 am
by ali_maleki_lonbar
Hello
I want to create a rectangle-like filterbox on my image and use this filterbox to process the image.This filterbox accepts multiple filters at the same time I use the Aforge library.
Can you help me? Thank you