-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Image class methods:
| Method | Parameter | Endianness |
|---|---|---|
| blend | alpha | native |
| new | color | native |
| frombytes | data | mode |
| frombuffer | data | mode |
| getcolors | native | |
| getdata all | mode | |
| getdata band | native | |
| getextrema | native | |
| getpalette | mode | |
| getpixel | native | |
| point | unsupported | |
| putdata | data | native |
| putpalette | data | mode |
| putpixel | value | native |
| remap_palette | source_palette | mode |
| tobytes | mode |
Methods that use one of the above methods:
eval calls point
fromarray calls frombuffer
rotate calls transform
transform calls new
Related: #2228
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels