https://github.com/cube-soft/cube.images
Image library for CubeSoft applications (net35, net45, netstandard2.0).
https://github.com/cube-soft/cube.images
cube image
Last synced: 8 months ago
JSON representation
Image library for CubeSoft applications (net35, net45, netstandard2.0).
- Host: GitHub
- URL: https://github.com/cube-soft/cube.images
- Owner: cube-soft
- License: apache-2.0
- Created: 2017-02-08T07:31:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T14:39:35.000Z (almost 5 years ago)
- Last Synced: 2025-10-29T08:54:50.252Z (8 months ago)
- Topics: cube, image
- Language: C#
- Homepage:
- Size: 2.25 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
Cube.Images
====
[](https://www.nuget.org/packages/cube.images/)
[](https://ci.appveyor.com/project/clown/cube-images)
[](https://codecov.io/gh/cube-soft/cube.images)
Cube.Images is an image library available for .NET Framework 3.5, 4.5, .NET Standard 2.0, or later.
## Installation
You can install the library through the NuGet package.
Add a dependency in your project file using the following syntax:
Or select it from the NuGet packages UI on Visual Studio.
## Contributing
1. Fork [Cube.Images](https://github.com/cube-soft/Cube.Images/fork) repository.
2. Create a feature branch from the master, net45, or net50 branch (e.g. git checkout -b my-new-feature origin/master). Note that the master branch may refer some pre-release NuGet packages. Try the [rake clobber](https://github.com/cube-soft/Cube.Images/blob/master/Rakefile) command when build errors occur.
3. Commit your changes.
4. Rebase your local changes to the corresponding branch.
5. Run the dotnet test command or the Visual Studio (NUnit 3 test adapter) and confirm that it passes.
6. Create a new Pull Request.
## License
Copyright © 2010 [CubeSoft, Inc.](https://www.cube-soft.jp/)
The project is licensed under the [Apache 2.0](https://github.com/cube-soft/Cube.Images/blob/master/License.txt).