Re: wxEuphoria image scaling
- Posted by evanmars Nov 21, 2014
- 2028 views
Don't know if it helps, but adding another
bmp_size = get_bitmap_size( bmp ) puts(1,to_string(bmp_size[1]) & " " & to_string(bmp_size[1]) & "\n")
after the rescale shows the new size to be 0,0