Former-commit-id: df0ff1f50d8da42a8d6cf1b22e6b7c6e3ba64c04 Former-commit-id: 0897a11d33346b3e5c43e1462ab1f73504d540ce Former-commit-id: 0ef884ebdd225218d55b88e3627df037761b81c0pull/17/head
@ -0,0 +1,22 @@ |
|||||
|
|
||||
|
Microsoft Visual Studio Solution File, Format Version 12.00 |
||||
|
# Visual Studio 2013 |
||||
|
VisualStudioVersion = 12.0.31101.0 |
||||
|
MinimumVisualStudioVersion = 10.0.40219.1 |
||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor", "src\ImageProcessor\ImageProcessor.csproj", "{8047C4AC-7097-4DE4-B00D-6D55EBCF1D36}" |
||||
|
EndProject |
||||
|
Global |
||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||
|
Debug|Any CPU = Debug|Any CPU |
||||
|
Release|Any CPU = Release|Any CPU |
||||
|
EndGlobalSection |
||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||||
|
{8047C4AC-7097-4DE4-B00D-6D55EBCF1D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||||
|
{8047C4AC-7097-4DE4-B00D-6D55EBCF1D36}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||||
|
{8047C4AC-7097-4DE4-B00D-6D55EBCF1D36}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||||
|
{8047C4AC-7097-4DE4-B00D-6D55EBCF1D36}.Release|Any CPU.Build.0 = Release|Any CPU |
||||
|
EndGlobalSection |
||||
|
GlobalSection(SolutionProperties) = preSolution |
||||
|
HideSolutionNode = FALSE |
||||
|
EndGlobalSection |
||||
|
EndGlobal |
||||
@ -0,0 +1,49 @@ |
|||||
|
*.doc diff=astextplain |
||||
|
*.DOC diff=astextplain |
||||
|
*.docx diff=astextplain |
||||
|
*.DOCX diff=astextplain |
||||
|
*.dot diff=astextplain |
||||
|
*.DOT diff=astextplain |
||||
|
*.pdf diff=astextplain |
||||
|
*.PDF diff=astextplain |
||||
|
*.rtf diff=astextplain |
||||
|
*.RTF diff=astextplain |
||||
|
|
||||
|
*.jpg binary |
||||
|
*.png binary |
||||
|
*.gif binary |
||||
|
|
||||
|
*.cs text=auto diff=csharp |
||||
|
*.vb text=auto |
||||
|
*.c text=auto |
||||
|
*.cpp text=auto |
||||
|
*.cxx text=auto |
||||
|
*.h text=auto |
||||
|
*.hxx text=auto |
||||
|
*.py text=auto |
||||
|
*.rb text=auto |
||||
|
*.java text=auto |
||||
|
*.html text=auto |
||||
|
*.htm text=auto |
||||
|
*.css text=auto |
||||
|
*.scss text=auto |
||||
|
*.sass text=auto |
||||
|
*.less text=auto |
||||
|
*.js text=auto |
||||
|
*.lisp text=auto |
||||
|
*.clj text=auto |
||||
|
*.sql text=auto |
||||
|
*.php text=auto |
||||
|
*.lua text=auto |
||||
|
*.m text=auto |
||||
|
*.asm text=auto |
||||
|
*.erl text=auto |
||||
|
*.fs text=auto |
||||
|
*.fsx text=auto |
||||
|
*.hs text=auto |
||||
|
|
||||
|
*.csproj text=auto merge=union |
||||
|
*.vbproj text=auto merge=union |
||||
|
*.fsproj text=auto merge=union |
||||
|
*.dbproj text=auto merge=union |
||||
|
*.sln text=auto eol=crlf merge=union |
||||
@ -0,0 +1,173 @@ |
|||||
|
################# |
||||
|
## Eclipse |
||||
|
################# |
||||
|
|
||||
|
*.pydevproject |
||||
|
.project |
||||
|
.metadata |
||||
|
bin/** |
||||
|
tmp/** |
||||
|
tmp/**/* |
||||
|
*.tmp |
||||
|
*.bak |
||||
|
*.swp |
||||
|
*~.nib |
||||
|
local.properties |
||||
|
.classpath |
||||
|
.settings/ |
||||
|
.loadpath |
||||
|
|
||||
|
# External tool builders |
||||
|
.externalToolBuilders/ |
||||
|
|
||||
|
# Locally stored "Eclipse launch configurations" |
||||
|
*.launch |
||||
|
|
||||
|
# CDT-specific |
||||
|
.cproject |
||||
|
|
||||
|
# PDT-specific |
||||
|
.buildpath |
||||
|
|
||||
|
|
||||
|
################# |
||||
|
## Visual Studio |
||||
|
################# |
||||
|
|
||||
|
## Ignore Visual Studio temporary files, build results, and |
||||
|
## files generated by popular Visual Studio add-ons. |
||||
|
|
||||
|
# User-specific files |
||||
|
*.suo |
||||
|
*.user |
||||
|
*.sln.docstates |
||||
|
|
||||
|
# Build results |
||||
|
**/[Dd]ebug/ |
||||
|
**/[Rr]elease/ |
||||
|
*_i.c |
||||
|
*_p.c |
||||
|
*.ilk |
||||
|
*.meta |
||||
|
*.obj |
||||
|
*.pch |
||||
|
*.pdb |
||||
|
*.pgc |
||||
|
*.pgd |
||||
|
*.rsp |
||||
|
*.sbr |
||||
|
*.tlb |
||||
|
*.tli |
||||
|
*.tlh |
||||
|
*.tmp |
||||
|
*.vspscc |
||||
|
.builds |
||||
|
**/*.dotCover |
||||
|
|
||||
|
# Xamarin |
||||
|
*.userprefs |
||||
|
|
||||
|
## TODO: If you have NuGet Package Restore enabled, uncomment this |
||||
|
packages/ |
||||
|
|
||||
|
# Visual C++ cache files |
||||
|
ipch/ |
||||
|
*.aps |
||||
|
*.ncb |
||||
|
*.opensdf |
||||
|
*.sdf |
||||
|
|
||||
|
# Visual Studio profiler |
||||
|
*.psess |
||||
|
*.vsp |
||||
|
|
||||
|
# ReSharper is a .NET coding add-in |
||||
|
_ReSharper* |
||||
|
|
||||
|
# Installshield output folder |
||||
|
[Ee]xpress |
||||
|
|
||||
|
# DocProject is a documentation generator add-in |
||||
|
DocProject/buildhelp/ |
||||
|
DocProject/Help/*.HxT |
||||
|
DocProject/Help/*.HxC |
||||
|
DocProject/Help/*.hhc |
||||
|
DocProject/Help/*.hhk |
||||
|
DocProject/Help/*.hhp |
||||
|
DocProject/Help/Html2 |
||||
|
DocProject/Help/html |
||||
|
|
||||
|
# Click-Once directory |
||||
|
publish |
||||
|
|
||||
|
# Others |
||||
|
[Bb]in |
||||
|
[Oo]bj |
||||
|
sql |
||||
|
TestResults |
||||
|
*.Cache |
||||
|
ClientBin |
||||
|
stylecop.* |
||||
|
~$* |
||||
|
*.dbmdl |
||||
|
Generated_Code #added for RIA/Silverlight projects |
||||
|
|
||||
|
# Backup & report files from converting an old project file to a newer |
||||
|
# Visual Studio version. Backup files are not needed, because we have git ;-) |
||||
|
_UpgradeReport_Files/ |
||||
|
Backup*/ |
||||
|
UpgradeLog*.XML |
||||
|
|
||||
|
|
||||
|
|
||||
|
############ |
||||
|
## Windows |
||||
|
############ |
||||
|
|
||||
|
# Windows image file caches |
||||
|
Thumbs.db |
||||
|
|
||||
|
# Folder config file |
||||
|
Desktop.ini |
||||
|
|
||||
|
|
||||
|
############# |
||||
|
## Python |
||||
|
############# |
||||
|
|
||||
|
*.py[co] |
||||
|
|
||||
|
# Packages |
||||
|
*.egg |
||||
|
*.egg-info |
||||
|
dist |
||||
|
eggs |
||||
|
parts |
||||
|
bin |
||||
|
var |
||||
|
sdist |
||||
|
develop-eggs |
||||
|
.installed.cfg |
||||
|
|
||||
|
# Installer logs |
||||
|
pip-log.txt |
||||
|
|
||||
|
# Unit test / coverage reports |
||||
|
.coverage |
||||
|
.tox |
||||
|
|
||||
|
#Translations |
||||
|
*.mo |
||||
|
|
||||
|
#Mr Developer |
||||
|
.mr.developer.cfg |
||||
|
|
||||
|
# Mac crap |
||||
|
.DS_Store |
||||
|
|
||||
|
build/_BuildOutput/ |
||||
|
build/*.nupkg |
||||
|
build/TestResult.xml |
||||
|
*.db |
||||
|
|
||||
|
_site/ |
||||
@ -0,0 +1,13 @@ |
|||||
|
Copyright 2012 James South |
||||
|
|
||||
|
Licensed under the Apache License, Version 2.0 (the "License"); |
||||
|
you may not use this file except in compliance with the License. |
||||
|
You may obtain a copy of the License at |
||||
|
|
||||
|
http://www.apache.org/licenses/LICENSE-2.0 |
||||
|
|
||||
|
Unless required by applicable law or agreed to in writing, software |
||||
|
distributed under the License is distributed on an "AS IS" BASIS, |
||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
|
See the License for the specific language governing permissions and |
||||
|
limitations under the License. |
||||
@ -0,0 +1,49 @@ |
|||||
|
# ImageProcessor |
||||
|
|
||||
|
### Build Status |
||||
|
|
||||
|
|Branch | | |
||||
|
|:--------|:--------| |
||||
|
|**Debug**|[](https://ci.appveyor.com/project/JamesSouth/imageprocessor)| |
||||
|
|**Release**|[](https://ci.appveyor.com/project/JamesSouth/imageprocessor/branch/Master)| |
||||
|
|**Coverage Report**|[](https://coveralls.io/r/JimBobSquarePants/ImageProcessor?branch=V2)| |
||||
|
|
||||
|
### Latest Releases |
||||
|
|Library |Version |Downloads | |
||||
|
|:-----------------|:-----------------|:-----------------| |
||||
|
|**ImageProcessor**|[](https://www.nuget.org/packages/ImageProcessor/)|[](https://www.nuget.org/packages/ImageProcessor/)| |
||||
|
|**ImageProcessor.Web**|[](https://www.nuget.org/packages/ImageProcessor.Web/)|[](https://www.nuget.org/packages/ImageProcessor.Web/)| |
||||
|
|
||||
|
[](https://huboard.com/JimBobSquarePants/ImageProcessor/) |
||||
|
[](http://sourcebrowser.io/Browse/JimBobSquarePants/ImageProcessor/) |
||||
|
[](https://gitter.im/JimBobSquarePants/ImageProcessor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
||||
|
|
||||
|
Imageprocessor is a lightweight, extensible library written in C# that allows you to manipulate images on-the-fly using .NET 4.5+ |
||||
|
|
||||
|
It's fast, extensible, easy to use, comes bundled with some great features and is fully open source. |
||||
|
|
||||
|
For full documentation please see [http://imageprocessor.org/](http://imageprocessor.org/) |
||||
|
|
||||
|
## Contributing to ImageProcessor |
||||
|
Contribution is most welcome! I mean, that's what this is all about isn't it? |
||||
|
|
||||
|
Things I would :heart: people to help me out with: |
||||
|
|
||||
|
- Unit tests. I need to get some going for all the regular expressions within the ImageProcessor core plus anywhere else we can think of. If that's your bag please contribute. |
||||
|
- Documentation. Nobody likes doing docs, I've written a lot but my prose is clumsy and verbose. If you think you can make things clearer or you spot any mistakes please submit a pull request (Guide to how the docs work below). |
||||
|
|
||||
|
**Just remember to StyleCop all things! :oncoming_police_car:** |
||||
|
|
||||
|
## RoadMap |
||||
|
I want the next version of ImageProcessor to run on all devices. Sadly it looks like using `System.Drawing` will not allow me to do that so I need to have a look at using an alternative. This is a lot of work so any help that could be offered would be greatly appreciated. |
||||
|
|
||||
|
## Documentation |
||||
|
|
||||
|
ImageProcessor's documentation, included in this repo in the gh-pages branch, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at <http://imageprocessor.org>. The docs may also be run locally. |
||||
|
|
||||
|
### Running documentation locally |
||||
|
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.2.x). |
||||
|
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. |
||||
|
2. From the root `/ImageProcessor` directory, run `jekyll serve` in the command line. |
||||
|
3. Open <http://localhost:4000> in your browser to navigate to your site. |
||||
|
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). |
||||
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |