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
After zooming in to the maximum level of COG, the image will not be distorted.
Added the workerPoolSize parameter to control the number of threads in the resampling method's work pool, defaults to the number of CPUs available. When this parameter is null or 0, then the resampling will be done in the main thread.
Fixed
useRealValue and domain parameters together cooperate with effectiveness.
After zooming in, the image does not use geotiff's resampling method, and custom cropping and resampling methods are used to ensure the true values and coordinates of the corresponding TIFF. #30