UnscramblePic.bas - Rotate picture pieces puzzle
#5
It works just fine when I supply an external image...

Code: (Select All)
'====================================================
'Load your own image below, instead of my built-in one.
pic& = _LoadImage("TEST.PNG", 32)
'pic& = BASIMAGE1& 'load my ugly pic
_PutImage (0, 0)-(_Width, _Height), pic&
_FreeImage pic&
'====================================================

...but no luck so far with the internal one.
Reply


Messages In This Thread
RE: UnscramblePic.bas - Rotate picture pieces puzzle - by JRace - 07-14-2023, 05:05 AM



Users browsing this thread: 4 Guest(s)