C# and Imaging
C#
3
Posts
3
Posters
0
Views
1
Watching
-
In Java you have the JAI (Java Advanced Imaging) framework for writing advanced imaging applications. Do you have something similar in C# or is it in the works at Redmond for future release?:eek:
Since I'm not a Java programmer I have no idea what JAI includes, but GDI+ (which .NET incorporates) incorporates transparency, alpha blending, gradients, texture brushes, antialiasing, and more. James Simplicity Rules!
-
Since I'm not a Java programmer I have no idea what JAI includes, but GDI+ (which .NET incorporates) incorporates transparency, alpha blending, gradients, texture brushes, antialiasing, and more. James Simplicity Rules!
Charles Petzold's book on C# is full of information on this topic. Nick Parker