Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/101t/photobrushproject
π¨ Photo Brush Studio project using C# and GDI+ in 4.0 framework envirement in Windows 8, Photo Brush an image editing tools look like Adobe Photoshop this tool provide many kinds of images such as JPG, PNG, GIF, PSD, and PBP own binary file.
https://github.com/101t/photobrushproject
aforge c-sharp gdi microsoft photo-brush-studio
Last synced: about 2 months ago
JSON representation
π¨ Photo Brush Studio project using C# and GDI+ in 4.0 framework envirement in Windows 8, Photo Brush an image editing tools look like Adobe Photoshop this tool provide many kinds of images such as JPG, PNG, GIF, PSD, and PBP own binary file.
- Host: GitHub
- URL: https://github.com/101t/photobrushproject
- Owner: 101t
- Created: 2014-09-07T16:16:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T09:13:52.000Z (almost 8 years ago)
- Last Synced: 2024-05-01T12:47:47.622Z (8 months ago)
- Topics: aforge, c-sharp, gdi, microsoft, photo-brush-studio
- Language: C#
- Homepage: https://github.com/tarek-aec/PhotoBrushProject
- Size: 1010 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/tarek-aec/PhotoBrushProject.svg?branch=master)](https://travis-ci.org/tarek-aec)
# Photo Brush Studio Project
![PhotoBrush L](PhotoBrushProject/Resources/icon_128.png "PhotoBrushStudio")Photo Brush Studio project using C# and GDI+ in 4.0 framework envirement in Windows 8, Photo Brush an image editing tools look like Adobe Photoshop these tools provide many kinds of images such as JPG, PNG, GIF, PSD, and PBP own binary file.
## Installation Requirements
- Microsoft Visual Studio 2010 or newer
- Microsoft Framework 4.0 version
- Microsoft Windows Operating System Vista/7/8 or newer
- Dowmload this demo dll Libraries are **Required** to run, they are 'SourceLibrary.dll' & 'SourceGrid2.dll' from [here](http://www.codeproject.com/KB/GDI-plus/Image_Processing_Lab/iplab_demo.zip) and attache them to project.## Design Patterns
- Singleton
- Builder
- Bridge
- Strategy
- Prototype## Code and Features
Photo Brush Studio project used techniques
- Windows Form Application on Microsoft Visual Studio 2010, User Controls, Component Classes, Design compatible with Windows 8 operating system.
- GDI+ for painting
- Docking Window
- Animation Library
- PSD Framework
- Unsafe Technique for image filtering and [AForge. NET Framework](http://www.aforgenet.com/)![AForge L](PhotoBrushProject/Resources/logo.gif "AForge")
## License
Photo Brush Studio project licensed under [MIT](http://opensource.org/licenses/MIT) license.## Acknowledgements
Many thanks to [AForge. NET Framework](http://www.aforgenet.com/) for their support on Filter and many libraries as well as [Code Project](http://www.codeproject.com), [C Sharp Corner](http://www.c-sharpcorner.com/), and Microsoft. special thanks for [Andrew Kirillov](http://www.codeproject.com/Members/Andrew-Kirillov) for awesome articles.## About
This project is the result of our graduation project for the bachelorβs degree in Information Technology engineering at Faculty of Engineering at the University Of Kalamoon - Syria.