-
How many types of transformations are there to apply to this sample stroke? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
When you say 'apply to this sample stroke', it's unclear if you mean that you want just the yellow pixels transformed, or if the whole image should be transformed. Pillow is an image processing library. Depending on what your definition of 'transformation' is, asking what transformations can be applied is similar to asking for a list of everything that Pillow can do. Are you aware of the documentation? https://pillow.readthedocs.io/en/stable/. You can read through the possible things to do with Pillow there. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
When you say 'apply to this sample stroke', it's unclear if you mean that you want just the yellow pixels transformed, or if the whole image should be transformed.
Pillow is an image processing library. Depending on what your definition of 'transformation' is, asking what transformations can be applied is similar to asking for a list of everything that Pillow can do.
Are you aware of the documentation? https://pillow.readthedocs.io/en/stable/. You can read through the possible things to do with Pillow there.