[Question] How to export the filtered version of the photo. onImageEditingComplete not triggered. #296
Answered
by
hm21
umityilmazz
asked this question in
Q&A
-
I'm trying to add a filter to the photo using FilterEditor.asset. How to export the filtered version of the photo. onImageEditingComplete not triggered. |
Beta Was this translation helpful? Give feedback.
Answered by
hm21
Dec 22, 2024
Replies: 1 comment
-
You also need to set the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hm21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You also need to set the
convertToUint8List
flag totrue
. Refer to this example for guidance on how to implement this.