简体   繁体   中英

Image Halftone in C# and SIlverlight

How can we make a halftone effect for a image in silverlight using C#. Please help.. Thanx in advance.

First should be the algorithm itself: Algorithm to make halftone images? Or google..

Then you should use WritableBitmap to read input image and write output image. You might need to get some helper class to make reading and writing easier and more intuitive.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM