Mercurial > hg > digilib
changeset 960:37b76afa0b8a
fixed ImgInfo-json not reading dpi metadata.
| author | robcast |
|---|---|
| date | Thu, 26 Jan 2012 12:17:54 +0100 |
| parents | 0324b5ebc4f1 |
| children | 46f73ccabdac |
| files | webapp/src/main/webapp/ImgInfo-json.jsp |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/ImgInfo-json.jsp Wed Jan 25 17:35:23 2012 +0100 +++ b/webapp/src/main/webapp/ImgInfo-json.jsp Thu Jan 26 12:17:54 2012 +0100 @@ -27,6 +27,7 @@ %>{ <% if (imgFile != null) { + imgFile.checkMeta(); ImageFile img = (ImageFile) imgFile.getBiggest(); ImageSize imgSize = img.getSize(); %>
