B4A Library Rounded + Scaled + Rotated Bitmaps

Hello , i would like to offer my new library about bitmaps , wish you can scale or rotate or have a rounded bitmaps and get the memory used. hope it will be useful for you.

Version : 1.0

Methods :

  • getRoundedBitmap(Bitmap as Bitmap) as Bitmap
  • getScaledBitmap(Fname as String , mDstWidth as int , mDstHeight as int)
Properties :
  • MemUsage as int
  • Rotation as float
  • ScaleType as string : "Crop" or "Fit"
 

Attachments

  • JoeImgs.zip
    9 KB · Views: 227
Top