Pure Java alternative to JAI ImageIO for detecting CMYK images

后端 未结 4 843
忘了有多久
忘了有多久 2020-12-24 15:24

first I\'d like to explain the situation/requirements that lead to the question:

In our web application we can\'t support CMYK images (JPEG) since IE 8 and below can

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 15:41

    Beware of another post as the Java 7 does not allow to use directly Sun's implementation without special parameters as indicated in import com.sun.image.codec.jpeg.*.

提交回复
热议问题