aauger / FilterDotNet

Interface-based image filter implementations in .NET 6.0, platform-agnostic. Current implementation available for Windows, with GNU/Linux coming soon.
GNU General Public License v3.0
3 stars 0 forks source link

Remove 255 channel-max dependency #7

Closed aauger closed 2 years ago

aauger commented 2 years ago

This could be part of the filter engine passed in, so allow the client to specify the max width of their image representation.

aauger commented 2 years ago

Fixed by #8