質問

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?

役に立ちましたか?

解決

For instances of java.awt.BufferedImage, you can use getColorModel():

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?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top