Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
In addition to the test in html.cc we need to check here for
excessive image sizes because
* images can be scaled preserving their original aspect ratio
by just specifing one dimension
* image sizes can be specified via CSS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bound checking assertions can be switched off with the standard
NDEBUG compile time switch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should make it easier for the casual reader to tell what's what in
keys.cc.
|