No, we don have api or methods for that in kivy. You could use another
image manipulation library like PIL or pygame.
Then after manipulation, you can create the texture manually with
Texture.create + blit_buffer.
Mathieu
cw = ImageEditor(img_src= "photo.jpeg" )