BitmapMerger icon indicating copy to clipboard operation
BitmapMerger copied to clipboard

Play with bitmaps

Results 2 BitmapMerger issues
Sort by recently updated
recently updated
newest added

I found a bug: Currently overlay bitmap is scaled by baseBitmap dimens Line 217 of file **BitmapmergerTask.java** has to change from: `Bitmap overlayScaled = Bitmap.createScaledBitmap(overlayBitmap, (int) (baseBitmap.getWidth() * scale), (int)...