burhanrashid52 / PhotoEditor

A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
MIT License
4.14k stars 991 forks source link

Has a Bug in Add shapes , Multiple Shapes , Multiple Frame Set on Background . #109

Open talkprashant opened 5 years ago

talkprashant commented 5 years ago

Hello, I want to add some frame and add Background image or Background Color .

Bug : - Implement this features : - I'm implementation two PhotoEditorview one is parentPhotoView and second is childPhotoView after that set frame and background on ParentphotoView and which image to select on Gallery to set in ChildPhotoView at this childView behave like image view , if you want move and rotate on this childview (Gallery Image ) .

But Problem is after set All attribute (like Emoji , Text ,Sticker , Filter , Frame on Background ) then save image ? Problem Case : -

  1. If filter and Background both set then save image Successfully save Image .
  2. if Only filer without background set on Image then not save Image

Please Help me.

Thanks you

burhanrashid52 commented 5 years ago

Your both case are on Parent PhotoEdior or child PhotoEditor?

talkprashant commented 5 years ago

yes , i'm using both case . one is ParentView : set Background Color , Image & Frame . Second is : ChildView (it is image type you can rotate &move Support multiple Touchlistener ) But Problem is : Applied All Attribute (Emoji , Sticker , Background ,etc) When Save Image (Save image Successfully but without filter effect) .