https://github.com/fallendev/nquant.net
nQuant.NET is a color quantizer, producing high quality indexed PNG images
https://github.com/fallendev/nquant.net
indexed-png nquant quantizer
Last synced: 7 months ago
JSON representation
nQuant.NET is a color quantizer, producing high quality indexed PNG images
- Host: GitHub
- URL: https://github.com/fallendev/nquant.net
- Owner: FallenDev
- License: apache-2.0
- Created: 2023-04-15T02:15:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T01:39:55.000Z (almost 3 years ago)
- Last Synced: 2025-08-29T04:51:52.604Z (7 months ago)
- Topics: indexed-png, nquant, quantizer
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nQuant.NET
## is a color quantizer producing high quality indexed PNG images.
nQuant was originally developed as part of a larger effort called "RequestReduce" which is an HTTP module that automatically minified and merged CSS as well as their sprites on the fly.
The original repository has been deleted but can be found using "TheWayBack Machine" look up https://nquant.codeplex.com/
## This Fork
This fork was made using the newer .NET 7. The command line project and test projects were removed. However, the original code has been changed minimally. Thus this library should plugin whereever it was used prior without much refactoring.
## License
nQuant.NET has retained the original Apache 2.0 license.