How do I use Look Extension to classify the Drawing Canvas?

Hello,
How can I "get" the image that is on the DrawingCanvas to be analyzed by the Look Extension?

You would need to save the contents of the Canvas to a file using the Canvas.Save to save it as a PNG, and then call the LookExtension.ClassifyImageData, e.g.:

2 Likes