Click here to Skip to main content
15,911,039 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Plugin Pin
messages6-Jun-08 0:50
messages6-Jun-08 0:50 
QuestionGDI+ Scaling all wrong? Pin
Chinners4-Jun-08 1:43
Chinners4-Jun-08 1:43 
AnswerRe: GDI+ Scaling all wrong? Pin
leppie4-Jun-08 2:10
leppie4-Jun-08 2:10 
GeneralRe: GDI+ Scaling all wrong? Pin
Chinners4-Jun-08 4:14
Chinners4-Jun-08 4:14 
AnswerRe: GDI+ Scaling all wrong? Pin
Christian Graus5-Jun-08 17:54
protectorChristian Graus5-Jun-08 17:54 
QuestionRotation in DWG files Pin
Member 384581530-May-08 6:31
Member 384581530-May-08 6:31 
QuestionCheck if GDI+ bitmap has transparency Pin
TrekkieDK29-May-08 4:19
TrekkieDK29-May-08 4:19 
AnswerRe: Check if GDI+ bitmap has transparency Pin
Matthew Butler29-May-08 8:14
Matthew Butler29-May-08 8:14 
There are two things you could do (first way will not speed up the processing but is just a method improvement):

1) Only need to check the alpha channel (assuming any transparent colour is counted)...
If objColor.A != 255 Then ...
(As the alpha channel IS the 'trasparency' aspect of the colour, you only need to check this).

2) Lock the Bitmap and loop through the raw data (this is REALLY fast)... loads of examples on web... from msdn[^]

Also... if all you want to know is if the image could contain transparency... check the PixelFormat of the bitmap for transparency.

Hope this helps.

Matthew Butler

AnswerRe: Check if GDI+ bitmap has transparency Pin
leppie4-Jun-08 2:12
leppie4-Jun-08 2:12 
QuestionMake picturebox image mirror vertical Pin
Krishnraj26-May-08 19:51
Krishnraj26-May-08 19:51 
AnswerRe: Make picturebox image mirror vertical Pin
Matthew Butler27-May-08 9:03
Matthew Butler27-May-08 9:03 
GeneralRe: Make picturebox image mirror vertical Pin
Krishnraj27-May-08 22:55
Krishnraj27-May-08 22:55 
GeneralRe: Make picturebox image mirror vertical Pin
mahboobeh mohamadi17-Oct-10 21:25
mahboobeh mohamadi17-Oct-10 21:25 
GeneralRe: Make picturebox image mirror vertical Pin
mahboobeh mohamadi17-Oct-10 21:45
mahboobeh mohamadi17-Oct-10 21:45 
QuestionIDX3D Engine ported to C# 2.0 Pin
J Dixon25-May-08 4:05
J Dixon25-May-08 4:05 
AnswerRe: IDX3D Engine ported to C# 2.0 Pin
RichardM130-May-08 18:58
RichardM130-May-08 18:58 
GeneralRe: IDX3D Engine ported to C# 2.0 Pin
J Dixon31-May-08 3:42
J Dixon31-May-08 3:42 
GeneralRe: IDX3D Engine ported to C# 2.0 Pin
RichardM13-Jun-08 21:47
RichardM13-Jun-08 21:47 
GeneralRe: IDX3D Engine ported to C# 2.0 Pin
Member 474720127-Oct-09 23:45
Member 474720127-Oct-09 23:45 
GeneralRe: IDX3D Engine ported to C# 2.0 Pin
RichardM128-Oct-09 5:48
RichardM128-Oct-09 5:48 
GeneralRe: IDX3D Engine ported to C# 2.0 Pin
RichardM128-Oct-09 8:15
RichardM128-Oct-09 8:15 
Questioncompute final image from image on base plane (Volume Visualization) Pin
sahinmansur19-May-08 0:53
sahinmansur19-May-08 0:53 
QuestionNeed to find the object details from Kernel address Pin
Noordeen Shah17-May-08 17:20
Noordeen Shah17-May-08 17:20 
AnswerRe: Need to find the object details from Kernel address Pin
Shog917-May-08 18:03
sitebuilderShog917-May-08 18:03 
AnswerRe: Need to find the object details from Kernel address Pin
Tim Craig17-May-08 18:55
Tim Craig17-May-08 18:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.