# HG changeset patch # User robcast # Date 1327576674 -3600 # Node ID 37b76afa0b8aea775b94cdc82ea31a8d7dc7f781 # Parent 0324b5ebc4f15550dae2f1c1315c9175fd2dd25b fixed ImgInfo-json not reading dpi metadata. diff -r 0324b5ebc4f1 -r 37b76afa0b8a webapp/src/main/webapp/ImgInfo-json.jsp --- 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(); %>