v3.2.0
Fix
- Fix bug with gray scale filter (
gs
flag) when the image is of YCbCr color model. Before, when it was applied to this type of image, it left the image completely green. This behaviour was fixed. - Fix bug blur filter (
b
ands
flags) ) when the image is of YCbCr color model. The behaviour was the same as the previous one, and now it is fixed.
What's Changed
- docs: fix wrong information by @DavidEsdrs in #8
- docs/create packages docs by @DavidEsdrs in #9
- fix: convert to ycbcr using Convert function to ensure success by @DavidEsdrs in #10
Full Changelog: v3.1.0...v3.2.0