diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 09:49:26 -0500 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 09:49:26 -0500 | 
| commit | 2c568dbb6ccf419450c6f64a782b7e83875f9c2f (patch) | |
| tree | 8dbb12138c59f4984a24112b30ec079565e7638e | |
| parent | 84296ad0de25bc27403a0566119569152faa6d9f (diff) | |
Acknowledge Kent Quirk's image resolution support
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | doc.go | 6 | 
2 files changed, 8 insertions, 4 deletions
| @@ -199,8 +199,10 @@ package presentation and tests. Templating is adapted by Marcus Downing from  the FPDF_Tpl library created by Jan Slabon and Setasign. Jelmer Snoeck  contributed packages that generate a variety of barcodes and help with  registering images on the web. Additionally, he augmented the basic HTML -functionality with aligned text. Bruno Michel has provided valuable assistance -with the code. +functionality with aligned text. Kent Quirk implemented backwards-compatible +support for reading DPI from images that support it, and for setting DPI +manually and then having it properly taken into account when calculating image +size. Bruno Michel has provided valuable assistance with the code.  ##Roadmap @@ -217,8 +217,10 @@ package presentation and tests. Templating is adapted by Marcus Downing from  the FPDF_Tpl library created by Jan Slabon and Setasign. Jelmer Snoeck  contributed packages that generate a variety of barcodes and help with  registering images on the web. Additionally, he augmented the basic HTML -functionality with aligned text. Bruno Michel has provided valuable assistance -with the code. +functionality with aligned text. Kent Quirk implemented backwards-compatible +support for reading DPI from images that support it, and for setting DPI +manually and then having it properly taken into account when calculating image +size. Bruno Michel has provided valuable assistance with the code.  Roadmap | 
