Websites should not use dithered images
simplethread.com
Websites should not use dithered images
1–10 of 133 posts
Re: Websites should not use dithered images
#2For instance somebody might have a HiDPI or Retina screen or they might be zoomed in or out on a particular web page. Or for that matter maybe you want to scale the size of the image so it fills the screen horizontally or vertically.
The scaling algorithm might maintain the the dither or it might smooth and blend it. Maybe it looks OK in the end but I wouldn't take for granted what happens.
When I zoom in and out on that page some of the images like the greek guy do OK consistently, but the dither takes on an unpleasant structure at certain sizes of the ocean image.
Re: Websites should not use dithered images
#3Re: Websites should not use dithered images
#4I honestly doubt that a lot of people who go to lengths to unearth Atkinson dithering these days don't aim for that, though.
Most likely, you shouldn't use images in the first place.
Re: Websites should not use dithered images
#5I would also be concerned with how these things scale in terms of the display. For instance somebody might have a HiDPI or Retina screen or they might be zoomed in or out on a particular web page. Or for that matter maybe you want to scale the size of the image so it fills the screen horizontally or vertically. The scaling algorithm might maintain the the dither or it might smooth and blend it. Maybe it looks OK in t…
Re: Websites should not use dithered images
#6Curious if this is a commentary a propos a popular low-tech website we see around HN. I appreciate the dithering pattern, though I recognize it is not as efficient as, say, a compressed jpeg or a palette limited GIF.
Re: Websites should not use dithered images
#7Re: Websites should not use dithered images
#8Re: Websites should not use dithered images
#9Curious if this is a commentary a propos a popular low-tech website we see around HN. I appreciate the dithering pattern, though I recognize it is not as efficient as, say, a compressed jpeg or a palette limited GIF.
Shouldn't dithered images also benefit from the limited palette?
Re: Websites should not use dithered images
#10Curious if this is a commentary a propos a popular low-tech website we see around HN. I appreciate the dithering pattern, though I recognize it is not as efficient as, say, a compressed jpeg or a palette limited GIF.