changeset 970:b757a3cf7d95

fixed ImgInfo-json not reading dpi metadata.
author robcast
date Thu, 26 Jan 2012 12:17:54 +0100
parents 7e5a84d8d251
children 800150ab7b6f
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(); 
 		%>