find actual size of makeImageSnapshot #1591
-
I need to export a selected box (x, y, w, h) from the canvas while building a simple cropper. When using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
makeImageSnapshot is very fast, doing twice is ok, offscreen you can do the blur so it might be the best solution then you can really control what you are doing. |
Beta Was this translation helpful? Give feedback.
makeImageSnapshot is very fast, doing twice is ok, offscreen you can do the blur so it might be the best solution then you can really control what you are doing.