We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db07775 commit 1348e92Copy full SHA for 1348e92
1 file changed
shared-bindings/jpegio/JpegDecoder.c
@@ -56,6 +56,7 @@ STATIC mp_obj_t jpegio_jpegdecoder_make_new(const mp_obj_type_t *type, size_t n_
56
//|
57
//| If ``bitmap`` is None, only the header is decoded.
58
//| Otherwise, the bitmap must be large enough to contain the decoded image.
59
+//| The pixel data is stored in the `displayio.Colorspace.RGB565_SWAPPED` colorspace.
60
61
//| The image is optionally downscaled by a factor of ``2**scale``.
62
//| Scaling by a factor of 8 (scale=3) is particularly efficient in terms of decoding time.
0 commit comments