digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

[Improvement] Refactor ImageContentReader to be OpenJDK compatible #360

Closed myniva closed 9 years ago

myniva commented 9 years ago

OpenJDK does not include some Sun specific image manipulation classes (package com.sun.image.codec.jpeg). Therefore change the way how image dimensions are read by using ImageIO instead of JAI.