Burhanuddin Rashid

Results 89 comments of Burhanuddin Rashid

Nop @sepehr1014 I have labelled as help wanted. @fandygotama-tokobagus Did you resolve this issue?

@gotamafandy I was looking for someone to fix this. I am waiting for your PR.

> How about using a custom draw to scale down the `imageView` display size, so we are still painting on the full size. > I found a implementation here. >...

No. Scaling the image is a hard problem to solve. The 2.0.0 version is just a [Kotlin conversation](https://github.com/burhanrashid52/PhotoEditor#kotlin).

@ThuyKhanh Thanks for the link. I don't have the solution for this right now. Feel free to open a PR when you find one.

Yes, currently it's not supported because using the just on `BrushDrawingView` as a first child view. So everything else will be on top of brush view.

Can you share some pseudo code here ? To understand how it works.

Okay. I understand that `setTranslationZ(1);` will help to bring the view front and back. And I think we can achieve the same thing using `bringToFront()` method on the view. But...

I understand the setTranslation effect. But the concern is it will be on top of all other views i.e text, emoji, and images. Let say we draw a line using...

Can you explain what to you mean by "keep track of a "mask" of each image" ? Also by snapshot do you mean the view object snapshot ?