You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -579,3 +579,4 @@ The arguments for `decode` are as follows:
579
579
1. Decode X - where to place the decoded JPEG on screen
580
580
2. Decode Y
581
581
3. Flags - one of `JPEG_SCALE_FULL`, `JPEG_SCALE_HALF`, `JPEG_SCALE_QUARTER` or `JPEG_SCALE_EIGHTH`
582
+
4. If you want to turn off dither altogether, try `dither=False`. This is useful if you want to pre-dither your images or for artsy posterization effects.
0 commit comments