When I use LoadBitmapResize on the attached bitmap it just hangs
If I just Open the bitmap with Paint.Net and SAVE it the size changes from 345kb to 1.2meg but then LoadBitmapResize works just fine.
THIS is the only bitmap (of 600+) that has ever given me a problem.
Very suprised the LoadBitmapResize did not fail or throw an error but just never returns
B4X:
NewTitleBitmap.TitleBitmap = LoadBitmapResize(Path, FolderFile, 40dip, 40dip, True)
If I just Open the bitmap with Paint.Net and SAVE it the size changes from 345kb to 1.2meg but then LoadBitmapResize works just fine.
THIS is the only bitmap (of 600+) that has ever given me a problem.
Very suprised the LoadBitmapResize did not fail or throw an error but just never returns