andzejek / Edytor5

Simple Paint (like ms-paint) in C++, WinAPI ,Code::Blocks projekt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edytor5

Simple image editor written in c/c++.
edytor5->paincik

alt text
Features:
-new,open/save(as)( jpeg,bmp,png).
-undo,cut,copy,paste,negative color.
-fullscreen mode.
-painting tools like ms-paint (better spray and brush).
-scale image+scrolls
-custom color palettes from files.

How to run?:
download Code::Block mingw.
download repo in zip and exec Edytor5.cbp.

lib:
CodeBlocks\MinGW\lib...
libgdi32.a
libmsimg32.a
libgdiplus.a
libole32.a

About

Simple Paint (like ms-paint) in C++, WinAPI ,Code::Blocks projekt.


Languages

Language:C++ 99.1%Language:C 0.9%