Posts: 4,692
Threads: 222
Joined: Apr 2022
Reputation:
322
08-31-2023, 05:20 PM
(This post was last modified: 08-31-2023, 05:21 PM by bplus.)
@dbox
Does the image have to be accessible from Internet?
I found one example with that, the Chuck Norris demo.
I am trying to figure out how to get QB64 logo image into banner.
How do we get images loaded from our computer drive?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 4,692
Threads: 222
Joined: Apr 2022
Reputation:
322
Testing loading an image from here:
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Posts: 4,692
Threads: 222
Joined: Apr 2022
Reputation:
322
08-31-2023, 05:49 PM
(This post was last modified: 08-31-2023, 07:16 PM by bplus.)
Thanks I missed it the first time for Terry, good! looks easy enough.
Update: finally got it working with the old $IF WEB trick using the above link for QBJS and a private disk file for QB64.
But I ran into a number of problems using _PutImage with grymmjack's thing for shrinking the image in QBJS, ie hard numbers won't line up with xmx and ymx constants for screen width and height. I was getting double printing of heading! So I am sticking to required 1400 x 256 and just moving screens to check drawing alignments.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever