Mouaad Abdelghafour AIT ALI
Mouaad Abdelghafour AIT ALI
@engrnawaz make sure you save the image with **PNG** extension, check it in `SaveDrawingTask `class
Hi any update
@c3zius thank you so much bro!!
Although it's too late, I've managed to solve this issue by setting a custom measure in `ImageGLSufaceView `based on the `Bitmap `measure, as following : ``` public void initializeView(Bitmap src,...
I've the same issue here
@dengyuhan thank you so much, but how about saving `StickerView `as GIF file?
Hi, I'm also looking for the same thing.
@NutanAndorid did you find any solution?
Try to use `TextureFitView` and get bitmap using `mRenderView.getBitmap();` method. **(e.g 30 frames)** ``` for (int i = 0; i < 30 ; i++) { Bitmap bitmap = mRenderView.getBitmap(); if...
@anishf23 The same problem here, did you find a solution ??