Make Bitmap instance from Drawable

Category:
Author: zemna
Date: April 17, 2021
Share this:

[code lang="java"] // Create empty bitmap Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);

// Create canvas to draw drawable Canvas canvas = new Canvas(bitmap);

// Set bounds d.setBounds(0, 0, 48, 48);

// Draw drawable to canvas d.draw(canvas);

// Save canvas canvas.save(); [/code]

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *

Let's connect and create
something awesome together!
2023 - Copyright, All Rights Reserved, Made by ZEMNA.NET with ❤️
crossmenu linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram