Hi everyone,
Just a quick question:
I'm trying to use SVGA graphics with FL35 and QB71, 800x600 8 bit res.
When I print something on a blank screen (with Future.print command) everything ids good, but if I previously load a BMP file and print something over it, the colors shown are not the expected ones. Can someone help me? Thank you
Future Library usage
- burger2227
- Veteran
- Posts: 2467
- Joined: Mon Aug 21, 2006 12:40 am
- Location: Pittsburgh, PA
Bitmaps use their own color settings. This will change some or all default colors to new RGB values. Reset to default colors with a PALETTE statement.
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Fixed!
I found the way to fix the problem.
It's enough to use Paint Shop Pro: you load the image, load the "standard" palette (0=black, 1=blue and so on) and save the image. In this way I am able to load any kind of images. Thanks for help, goodbye!
It's enough to use Paint Shop Pro: you load the image, load the "standard" palette (0=black, 1=blue and so on) and save the image. In this way I am able to load any kind of images. Thanks for help, goodbye!