سورس کد تبدیل تصویر رنگی به سیاه سفید - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: Visual Basic Programming (http://parsicoders.com/forumdisplay.php?fid=39) +---- انجمن: Visual Basic.Net (http://parsicoders.com/forumdisplay.php?fid=43) +---- موضوع: سورس کد تبدیل تصویر رنگی به سیاه سفید (/showthread.php?tid=1562) |
سورس کد تبدیل تصویر رنگی به سیاه سفید - Amin_Mansouri - 01-20-2012 Convert an image to pure Black-and-White
کد پیاچپی: Instructions: To use this function, first pass the desired image to it, سورس کد : کد پیاچپی: Public Function PureBW(ByVal image As System.Drawing.Bitmap, Optional ByVal Mode As BWMode = BWMode.By_Lightness, Optional ByVal tolerance As Single = 0) As System.Drawing.Bitmap |