This is a general question that i am hoping can be applied to any c# application, web or otherwise. I aploligise if this has been posted in the wrong section.
I am looking for a way to edit a bitmap image so that it preforms the following:
1) take an existing image:
2) Edit the image so that one side (say right) has been resized and pixels outside the image filled with a single color (say white) to give a 3d like effect:
req:
The image should not be a cropped to perform this effect
The program should do this to a pre-specified criteria say (topLeftAjust = 0; topRightAjust=-5; BottomLeftAjust=0; BottomRightAjust=-5;)
I am not sure this is even possible, but i appretiate any ideas that anyone can offer
None
0 Points
1 Post
image Edit - advanced
Jul 26, 2010 12:13 PM|michael40card|LINK
hi all,
This is a general question that i am hoping can be applied to any c# application, web or otherwise. I aploligise if this has been posted in the wrong section.
I am looking for a way to edit a bitmap image so that it preforms the following:
1) take an existing image:
2) Edit the image so that one side (say right) has been resized and pixels outside the image filled with a single color (say white) to give a 3d like effect:
req:
The image should not be a cropped to perform this effect
The program should do this to a pre-specified criteria say (topLeftAjust = 0; topRightAjust=-5; BottomLeftAjust=0; BottomRightAjust=-5;)
I am not sure this is even possible, but i appretiate any ideas that anyone can offer
Reg,
Mike
All-Star
124328 Points
10142 Posts
Re: image Edit - advanced
Jul 26, 2010 01:10 PM|SGWellens|LINK
If you google .net image trapezoid C# you'll find many examples.
My blog