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.13k stars 991 forks source link

how to get image without saving it? #304

Closed floweri closed 3 years ago

floweri commented 3 years ago

I want to pass image URL to another activity, but only the image itself without its label and text and other filter effect, how can I get image with it filters?

burhanrashid52 commented 3 years ago

So you want to pass only filters to the next activity but not the labels and text? If yes, then the library does not handle that. However, you can make it work by just passing the filter type from the intent and set it programmatically in the second activity.

burhanrashid52 commented 3 years ago

closing due to no acitivty