https://github.com/i-e-b/imagetools
A few image algorithms in C# for my own research
https://github.com/i-e-b/imagetools
3d-images c-sharp encoding image-algorithms image-compression wavelet
Last synced: 9 months ago
JSON representation
A few image algorithms in C# for my own research
- Host: GitHub
- URL: https://github.com/i-e-b/imagetools
- Owner: i-e-b
- License: mit
- Created: 2013-11-21T12:08:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T11:37:34.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:51:09.342Z (over 1 year ago)
- Topics: 3d-images, c-sharp, encoding, image-algorithms, image-compression, wavelet
- Language: C#
- Homepage:
- Size: 16 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ImageTools
==========
A few image algorithms in C#
## What?
* Q. Why should I use this instead of System.Drawing?
* A. Don't.
Really don't use this. These are a collection of algorithms for my own play and research.
## Contents
Experiments covering
* Color space mappings
* Compound/Planar format conversion
* Image compression/storage/decompression experiments
* Data stream interleaving
* Fibonacci encode/decode streams
* CDF and Haar wavelet tests
* Morton and Hilbert space filling curve reordering
* Box Blur / Soft-focus / sharpen
* Image scaling
* Vector field conversions
## Viewer App
There is a simple image viewer app, like the Windows "Photos" app, but much less terrible,
and able to read some of the formats from the ImageTools libraries.