This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new b00baa1b Use HTTPS in URL
b00baa1b is described below

commit b00baa1b3790693ac6840b8803b26059f8aa93d8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:24:59 2025 -0500

    Use HTTPS in URL
---
 .../commons/imaging/formats/png/Extension.java     |  2 +-
 .../imaging/formats/png/chunks/PngChunkIccp.java   |  2 +-
 .../commons/imaging/formats/png/package-info.java  |  4 +-
 src/site/xdoc/download_sanselan.xml                |  2 +-
 src/site/xdoc/formatsupport.xml                    | 66 +++++++++++-----------
 src/site/xdoc/gettingstarted.xml                   |  2 +-
 src/site/xdoc/references.xml                       | 14 ++---
 src/site/xdoc/sampleimages.xml                     | 12 ++--
 8 files changed, 52 insertions(+), 52 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/Extension.java 
b/src/main/java/org/apache/commons/imaging/formats/png/Extension.java
index aa7d7e6f..def1baee 100644
--- a/src/main/java/org/apache/commons/imaging/formats/png/Extension.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/Extension.java
@@ -23,7 +23,7 @@ package org.apache.commons.imaging.formats.png;
  */
 enum Extension {
     /**
-     * @see <a 
href="http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html";>Extensions
 to the PNG 1.2 Specification, Version 1.5.0</a>
+     * @see <a 
href="https://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html";>Extensions
 to the PNG 1.2 Specification, Version 1.5.0</a>
      */
     PNGEXT,
 
diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccp.java 
b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccp.java
index 7cf6651f..d55b8d40 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccp.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccp.java
@@ -33,7 +33,7 @@ import org.apache.commons.io.IOUtils;
  * The PNG iCCP chunk. If "present, the image samples conform to the color 
space represented by the embedded ICC profile as defined by the International 
Color
  * Consortium".
  *
- * @see <a href="http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html";>PNG 
Specification</a>
+ * @see <a href="https://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html";>PNG 
Specification</a>
  */
 public final class PngChunkIccp extends PngChunk {
 
diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/package-info.java 
b/src/main/java/org/apache/commons/imaging/formats/png/package-info.java
index cf69a0d8..06451b44 100644
--- a/src/main/java/org/apache/commons/imaging/formats/png/package-info.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/package-info.java
@@ -19,10 +19,10 @@
  * The PNG (Portable Network Graphics) image format.
  * <p>
  * The implementation is based on the
- * <a href="http://www.libpng.org/pub/png/spec/1.2/";>PNG specification version 
1.2</a>,
+ * <a href="https://www.libpng.org/pub/png/spec/1.2/";>PNG specification 
version 1.2</a>,
  * and supports the following extensions:
  * <ul>
- *     <li><a 
href="http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html";>Extensions
 to the PNG 1.2 Specification, Version 1.5.0</a></li>
+ *     <li><a 
href="https://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html";>Extensions
 to the PNG 1.2 Specification, Version 1.5.0</a></li>
  * </ul>
  */
 package org.apache.commons.imaging.formats.png;
diff --git a/src/site/xdoc/download_sanselan.xml 
b/src/site/xdoc/download_sanselan.xml
index 659dd460..3537ea34 100644
--- a/src/site/xdoc/download_sanselan.xml
+++ b/src/site/xdoc/download_sanselan.xml
@@ -64,7 +64,7 @@ limitations under the License.
     <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> <a 
href="http://www.apache.org/info/verification.html";>verify the integrity</a> of
+        builds, but you <strong>must</strong> <a 
href="https://www.apache.org/info/verification.html";>verify the integrity</a> of
         the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from all the mirrors.
diff --git a/src/site/xdoc/formatsupport.xml b/src/site/xdoc/formatsupport.xml
index be81326a..383cda77 100644
--- a/src/site/xdoc/formatsupport.xml
+++ b/src/site/xdoc/formatsupport.xml
@@ -42,7 +42,7 @@ limitations under the License.
     </td>
     <td>
        No spec, see:
-       <a href="http://en.wikipedia.org/wiki/Windows_bitmap";>wikipedia</a>
+       <a href="https://en.wikipedia.org/wiki/Windows_bitmap";>wikipedia</a>
     </td>
   </tr>
 
@@ -55,8 +55,8 @@ limitations under the License.
         Controlling the exact format when writing is incomplete.
     </td>
     <td>
-       <a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt";>spec</a>
-       <a href="http://en.wikipedia.org/wiki/GIF";>wikipedia</a>
+       <a href="https://www.w3.org/Graphics/GIF/spec-gif89a.txt";>spec</a>
+       <a href="https://en.wikipedia.org/wiki/GIF";>wikipedia</a>
     </td>
   </tr>
 
@@ -70,9 +70,9 @@ limitations under the License.
         Provides JPEG comments in ImageInfo.
     </td>
     <td>
-       <a href="http://www.jpeg.org/public/jfif.pdf";>JFIF spec</a>
-       <a href="http://www.jpeg.org/jpeg/index.html";>JPEG Group</a>
-       <a href="http://en.wikipedia.org/wiki/JPEG";>wikipedia</a>
+       <a href="https://www.jpeg.org/public/jfif.pdf";>JFIF spec</a>
+       <a href="https://www.jpeg.org/jpeg/index.html";>JPEG Group</a>
+       <a href="https://en.wikipedia.org/wiki/JPEG";>wikipedia</a>
     </td>
   </tr>
 
@@ -84,7 +84,7 @@ limitations under the License.
         Extensively tested for correctness against MacOS X, including behavior 
with missing masks.
     </td>
     <td>
-       <a href="http://en.wikipedia.org/wiki/Apple_Icon_Image";>wikipedia</a>
+       <a href="https://en.wikipedia.org/wiki/Apple_Icon_Image";>wikipedia</a>
     </td>
   </tr>
 
@@ -98,7 +98,7 @@ limitations under the License.
     </td>
     <td>
        No spec, see:
-       <a 
href="http://en.wikipedia.org/wiki/ICO_(icon_image_file_format)">wikipedia</a>
+       <a 
href="https://en.wikipedia.org/wiki/ICO_(icon_image_file_format)">wikipedia</a>
     </td>
   </tr>
 
@@ -121,8 +121,8 @@ limitations under the License.
         Reading complete. PAM writing only in RGB_ALPHA format.
     </td>
     <td>
-       <a href="http://netpbm.sourceforge.net/doc/index.html";>spec</a>
-       <a href="http://en.wikipedia.org/wiki/Portable_pixmap";>wikipedia</a>
+       <a href="https://netpbm.sourceforge.net/doc/index.html";>spec</a>
+       <a href="https://en.wikipedia.org/wiki/Portable_pixmap";>wikipedia</a>
     </td>
   </tr>
 
@@ -134,8 +134,8 @@ limitations under the License.
         Controlling the exact format when writing is incomplete.
     </td>
     <td>
-       <a href="http://www.libpng.org/pub/png/";>spec</a>
-       <a 
href="http://en.wikipedia.org/wiki/Portable_Network_Graphics";>wikipedia</a>
+       <a href="https://www.libpng.org/pub/png/";>spec</a>
+       <a 
href="https://en.wikipedia.org/wiki/Portable_Network_Graphics";>wikipedia</a>
     </td>
   </tr>
 
@@ -147,9 +147,9 @@ limitations under the License.
         Supports all modes except Multichannel. Can read some image metadata.
     </td>
     <td>
-       <a href="http://www.fileformat.info/format/psd/egff.htm";>Unofficial 
spec</a>
-       <a href="http://www.fileformat.info/format/psd/egff.htm";>spec</a>
-       <a href="http://en.wikipedia.org/wiki/PSD";>wikipedia</a>
+       <a href="https://www.fileformat.info/format/psd/egff.htm";>Unofficial 
spec</a>
+       <a href="https://www.fileformat.info/format/psd/egff.htm";>spec</a>
+       <a href="https://en.wikipedia.org/wiki/PSD";>wikipedia</a>
     </td>
   </tr>
 
@@ -160,7 +160,7 @@ limitations under the License.
         Basic support.
     </td>
     <td>
-      <a href="http://en.wikipedia.org/wiki/RGBE_image_format";>Wikipedia</a>
+      <a href="https://en.wikipedia.org/wiki/RGBE_image_format";>Wikipedia</a>
     </td>
   </tr>
 
@@ -178,8 +178,8 @@ limitations under the License.
     <td>
        <a 
href="https://www.web.archive.org/web/20060116011057/https://partners.adobe.com/public/developer/tiff/index.html";>Adobe</a>
        <a 
href="https://www.web.archive.org/web/20050828212121/https://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf";>spec</a>
-       <a href="http://en.wikipedia.org/wiki/TIFF";>wikipedia</a>
-       <a href="http://www.awaresystems.be/imaging/tiff/tifftags.html";>AWare 
Systems TIFF Tag Reference</a>
+       <a href="https://en.wikipedia.org/wiki/TIFF";>wikipedia</a>
+       <a href="https://www.awaresystems.be/imaging/tiff/tifftags.html";>AWare 
Systems TIFF Tag Reference</a>
     </td>
   </tr>
 
@@ -190,7 +190,7 @@ limitations under the License.
         Complete support for WBMP type 0 bitmaps.
     </td>
     <td>
-       <a href="http://en.wikipedia.org/wiki/WBMP";>wikipedia</a>
+       <a href="https://en.wikipedia.org/wiki/WBMP";>wikipedia</a>
        <a 
href="https://www.web.archive.org/web/20050824034208/http://www.wapforum.org:80/what/technical/SPEC-WAESpec-19990524.pdf";>spec</a>
     </td>
   </tr>
@@ -202,8 +202,8 @@ limitations under the License.
         Complete.
     </td>
     <td>
-       <a href="http://en.wikipedia.org/wiki/XBM";>wikipedia</a>
-       <a href="http://www.xfree86.org/current/xlib.pdf";>spec</a>
+       <a href="https://en.wikipedia.org/wiki/XBM";>wikipedia</a>
+       <a href="https://www.xfree86.org/current/xlib.pdf";>spec</a>
     </td>
   </tr>
 
@@ -216,8 +216,8 @@ limitations under the License.
         Writing only writes color data.
     </td>
     <td>
-       <a href="http://en.wikipedia.org/wiki/X_PixMap";>wikipedia</a>
-       <a href="http://www.xfree86.org/current/xpm.pdf";>spec</a>
+       <a href="https://en.wikipedia.org/wiki/X_PixMap";>wikipedia</a>
+       <a href="https://www.xfree86.org/current/xpm.pdf";>spec</a>
     </td>
   </tr>
 </table>
@@ -244,11 +244,11 @@ limitations under the License.
         Can read and write EXIF data to and from existing JPEG/JFIF files 
WITHOUT modifying image data.
     </td>
     <td>
-       <a href="http://www.exif.org/";>Exif Specs, etc.</a>
-       <a href="http://en.wikipedia.org/wiki/Exif";>wikipedia</a>
-       <a href="http://www.awaresystems.be/imaging/tiff/tifftags.html";>AWare 
Systems TIFF Tag Reference</a> (JPEG EXIF metadata is stored in TIFF 
directories)
-       <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/index.html";>Phil 
Harvey's exiftool and metadata reference</a>
-       <a 
href="http://www.sno.phy.queensu.ca/~phil/exiftool/writing.html";>Phil Harvey on 
writing EXIF</a>
+       <a href="https://www.exif.org/";>Exif Specs, etc.</a>
+       <a href="https://en.wikipedia.org/wiki/Exif";>wikipedia</a>
+       <a href="https://www.awaresystems.be/imaging/tiff/tifftags.html";>AWare 
Systems TIFF Tag Reference</a> (JPEG EXIF metadata is stored in TIFF 
directories)
+       <a href="https://www.sno.phy.queensu.ca/~phil/exiftool/index.html";>Phil 
Harvey's exiftool and metadata reference</a>
+       <a 
href="https://www.sno.phy.queensu.ca/~phil/exiftool/writing.html";>Phil Harvey 
on writing EXIF</a>
     </td>
   </tr>
 
@@ -259,9 +259,9 @@ limitations under the License.
         Can read IPTC data from existing JPEG/JFIF files WITHOUT modifying 
image data.
     </td>
     <td>
-       <a href="http://www.iptc.org/cms/site/index.html?channel=CH0108";>IPTC 
Specs, etc.</a>
-       <a 
href="http://en.wikipedia.org/wiki/IPTC_(image_meta-data)">wikipedia</a>
-       <a 
href="http://www2.computer.org/portal/web/csdl/doi/10.1109/MMUL.2005.50";>IEEE 
article</a>
+       <a href="https://www.iptc.org/cms/site/index.html?channel=CH0108";>IPTC 
Specs, etc.</a>
+       <a 
href="https://en.wikipedia.org/wiki/IPTC_(image_meta-data)">wikipedia</a>
+       <a 
href="https://www2.computer.org/portal/web/csdl/doi/10.1109/MMUL.2005.50";>IEEE 
article</a>
     </td>
   </tr>
 
@@ -274,8 +274,8 @@ limitations under the License.
         Can remove, insert and update XMP XML into existing JPEG files.
     </td>
     <td>
-       <a href="http://www.adobe.com/devnet/xmp/";>Adobe site with Spec</a>
-       <a 
href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform";>wikipedia</a>
+       <a href="https://www.adobe.com/devnet/xmp/";>Adobe site with Spec</a>
+       <a 
href="https://en.wikipedia.org/wiki/Extensible_Metadata_Platform";>wikipedia</a>
     </td>
   </tr>
 </table>
diff --git a/src/site/xdoc/gettingstarted.xml b/src/site/xdoc/gettingstarted.xml
index 26faa798..36149847 100644
--- a/src/site/xdoc/gettingstarted.xml
+++ b/src/site/xdoc/gettingstarted.xml
@@ -55,7 +55,7 @@ limitations under the License.
   There are two steps to building Commons Imaging from the latest source:
   <ul>
       <li>Check out the latest source from <a href="scm.html">git</a></li>
-      <li>Build using <a href="http://maven.apache.org";>Maven 2</a></li>
+      <li>Build using <a href="https://maven.apache.org";>Maven 2</a></li>
           <ul>
               <li>1. Install the latest version of Maven</li>
               <li>2. cd imaging-snapshot (if you are not already in the 
project directory)</li>
diff --git a/src/site/xdoc/references.xml b/src/site/xdoc/references.xml
index dcd873ad..044887b5 100644
--- a/src/site/xdoc/references.xml
+++ b/src/site/xdoc/references.xml
@@ -28,25 +28,25 @@ limitations under the License.
 
   <ul>
     <li>Marco Schmidt's list of Java image libaries (archived): 
-        <a 
href="http://web.archive.org/web/20090204080356/http://schmidt.devlib.org/java/image-io-libraries.html";>https://web.archive.org/web/20090204080356/http://schmidt.devlib.org/java/image-io-libraries.html</a>
+        <a 
href="https://web.archive.org/web/20090204080356/http://schmidt.devlib.org/java/image-io-libraries.html";>https://web.archive.org/web/20090204080356/http://schmidt.devlib.org/java/image-io-libraries.html</a>
     </li>
     <li>Another list of Java image libaries 
-        <a 
href="http://web.archive.org/web/20170310015234/https://www.dmoz.org/Computers/Programming/Languages/Java/Class_Libraries/Graphics/Data_Formats/";>https://web.archive.org/web/20170310015234/https://www.dmoz.org/Computers/Programming/Languages/Java/Class_Libraries/Graphics/Data_Formats/</a>
+        <a 
href="https://web.archive.org/web/20170310015234/https://www.dmoz.org/Computers/Programming/Languages/Java/Class_Libraries/Graphics/Data_Formats/";>https://web.archive.org/web/20170310015234/https://www.dmoz.org/Computers/Programming/Languages/Java/Class_Libraries/Graphics/Data_Formats/</a>
     </li>
     <li>File format cloud.
-       <a 
href="http://www.fileformat.info/format/cloud.htm";>https://www.fileformat.info/format/cloud.htm</a>
+       <a 
href="https://www.fileformat.info/format/cloud.htm";>https://www.fileformat.info/format/cloud.htm</a>
     </li>
     <li>ImageInfo an excellent Java class to extract image properties 
(archived):
-        <a 
href="http://web.archive.org/web/20090216122500/http://schmidt.devlib.org/image-info";>https://web.archive.org/web/20090216122500/http://schmidt.devlib.org/image-info</a>
+        <a 
href="https://web.archive.org/web/20090216122500/http://schmidt.devlib.org/image-info";>https://web.archive.org/web/20090216122500/http://schmidt.devlib.org/image-info</a>
     </li>
     <li>EasyRGB's color conversion formulas.
-        <a href="http://www.easyrgb.com/";>https://www.easyrgb.com/</a>
+        <a href="https://www.easyrgb.com/";>https://www.easyrgb.com/</a>
     </li>
     <li>AWare Systems TIFF Tag Reference (JPEG EXIF metadata is stored in TIFF 
directories).
-        <a 
href="http://www.awaresystems.be/imaging/tiff/tifftags.html";>https://www.awaresystems.be/imaging/tiff/tifftags.html</a>
+        <a 
href="https://www.awaresystems.be/imaging/tiff/tifftags.html";>https://www.awaresystems.be/imaging/tiff/tifftags.html</a>
     </li>
     <li>Phil Harvey's exiftool and metadata reference 
-        <a 
href="http://www.sno.phy.queensu.ca/~phil/exiftool/index.html";>https://www.sno.phy.queensu.ca/~phil/exiftool/index.html</a>
+        <a 
href="https://www.sno.phy.queensu.ca/~phil/exiftool/index.html";>https://www.sno.phy.queensu.ca/~phil/exiftool/index.html</a>
     </li>
   </ul>
 
diff --git a/src/site/xdoc/sampleimages.xml b/src/site/xdoc/sampleimages.xml
index c226f45f..aaa27a24 100644
--- a/src/site/xdoc/sampleimages.xml
+++ b/src/site/xdoc/sampleimages.xml
@@ -38,23 +38,23 @@ limitations under the License.
 <a href=""></a>
   <ul>
       <li>Phil Harvey's large collection 
-          <a 
href="http://owl.phy.queensu.ca/~phil/exiftool/sample_images.html";>https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html</a>
+          <a 
href="https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html";>https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html</a>
       </li>
       <li>Drew Noakes' collection of images with EXIF 
-          <a 
href="http://www.drewnoakes.com/code/exif/exifImages/";>https://www.drewnoakes.com/code/exif/exifImages/</a>
+          <a 
href="https://www.drewnoakes.com/code/exif/exifImages/";>https://www.drewnoakes.com/code/exif/exifImages/</a>
       </li>
       <li>RAWpository 
-          <a 
href="http://www.glasslantern.com/RAWpository/";>https://www.glasslantern.com/RAWpository/</a>
+          <a 
href="https://www.glasslantern.com/RAWpository/";>https://www.glasslantern.com/RAWpository/</a>
       </li>
       <li>exif.org's Sample Images 
-          <a 
href="http://www.exif.org/samples.html";>https://www.exif.org/samples.html</a>
+          <a 
href="https://www.exif.org/samples.html";>https://www.exif.org/samples.html</a>
       </li>
       <li>dpreview.com includes sample images with every one of their full 
reviews. 
-          <a href="http://www.dpreview.com/";>https://www.dpreview.com/</a>
+          <a href="https://www.dpreview.com/";>https://www.dpreview.com/</a>
       </li>
       <li>flickr let's you search by camera type, which is invaluable, 
although not all images are
           "out of camera" originals (many have been edited or scaled).
-          <a href="http://www.flickr.com/";>https://www.flickr.com/</a>
+          <a href="https://www.flickr.com/";>https://www.flickr.com/</a>
       </li>
       <li>PNG official test suite More png sample images available here.
           <a 
href="ftp://ftp.simplesystems.org/pub/libpng/png/images/suite/";>ftp://ftp.simplesystems.org/pub/libpng/png/images/suite/</a>

Reply via email to