You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In high oversampling scenarios a image made of a single pixel, with a ROI, can be oversampled thousands of times. The property generator in this case is going to generate a ROI that is very large, but with tiles that are 1x1, killing the tiling subsystem (tile cache, tile oriented computation).
The scaled image itself does not get 1x1 tiles (possibly due to hints set by the caller), the property generator should leverage that information and create a ROI with the same tile layout as the scaled image (in this case it was a image mosaic output from GeoTools, with tiles that were 512x512)
The text was updated successfully, but these errors were encountered:
In high oversampling scenarios a image made of a single pixel, with a ROI, can be oversampled thousands of times. The property generator in this case is going to generate a ROI that is very large, but with tiles that are 1x1, killing the tiling subsystem (tile cache, tile oriented computation).
The scaled image itself does not get 1x1 tiles (possibly due to hints set by the caller), the property generator should leverage that information and create a ROI with the same tile layout as the scaled image (in this case it was a image mosaic output from GeoTools, with tiles that were 512x512)
The text was updated successfully, but these errors were encountered: