Resampling always showing Nearest although other options are used #981
Unanswered
lawrencenika
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
@lawrencenika would you be able to share the file you're working with? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I tried with
/cog/tiles/WebMercatorQuad/{z}/{x}/{y}.png?url=${encodeURIComponent(objPath)}&bidx=1&resampling=bilinearand a bunch of other resampling options likegaussorcubicbut when zooming in to the image, they all look pixelated still which is from defaultresampling=nearest. Anything else I can try?what i m seeing is

when
resampling=bilinearExpected Output
for
resampling=bilinearEnvironment Information
titiler:latest (v0.18.6) run in local docker env on macos
with ENV WORKERS_PER_CORE 1
Beta Was this translation helpful? Give feedback.
All reactions