We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use case, imagery with nodata set to 0, being stretched to 0/255, the output does not look at all like it should.
Expected output (obtained with normal JAI):
Actual output with jai-ext:
Style:
<?xml version="1.0" encoding="UTF-8"?> <sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" version="1.0.0"> <sld:UserLayer> <sld:LayerFeatureConstraints> <sld:FeatureTypeConstraint/> </sld:LayerFeatureConstraints> <sld:UserStyle> <sld:Title/> <sld:FeatureTypeStyle> <sld:Name>Sentinel2 TCI_105</sld:Name> <sld:FeatureTypeName>Feature</sld:FeatureTypeName> <sld:Rule> <sld:RasterSymbolizer> <ChannelSelection> <RedChannel> <SourceChannelName>3</SourceChannelName> <ContrastEnhancement> <Normalize> <VendorOption name="algorithm">StretchToMinimumMaximum</VendorOption> <VendorOption name="minValue">0</VendorOption> <VendorOption name="maxValue">105</VendorOption> </Normalize> </ContrastEnhancement> </RedChannel> <GreenChannel> <SourceChannelName>2</SourceChannelName> <ContrastEnhancement> <Normalize> <VendorOption name="algorithm">StretchToMinimumMaximum</VendorOption> <VendorOption name="minValue">0</VendorOption> <VendorOption name="maxValue">105</VendorOption> </Normalize> </ContrastEnhancement> </GreenChannel> <BlueChannel> <SourceChannelName>1</SourceChannelName> <ContrastEnhancement> <Normalize> <VendorOption name="algorithm">StretchToMinimumMaximum</VendorOption> <VendorOption name="minValue">0</VendorOption> <VendorOption name="maxValue">105</VendorOption> </Normalize> </ContrastEnhancement> </BlueChannel> </ChannelSelection> </sld:RasterSymbolizer> </sld:Rule> </sld:FeatureTypeStyle> </sld:UserStyle> </sld:UserLayer> </sld:StyledLayerDescriptor>
Test data available on request (see also internal ticket 12663)
The text was updated successfully, but these errors were encountered:
aaime
No branches or pull requests
Use case, imagery with nodata set to 0, being stretched to 0/255, the output does not look at all like it should.
Expected output (obtained with normal JAI):
Actual output with jai-ext:
Style:
Test data available on request (see also internal ticket 12663)
The text was updated successfully, but these errors were encountered: