You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for writing this library. It helped me a lot during the project development process. When integrating into my project I made changes in your library to improve performance. I hope this will help you and the community:
1. Combined with Glide:
Yes, I have integrated the library into the Transformation of glide. With the cache mechanism and excellent flow management of glide, it helps me optimize every time I want to filter and release bitmaps when I no longer use them.
Thank you for writing this library. It helped me a lot during the project development process. When integrating into my project I made changes in your library to improve performance. I hope this will help you and the community:
1. Combined with Glide:
Yes, I have integrated the library into the Transformation of glide. With the cache mechanism and excellent flow management of glide, it helps me optimize every time I want to filter and release bitmaps when I no longer use them.
Source: FilterTransformation
2. Release bitmap:
When using the library, I encountered a lot of Out of memory errors. I tried to find a way and there were some solutions:
a) Create copy bitmap:
Source: ImageProcessor
b) Recycle bitmap:
Source: Filter
This is the result:
Project:
AndroidFilters
Thank you for reading my post, thank you
The text was updated successfully, but these errors were encountered: