• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Colour change after resampling

Messages
137
Country
germany
Hi guys,

I get some really strange colour changes after editing my bmp file in Photoshop and putting it in the resampler.

How it looks in TmfViewer:

tmf8oszx.png


How it looks in Photoshop:

pstls7k.png


What I tried so far:

-setting NullValue to 255,255,255 in the inf
-replacing the colour

If I put the raw, unedited image in the resampler, there aren't any problems. However I'd like to change the brightness and the contrast of my satellite image.

Thanks in advance!
 
What's the compression quality?

Looks like it's averaging the colour difference to reduce file size
 
Here is my inf file. Should I try 100?

[Source]
Type = MultiSource
NumberOfSources = 3

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "Nosy Iranja.bmp"
Variation = January, February, March, April, May, June, July, August, September, October, November, December
Channel_BlendMask = 2.0
Channel_LandWaterMask = 3.0
ulyMap = -13.5730880498886
ulxMap = 47.7737179398537
xDim = 2.473053113321408e-6
yDim = 2.909275452183726e-6

[Source2]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "Nosy Iranja Blendmask.bmp"
SamplingMethod = Gaussian
ulyMap = -13.5730880498886
ulxMap = 47.7737179398537
xDim = 2.473053113321408e-6
yDim = 2.909275452183726e-6

[Source3]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "Nosy Iranja Watermask.bmp"
SamplingMethod = Gaussian
ulyMap = -13.5730880498886
ulxMap = 47.7737179398537
xDim = 2.473053113321408e-6
yDim = 2.909275452183726e-6

[Destination]
DestDir = "."
DestBaseFileName = "Nosy_Iranja_Photo"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 90
 
Hi there,

In my experience this happens in the vicinity of pixels that are fully saturated (=255) in one or more bands. Thus, I use the Levels or Curves tool in Photoshop to clip the max pixel value to 254 or even 250, depending on the image.

Cheers, Holger
 
Back
Top