Contents tagged with class libraries
-
Halloween Fun - Embedding Ghosts Watermark in images with C#
For those of you who are going to celebrate Halloween on the 31st , here is a nice cool thing to do with C# and System.Drawing library.
In this post I'll show you how to use C# to embed a ghost image with a background image. -
GPS Coordinates in JPEG C# Example - Looks like there is a western side to the world as well
-
C# / .Net image filters working on linux (and other cross platforms) with Mono
When I published Yael , which is basically a set of .Net open source image filters class library, I tried testing that on several linux platforms using Mono. back than Mono was somewhere around the 1.2 version and trying to run several gdi related core lib calls crashed down Mono. recently , with the announcement of the completion of Mono's 2.0 api I've decided to revisit this test. Another aspect that i've tested didn't go so well so I was a bit pessimistic.