Skip to content

Commit

Permalink
Merge pull request #14 from muiz6/clean-up
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
muiz6 authored Apr 10, 2020
2 parents 6a53413 + b762ba3 commit 830f605
Show file tree
Hide file tree
Showing 1,529 changed files with 41 additions and 280,573 deletions.
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#ignore following files/folders

#directories
# vscode files
.VSCodeCounter
sample
.vscode

# directories
sample/
build/
lib/
include/wx/

#files
build/*.exe
# files
*.exe
obj/*.o
src/png.cpp
include/CIMP/png.hpp
21 changes: 0 additions & 21 deletions .vscode/c_cpp_properties.json

This file was deleted.

46 changes: 0 additions & 46 deletions .vscode/launch.json

This file was deleted.

54 changes: 0 additions & 54 deletions .vscode/settings.json

This file was deleted.

29 changes: 0 additions & 29 deletions .vscode/tasks.json

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 M Muiz Hassan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 11 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
> Our Semester Project for OOP
# CIMP
## Introduction
CIMP is an image manipulation program that can apply filters to an image.

![logo](/media/icon.png)

### Dependencies
CIMP depends upon [wxWidgets](https://github.com/wxWidgets/wxWidgets). Library for its
Graphic User Interface. Do link it in your project prior to compilation.
Graphic User Interface. Do add it in your project prior to compilation.

### Screenshots

![original image](/media/sc1.jpg)

![alienate filter](/media/sc2.jpg)
Binary file removed build/wxbase312u_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxbase312u_net_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxbase312u_xml_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_adv_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_aui_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_core_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_gl_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_html_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_media_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_propgrid_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_qa_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_ribbon_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_richtext_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_stc_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_webview_gcc_x64_custom.dll
Binary file not shown.
Binary file removed build/wxmsw312u_xrc_gcc_x64_custom.dll
Binary file not shown.
169 changes: 0 additions & 169 deletions include/wx/aboutdlg.h

This file was deleted.

Loading

0 comments on commit 830f605

Please sign in to comment.