6523403: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles
Add two contributed profiles and a fix to GRAY.pf, all from Redhat, keiths@redhat.com contributed the GRAY.pf fix. Reviewed-by: jgodinez, avu, prr
This commit is contained in:
parent
5e8e0b270e
commit
f82f310aba
@ -41,12 +41,8 @@ endif # OPENJDK
|
||||
ICCPROFILE_DEST_DIR = $(LIBDIR)/cmm
|
||||
|
||||
iccprofiles: $(ICCPROFILE_DEST_DIR)/sRGB.pf $(ICCPROFILE_DEST_DIR)/GRAY.pf \
|
||||
$(ICCPROFILE_DEST_DIR)/CIEXYZ.pf
|
||||
|
||||
ifndef OPENJDK
|
||||
iccprofiles: $(ICCPROFILE_DEST_DIR)/PYCC.pf \
|
||||
$(ICCPROFILE_DEST_DIR)/LINEAR_RGB.pf
|
||||
endif
|
||||
$(ICCPROFILE_DEST_DIR)/CIEXYZ.pf $(ICCPROFILE_DEST_DIR)/PYCC.pf \
|
||||
$(ICCPROFILE_DEST_DIR)/LINEAR_RGB.pf
|
||||
|
||||
$(ICCPROFILE_DEST_DIR)/sRGB.pf: $(ICCPROFILE_SRC_DIR)/sRGB.pf
|
||||
$(RM) $(ICCPROFILE_DEST_DIR)/sRGB.pf
|
||||
|
Binary file not shown.
BIN
jdk/src/share/lib/cmm/lcms/LINEAR_RGB.pf
Normal file
BIN
jdk/src/share/lib/cmm/lcms/LINEAR_RGB.pf
Normal file
Binary file not shown.
BIN
jdk/src/share/lib/cmm/lcms/PYCC.pf
Normal file
BIN
jdk/src/share/lib/cmm/lcms/PYCC.pf
Normal file
Binary file not shown.
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @bug 6476665
|
||||
* @bug 6476665 6523403
|
||||
* @summary Verifies reading profiles of the standard color spaces
|
||||
* @run main ReadProfileTest
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user