Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Lightspeed on December 13, 2003, 07:11:02 pm

Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 13, 2003, 07:11:02 pm
Whenever I use a 32-bit background interface image (size 1024x768 on a screen resolution of 1024x768) the image seems to be stretched around (i.e. i can see the pixels that should be at 0/y at 1024/y, x/768 at x/0, etc; diagonal lines (best seen on 45° angles) get stretched and look pretty ugly. This does not happen with 8-bit backgrounds, and it happens both with JPG and TGA files. Any other images (buttons and the like) will not be affected by the stretching thingy.

Is there some way to fix this... please? :)
Title: Minor Problem with 32bit stuff
Post by: Odyssey on December 13, 2003, 07:34:53 pm
[color=cc9900]Which SCP release are you using? And also, is your graphics card set to anti-aliase and/or use anisotropic filtering? Those caused a fair few problems for me with the interface before I turned them off.[/color]
Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 13, 2003, 08:40:52 pm
yeah, anti aliasing causes problems. That's why i have it turned off. So that isn't the problem.

Using the latest release.
Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 14, 2003, 07:58:39 am
(http://www.penguinbomb.com/lightspeed/SCPTest/InterfaceBug.jpg)

this is what it looks like...
Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 14, 2003, 12:05:39 pm
... anyone?
Title: Minor Problem with 32bit stuff
Post by: Lynx on December 14, 2003, 12:57:32 pm
It's got something to do with some DX filters or something and there's no workaround without rewriting the 32 bit stuff, I fear. This blur makes 32bit for interfaces useless IMO.
Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 14, 2003, 01:01:05 pm
:(
Title: Minor Problem with 32bit stuff
Post by: Lightspeed on December 14, 2003, 04:08:43 pm
Quote
Originally posted by Lynx
It's got something to do with some DX filters or something and there's no workaround without rewriting the 32 bit stuff, I fear. This blur makes 32bit for interfaces useless IMO.


just had a thought.... why does it display only backgrounds that way, then? :confused:

And it's not really a blur. it's actually kinda resizing the image :wtf:
Title: Minor Problem with 32bit stuff
Post by: Lynx on December 14, 2003, 04:28:01 pm
Quote
Originally posted by Lightspeed


just had a thought.... why does it display only backgrounds that way, then? :confused:

And it's not really a blur. it's actually kinda resizing the image :wtf:


I dunno, thats just what FT told me (sort of).