I am processing jpegs with different ICC profiles. Since I load them the embedded ICC profiles are deleted. But i need them afterwards.
How should I proceed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For instances of
java.awt.BufferedImage, you can usegetColorModel():http://docs.oracle.com/javase/6/docs/api/java/awt/image/BufferedImage.html#getColorModel()
Does that work for you?… or, does your image-loading involve more exotic datastructures?