项目作者: AlparslanPamuk

项目描述 :
image processing
高级语言: C#
项目地址: git://github.com/AlparslanPamuk/Image_Converter.git
创建时间: 2019-04-16T07:46:44Z
项目社区:https://github.com/AlparslanPamuk/Image_Converter

开源协议:

下载


Image_Converter

Image Converting
The aim of this program is to use System.Drawing.Imaging librarry and its features.
The program includes Grey Scale, Blur, Invert and Emboss buttons.
Blur level, Brightness, Contrast, Gamma are arrangeable by manually; after arranging blur level you need to click Blur button.
Blur progress takes a bit of time.

*Each pixel has:
-24 bits per pixel of color:
/8 bits Red, 8 bits Green, 8 bits Blue(RGB)

Mal also have 8 bits of transparency (“alpha”)

Can be described as a “Bitmap” Image types:
-JPEG: 24 bit image(no Alpha)
-BMP, PNG, TIFF