RubberStamp
RubberStamp copied to clipboard
Make use of a BitmapPool for better memory efficiency
This might not be necessary given the limited Bitmap creations as part of the library. Although, it would be efficient for someone using the library multiple times in the same activity/fragment to use the bitmap returned as part of a Bitmap Pool. Open to suggestions.