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
michael40car...
0 Points
1 Post
image Edit - advanced
Jul 26, 2010 04:13 PM|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
SGWellens
All-Star
126033 Points
10311 Posts
Moderator
Re: image Edit - advanced
Jul 26, 2010 05:10 PM|LINK
If you google .net image trapezoid C# you'll find many examples.
My blog