[Gambas-user] Bad Image format

Paul Horechuk horechuk at ...981...
Mon Dec 8 22:34:15 CET 2014


Kubuntu 14.04 LTS x86_64
Gambas 3.6.2
---------------------------------------------------
Dim PageImage as Image

...

Public Sub Preview()
PageImage = New Image As "PageImage"
Paint.Begin(PageImage)  ' Bad Format
   PageImage.Load("picture.jpg", 0, 0, 100, 100)
Paint.End
End

---------------------------------------------------

Could someone please explain?

-- 
Think Free ...
    Use Open Source Software





More information about the User mailing list