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
//| :param file: Either a file open in bytes mode, or the name of a file to open in bytes mode.
41
41
//| :param width: The width of the image. All frames must have the same width.
42
42
//| :param height: The height of the image. All frames must have the same height.
43
-
//| :param colorspace: The colorspace of the image. All frames must have the same colorspace. Only 1- and 2-byte colorspace are supported, not ``RGB888``.
43
+
//| :param colorspace: The colorspace of the image. All frames must have the same colorspace. The supported colorspaces are ``RGB565``, ``BGR565``, ``RGB565_SWAPPED``, ``BGR565_SWAPPED``, and ``L8`` (greyscale)
44
+
//| :param loop: If True, the GIF is marked for looping playback
45
+
//| :param dither: If True, and the image is in color, a simple ordered dither is applied.
0 commit comments