• Blitz Shadow Player
  • Caius
  • redboot
  • Rules
  • Chain of Command
  • Members
  • Supported Ladders & Games
  • Downloads


Map Mod
03-16-2024, 04:13 PM,
#7
RE: Map Mod
Hi Bigus, terribly sorry about my late reply. I think I know what's going on, it's likely about the resize algorithm you use when scaling your 3d sized originals to smaller zoom levels.

You need to use an algorithm that does not blur the outlines, like most all algorithms do. Corel PSP calls the proper resize algorithm "Pixel Resize". With GIMP it is (or at least was, I use an older version) Interpolation: None.

What these resize algorithms do they do not change any pixel colours from their originals. When you resize, if you have an edge with sharp black shape with white background, they do not create a gray blur there, but keep the edge pixel colours original. Usually you want the blur for a nicer end effect when scaling to smaller images, but here it creates these edges.

The game engine picks the transparency background colour from image position 0,0 and if you have pure white as background, no part of image where this pure white exists is drawn. But if that pure white changes its RGB (255,255,255) (or HEX #FFFFFF if you prefer hex) code even by one, it is now drawn.

I hope I was able to make sense. This colour bleed has cursed us all at some stage before figuring out what's going on.
Visit us at CSLegion.com
Quote this message in a reply


Messages In This Thread
Map Mod - by bigus - 10-18-2023, 11:05 AM
RE: Map Mod - by Jason Petho - 10-18-2023, 03:15 PM
RE: Map Mod - by bigus - 10-19-2023, 07:43 AM
RE: Map Mod - by Jason Petho - 02-27-2024, 03:40 AM
RE: Map Mod - by Crossroads - 03-05-2024, 05:23 PM
RE: Map Mod - by bigus - 03-06-2024, 09:00 AM
RE: Map Mod - by Crossroads - 03-16-2024, 04:13 PM
RE: Map Mod - by bigus - 03-17-2024, 11:26 PM
RE: Map Mod - by Crossroads - 03-18-2024, 12:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)