8339845: Update color.org and wapforum.org links to use HTTPS instead of HTTP
Reviewed-by: prr, honkar, aivanov
This commit is contained in:
parent
4ff17c14a5
commit
45e438f3f4
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -48,7 +48,7 @@ import sun.java2d.cmm.PCMM;
|
||||
* {@code ColorSpace} class. This representation of device independent and
|
||||
* device dependent color spaces is based on the International Color Consortium
|
||||
* Specification ICC.1:2001-12, File Format for Color Profiles (see
|
||||
* <a href="http://www.color.org">http://www.color.org</a>).
|
||||
* <a href="https://www.color.org">https://www.color.org</a>).
|
||||
* <p>
|
||||
* Typically, a {@code Color} or {@code ColorModel} would be associated with an
|
||||
* ICC Profile which is either an input, display, or output profile (see the ICC
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -64,7 +64,7 @@ import sun.java2d.cmm.ProfileDeferralInfo;
|
||||
* A representation of color profile data for device independent and device
|
||||
* dependent color spaces based on the International Color Consortium
|
||||
* Specification ICC.1:2001-12, File Format for Color Profiles, (see
|
||||
* <a href="http://www.color.org"> http://www.color.org</a>).
|
||||
* <a href="https://www.color.org"> https://www.color.org</a>).
|
||||
* <p>
|
||||
* An {@code ICC_ColorSpace} object can be constructed from an appropriate
|
||||
* {@code ICC_Profile}. Typically, an {@code ICC_ColorSpace} would be associated
|
||||
|
@ -690,7 +690,7 @@ public class ColorConvertOp implements BufferedImageOp, RasterOp {
|
||||
* shall be set to zero. Thus, we are ignoring two most significant
|
||||
* bytes here.
|
||||
*
|
||||
* See http://www.color.org/ICC1v42_2006-05.pdf, section 7.2.15.
|
||||
* See https://www.color.org/ICC1v42_2006-05.pdf, section 7.2.15.
|
||||
*/
|
||||
return ((header[index+2] & 0xff) << 8) |
|
||||
(header[index+3] & 0xff);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@
|
||||
* <!-- WBMP plugin -->
|
||||
* <tr>
|
||||
* <th scope="row">
|
||||
* <a href="http://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf">
|
||||
* <a href="https://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf">
|
||||
* WBMP</a>
|
||||
* <td>yes
|
||||
* <td>yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -1008,7 +1008,7 @@ public final class BaselineTIFFTagSet extends TIFFTagSet {
|
||||
/**
|
||||
* Constant specifying the "ICC Profile" tag.
|
||||
*
|
||||
* @see <a href="http://www.color.org/ICC1V42.pdf">ICC Specification, section B.4: Embedding ICC profiles in TIFF files</a>
|
||||
* @see <a href="https://www.color.org/ICC1V42.pdf">ICC Specification, section B.4: Embedding ICC profiles in TIFF files</a>
|
||||
*/
|
||||
public static final int TAG_ICC_PROFILE = 34675;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user