rizwan3d / noto

Automatically exported from code.google.com/p/noto
1 stars 0 forks source link

See if website images could be improved. #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's a couple of reports that the generated images look blurry:
https://news.ycombinator.com/item?id=8040847
https://news.ycombinator.com/item?id=8041589

See if something could be done to improve the image.

The code that generates the images is at 
https://code.google.com/p/noto/source/browse/nototools/create_image.py

Original issue reported on code.google.com by roozbeh@google.com on 16 Jul 2014 at 11:37

GoogleCodeExporter commented 9 years ago
Thee CSS is scaling images to fit the text width:

.font img {
  max-width: 100%;
}

That's a non-starter.  That's a deal-breaker for showcasing type.

Original comment by behdad@google.com on 16 Jul 2014 at 11:49

GoogleCodeExporter commented 9 years ago
We could generate 2 sets of images, one for normal displays and the other for 
high DPI displays.

Original comment by zack...@google.com on 16 Jul 2014 at 11:54

GoogleCodeExporter commented 9 years ago
Issue 118 has been merged into this issue.

Original comment by zack...@google.com on 5 Aug 2014 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by roozbeh@google.com on 16 Jan 2015 at 6:01