- Messages
- 355
- Country

Today I created a photo file bgl with sbuilder. I want to add night texture, but my problem is that resamble.exe doesn't create bgl. I created a Batch file to see what is the problem. The resamble doesn't open data source, but the bmp files are into the folder sourcedata. My inf file is this:
[Source]
Type = MultiSource
NumberOfSources = 2
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "SourceData"
SourceFile = "Calcinate.BMP"
ULXMAP = 8.70117188888889
ULYMAP = 45.8441078055556
XDIM = 8.58306826636905E-05
YDIM = 5.98319010416681E-05
Variation = Day
[Source2]
Type = BMP
Layer = Imagery
SourceDir = "SourceData"
SourceFile = "calcinate_lm.BMP"
ULXMAP = 8.70117188888889
ULYMap = 45.8441078055556
XDIM = 8.58306826636905E-05
YDIM = 5.98319010416681E-05
Variation = Night
[Destination]
DestDir = "Output"
DestBaseFileName = "Photo_calcinate"
UseSourceDimensions = 1
I reduced bmp dimension, I reduced to 256 colors but the result is the same.
Where is my error?
[Source]
Type = MultiSource
NumberOfSources = 2
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "SourceData"
SourceFile = "Calcinate.BMP"
ULXMAP = 8.70117188888889
ULYMAP = 45.8441078055556
XDIM = 8.58306826636905E-05
YDIM = 5.98319010416681E-05
Variation = Day
[Source2]
Type = BMP
Layer = Imagery
SourceDir = "SourceData"
SourceFile = "calcinate_lm.BMP"
ULXMAP = 8.70117188888889
ULYMap = 45.8441078055556
XDIM = 8.58306826636905E-05
YDIM = 5.98319010416681E-05
Variation = Night
[Destination]
DestDir = "Output"
DestBaseFileName = "Photo_calcinate"
UseSourceDimensions = 1
I reduced bmp dimension, I reduced to 256 colors but the result is the same.
Where is my error?