Added: 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/DataReader.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/DataReader.html
 (added)
+++ 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/DataReader.html
 Wed May 15 13:26:03 2024
@@ -0,0 +1,109 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+<!-- Generated by javadoc (17) -->
+<title>Source code</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="source: package: 
org.apache.commons.imaging.formats.psd.datareaders, interface: DataReader">
+<meta name="generator" content="javadoc/SourceToHTMLConverter">
+<link rel="stylesheet" type="text/css" 
href="../../../../../../../../stylesheet.css" title="Style">
+</head>
+<body class="source-page">
+<main role="main">
+<div class="source-container">
+<pre><span class="source-line-no">001</span><span id="line-1">/*</span>
+<span class="source-line-no">002</span><span id="line-2"> * Licensed to the 
Apache Software Foundation (ASF) under one or more</span>
+<span class="source-line-no">003</span><span id="line-3"> * contributor 
license agreements.  See the NOTICE file distributed with</span>
+<span class="source-line-no">004</span><span id="line-4"> * this work for 
additional information regarding copyright ownership.</span>
+<span class="source-line-no">005</span><span id="line-5"> * The ASF licenses 
this file to You under the Apache License, Version 2.0</span>
+<span class="source-line-no">006</span><span id="line-6"> * (the "License"); 
you may not use this file except in compliance with</span>
+<span class="source-line-no">007</span><span id="line-7"> * the License.  You 
may obtain a copy of the License at</span>
+<span class="source-line-no">008</span><span id="line-8"> *</span>
+<span class="source-line-no">009</span><span id="line-9"> *      
http://www.apache.org/licenses/LICENSE-2.0</span>
+<span class="source-line-no">010</span><span id="line-10"> *</span>
+<span class="source-line-no">011</span><span id="line-11"> * Unless required 
by applicable law or agreed to in writing, software</span>
+<span class="source-line-no">012</span><span id="line-12"> * distributed under 
the License is distributed on an "AS IS" BASIS,</span>
+<span class="source-line-no">013</span><span id="line-13"> * WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<span class="source-line-no">014</span><span id="line-14"> * See the License 
for the specific language governing permissions and</span>
+<span class="source-line-no">015</span><span id="line-15"> * limitations under 
the License.</span>
+<span class="source-line-no">016</span><span id="line-16"> */</span>
+<span class="source-line-no">017</span><span id="line-17">package 
org.apache.commons.imaging.formats.psd.datareaders;</span>
+<span class="source-line-no">018</span><span id="line-18"></span>
+<span class="source-line-no">019</span><span id="line-19">import 
java.awt.image.BufferedImage;</span>
+<span class="source-line-no">020</span><span id="line-20">import 
java.io.IOException;</span>
+<span class="source-line-no">021</span><span id="line-21">import 
java.io.InputStream;</span>
+<span class="source-line-no">022</span><span id="line-22"></span>
+<span class="source-line-no">023</span><span id="line-23">import 
org.apache.commons.imaging.ImagingException;</span>
+<span class="source-line-no">024</span><span id="line-24">import 
org.apache.commons.imaging.common.BinaryFileParser;</span>
+<span class="source-line-no">025</span><span id="line-25">import 
org.apache.commons.imaging.formats.psd.PsdImageContents;</span>
+<span class="source-line-no">026</span><span id="line-26"></span>
+<span class="source-line-no">027</span><span id="line-27">public interface 
DataReader {</span>
+<span class="source-line-no">028</span><span id="line-28"></span>
+<span class="source-line-no">029</span><span id="line-29">    void 
readData(InputStream is, BufferedImage bi, PsdImageContents imageContents, 
BinaryFileParser bfp) throws ImagingException, IOException;</span>
+<span class="source-line-no">030</span><span id="line-30"></span>
+<span class="source-line-no">031</span><span id="line-31">}</span>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</pre>
+</div>
+</main>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/UncompressedDataReader.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/UncompressedDataReader.html
 (added)
+++ 
websites/production/commons/content/proper/commons-imaging/apidocs/src-html/org/apache/commons/imaging/formats/psd/datareaders/UncompressedDataReader.html
 Wed May 15 13:26:03 2024
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+<!-- Generated by javadoc (17) -->
+<title>Source code</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="source: package: 
org.apache.commons.imaging.formats.psd.datareaders, class: 
UncompressedDataReader">
+<meta name="generator" content="javadoc/SourceToHTMLConverter">
+<link rel="stylesheet" type="text/css" 
href="../../../../../../../../stylesheet.css" title="Style">
+</head>
+<body class="source-page">
+<main role="main">
+<div class="source-container">
+<pre><span class="source-line-no">001</span><span id="line-1">/*</span>
+<span class="source-line-no">002</span><span id="line-2"> * Licensed to the 
Apache Software Foundation (ASF) under one or more</span>
+<span class="source-line-no">003</span><span id="line-3"> * contributor 
license agreements.  See the NOTICE file distributed with</span>
+<span class="source-line-no">004</span><span id="line-4"> * this work for 
additional information regarding copyright ownership.</span>
+<span class="source-line-no">005</span><span id="line-5"> * The ASF licenses 
this file to You under the Apache License, Version 2.0</span>
+<span class="source-line-no">006</span><span id="line-6"> * (the "License"); 
you may not use this file except in compliance with</span>
+<span class="source-line-no">007</span><span id="line-7"> * the License.  You 
may obtain a copy of the License at</span>
+<span class="source-line-no">008</span><span id="line-8"> *</span>
+<span class="source-line-no">009</span><span id="line-9"> *      
http://www.apache.org/licenses/LICENSE-2.0</span>
+<span class="source-line-no">010</span><span id="line-10"> *</span>
+<span class="source-line-no">011</span><span id="line-11"> * Unless required 
by applicable law or agreed to in writing, software</span>
+<span class="source-line-no">012</span><span id="line-12"> * distributed under 
the License is distributed on an "AS IS" BASIS,</span>
+<span class="source-line-no">013</span><span id="line-13"> * WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<span class="source-line-no">014</span><span id="line-14"> * See the License 
for the specific language governing permissions and</span>
+<span class="source-line-no">015</span><span id="line-15"> * limitations under 
the License.</span>
+<span class="source-line-no">016</span><span id="line-16"> */</span>
+<span class="source-line-no">017</span><span id="line-17">package 
org.apache.commons.imaging.formats.psd.datareaders;</span>
+<span class="source-line-no">018</span><span id="line-18"></span>
+<span class="source-line-no">019</span><span id="line-19">import 
java.awt.image.BufferedImage;</span>
+<span class="source-line-no">020</span><span id="line-20">import 
java.io.IOException;</span>
+<span class="source-line-no">021</span><span id="line-21">import 
java.io.InputStream;</span>
+<span class="source-line-no">022</span><span id="line-22">import 
java.nio.ByteOrder;</span>
+<span class="source-line-no">023</span><span id="line-23"></span>
+<span class="source-line-no">024</span><span id="line-24">import 
org.apache.commons.imaging.ImagingException;</span>
+<span class="source-line-no">025</span><span id="line-25">import 
org.apache.commons.imaging.common.Allocator;</span>
+<span class="source-line-no">026</span><span id="line-26">import 
org.apache.commons.imaging.common.BinaryFileParser;</span>
+<span class="source-line-no">027</span><span id="line-27">import 
org.apache.commons.imaging.formats.psd.PsdHeaderInfo;</span>
+<span class="source-line-no">028</span><span id="line-28">import 
org.apache.commons.imaging.formats.psd.PsdImageContents;</span>
+<span class="source-line-no">029</span><span id="line-29">import 
org.apache.commons.imaging.formats.psd.dataparsers.DataParser;</span>
+<span class="source-line-no">030</span><span id="line-30">import 
org.apache.commons.imaging.mylzw.BitsToByteInputStream;</span>
+<span class="source-line-no">031</span><span id="line-31">import 
org.apache.commons.imaging.mylzw.MyBitInputStream;</span>
+<span class="source-line-no">032</span><span id="line-32"></span>
+<span class="source-line-no">033</span><span id="line-33">public class 
UncompressedDataReader implements DataReader {</span>
+<span class="source-line-no">034</span><span id="line-34"></span>
+<span class="source-line-no">035</span><span id="line-35">    private final 
DataParser dataParser;</span>
+<span class="source-line-no">036</span><span id="line-36"></span>
+<span class="source-line-no">037</span><span id="line-37">    public 
UncompressedDataReader(final DataParser dataParser) {</span>
+<span class="source-line-no">038</span><span id="line-38">        
this.dataParser = dataParser;</span>
+<span class="source-line-no">039</span><span id="line-39">    }</span>
+<span class="source-line-no">040</span><span id="line-40"></span>
+<span class="source-line-no">041</span><span id="line-41">    @Override</span>
+<span class="source-line-no">042</span><span id="line-42">    public void 
readData(final InputStream is, final BufferedImage bi, final PsdImageContents 
imageContents, final BinaryFileParser bfp)</span>
+<span class="source-line-no">043</span><span id="line-43">            throws 
ImagingException, IOException {</span>
+<span class="source-line-no">044</span><span id="line-44">        final 
PsdHeaderInfo header = imageContents.header;</span>
+<span class="source-line-no">045</span><span id="line-45">        final int 
width = header.columns;</span>
+<span class="source-line-no">046</span><span id="line-46">        final int 
height = header.rows;</span>
+<span class="source-line-no">047</span><span id="line-47"></span>
+<span class="source-line-no">048</span><span id="line-48">        final int 
channelCount = dataParser.getBasicChannelsCount();</span>
+<span class="source-line-no">049</span><span id="line-49">        final int 
depth = header.depth;</span>
+<span class="source-line-no">050</span><span id="line-50">        final 
MyBitInputStream mbis = new MyBitInputStream(is, ByteOrder.BIG_ENDIAN, 
false);</span>
+<span class="source-line-no">051</span><span id="line-51">        // we want 
all samples to be bytes</span>
+<span class="source-line-no">052</span><span id="line-52">        try 
(BitsToByteInputStream bbis = new BitsToByteInputStream(mbis, 8)) {</span>
+<span class="source-line-no">053</span><span id="line-53">            final 
int[][][] data = new 
int[Allocator.check(channelCount)][Allocator.check(height)][Allocator.check(width)];</span>
+<span class="source-line-no">054</span><span id="line-54">            for (int 
channel = 0; channel &lt; channelCount; channel++) {</span>
+<span class="source-line-no">055</span><span id="line-55">                for 
(int y = 0; y &lt; height; y++) {</span>
+<span class="source-line-no">056</span><span id="line-56">                    
for (int x = 0; x &lt; width; x++) {</span>
+<span class="source-line-no">057</span><span id="line-57">                     
   final int b = bbis.readBits(depth);</span>
+<span class="source-line-no">058</span><span id="line-58"></span>
+<span class="source-line-no">059</span><span id="line-59">                     
   data[channel][y][x] = (byte) b;</span>
+<span class="source-line-no">060</span><span id="line-60">                    
}</span>
+<span class="source-line-no">061</span><span id="line-61">                
}</span>
+<span class="source-line-no">062</span><span id="line-62">            }</span>
+<span class="source-line-no">063</span><span id="line-63"></span>
+<span class="source-line-no">064</span><span id="line-64">            
dataParser.parseData(data, bi, imageContents);</span>
+<span class="source-line-no">065</span><span id="line-65">        }</span>
+<span class="source-line-no">066</span><span id="line-66">    }</span>
+<span class="source-line-no">067</span><span id="line-67">}</span>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</pre>
+</div>
+</main>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-imaging/apidocs/type-search-index.js
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/apidocs/type-search-index.js
 (original)
+++ 
websites/production/commons/content/proper/commons-imaging/apidocs/type-search-index.js
 Wed May 15 13:26:03 2024
@@ -1 +1 @@
-typeSearchIndex = 
[{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"AbstractFieldType"},{"p":"org.apache.commons.imaging","l":"AbstractImageParser"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"AbstractSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"AbstractTiffImageWriter"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AdobePageMaker6TagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AdobePhotoshopTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AliasSketchbookProTagConstants"},{"l":"All
 Classes and 
Interfaces","u":"allclasses-index.html"},{"p":"org.apache.commons.imaging.common","l":"AllocationRequestException"},{"p":"org.apache.commons.imaging.com
 
mon","l":"Allocator"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App13Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App14Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App2Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"AppnSegment"},{"p":"org.apache.commons.imaging.common","l":"BasicCParser"},{"p":"org.apache.commons.imaging.common","l":"BinaryConstant"},{"p":"org.apache.commons.imaging.common","l":"BinaryFileParser"},{"p":"org.apache.commons.imaging.common","l":"BinaryFunctions"},{"p":"org.apache.commons.imaging.common","l":"BinaryOutputStream"},{"p":"org.apache.commons.imaging.mylzw","l":"BitsToByteInputStream"},{"p":"org.apache.commons.imaging.formats.bmp","l":"BmpImageParser"},{"p":"org.apache.commons.imaging.formats.bmp","l":"BmpImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"BufferedImageFactory"},{"p":"org.apache.commons.imaging.common","l":"ByteConversions"},{"p":"org
 
.apache.commons.imaging.bytesource","l":"ByteSource"},{"p":"org.apache.commons.imaging.formats.png","l":"ChunkType"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLab"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLch"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLuv"},{"p":"org.apache.commons.imaging.color","l":"ColorCmy"},{"p":"org.apache.commons.imaging.color","l":"ColorCmyk"},{"p":"org.apache.commons.imaging.color","l":"ColorConversions"},{"p":"org.apache.commons.imaging.palette","l":"ColorCountComparator"},{"p":"org.apache.commons.imaging.color","l":"ColorDin99Lab"},{"p":"org.apache.commons.imaging.color","l":"ColorHsl"},{"p":"org.apache.commons.imaging.color","l":"ColorHsv"},{"p":"org.apache.commons.imaging.color","l":"ColorHunterLab"},{"p":"org.apache.commons.imaging","l":"ColorTools"},{"p":"org.apache.commons.imaging","l":"ImageInfo.ColorType"},{"p":"org.apache.commons.imaging.color","l":"ColorXyz"},{"p":"org.apache.commons.imaging.formats.jpeg.segmen
 
ts","l":"SofnSegment.Component"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SosSegment.Component"},{"p":"org.apache.commons.imaging","l":"ImageInfo.CompressionAlgorithm"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"ComSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.Data"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement.DataElement"},{"p":"org.apache.commons.imaging.formats.tiff.datareaders","l":"DataReaderStrips"},{"p":"org.apache.commons.imaging.formats.tiff.datareaders","l":"DataReaderTiled"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"DcfTagConstants"},{"p":"org.apache.commons.imaging.formats.dcx","l":"DcxImageParser"},{"p":"org.apache.commons.imaging.internal","l":"Debug"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DhtSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.Directory"},{"p":"org.apache.commons.imaging.formats.g
 
if","l":"DisposalMethod"},{"p":"org.apache.commons.imaging.palette","l":"Dithering"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"DngTagConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DqtSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.exif","l":"ExifRewriter"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"ExifTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeAscii"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeByte"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeDouble"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeFloat"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeLong"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeLong8"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeRational"},{"p":"org.apache.commons.imaging.formats.ti
 
ff.fieldtypes","l":"FieldTypeShort"},{"p":"org.apache.commons.imaging","l":"FormatCompliance"},{"p":"org.apache.commons.imaging.formats.png","l":"GammaCorrection"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"GdalLibraryTagConstants"},{"p":"org.apache.commons.imaging.common","l":"GenericImageMetadata"},{"p":"org.apache.commons.imaging.common","l":"GenericImageMetadata.GenericImageMetadataItem"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"GenericSegment"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"GeoTiffTagConstants"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageMetadata"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageMetadataItem"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageParser"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImagingParameters"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.GpsInfo"},{"p":"org.apache.commons.imaging.formats.tiff.constant
 
s","l":"GpsTagConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DhtSegment.HuffmanTable"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"HylaFaxTagConstants"},{"p":"org.apache.commons.imaging.icc","l":"IccConstants"},{"p":"org.apache.commons.imaging.icc","l":"IccProfileInfo"},{"p":"org.apache.commons.imaging.icc","l":"IccProfileParser"},{"p":"org.apache.commons.imaging.icc","l":"IccTag"},{"p":"org.apache.commons.imaging.icc","l":"IccTagDataTypes"},{"p":"org.apache.commons.imaging.icc","l":"IccTagTypes"},{"p":"org.apache.commons.imaging.formats.icns","l":"IcnsImageParser"},{"p":"org.apache.commons.imaging.formats.icns","l":"IcnsImagingParameters"},{"p":"org.apache.commons.imaging.formats.ico","l":"IcoImageParser"},{"p":"org.apache.commons.imaging.formats.ico","l":"IcoImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"ImageBuilder"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffDirectory.ImageDataElement"},{"p":"org.apache
 
.commons.imaging.formats.tiff.datareaders","l":"ImageDataReader"},{"p":"org.apache.commons.imaging","l":"ImageDump"},{"p":"org.apache.commons.imaging","l":"ImageFormat"},{"p":"org.apache.commons.imaging","l":"ImageFormats"},{"p":"org.apache.commons.imaging","l":"ImageInfo"},{"p":"org.apache.commons.imaging.common","l":"ImageMetadata"},{"p":"org.apache.commons.imaging.common","l":"ImageMetadata.ImageMetadataItem"},{"p":"org.apache.commons.imaging.internal","l":"ImageParserFactory"},{"p":"org.apache.commons.imaging","l":"Imaging"},{"p":"org.apache.commons.imaging","l":"ImagingConstants"},{"p":"org.apache.commons.imaging","l":"ImagingException"},{"p":"org.apache.commons.imaging","l":"ImagingFormatException"},{"p":"org.apache.commons.imaging","l":"ImagingOverflowException"},{"p":"org.apache.commons.imaging","l":"ImagingParameters"},{"p":"org.apache.commons.imaging","l":"ImagingRuntimeException"},{"p":"org.apache.commons.imaging.formats.png","l":"InterlaceMethod"},{"p":"org.apache.common
 
s.imaging.formats.jpeg.iptc","l":"IptcBlock"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcParser"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcRecord"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcType"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcTypes"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Itxt"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPiece"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPieces"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPieceSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"JfifSegment"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.decoder","l":"JpegDecoder"},{"p":"org.apache.commons.imaging.formats.tiff","l":"JpegIma
 
geData"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImageMetadata"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImageParser"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImagingParameters"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"JpegIptcRewriter"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegPhotoshopMetadata"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegUtils"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegXmpParser"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegXmpRewriter"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwCompressor.Listener"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwDecompressor.Listener"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffReader.Listener"},{"p":"org.apache.commons.imaging.palette","l":"LongestAxisMedianCut"},{"p":"org.apache.commons.imaging.palette","l":"
 
MedianCut"},{"p":"org.apache.commons.imaging.palette","l":"MedianCutQuantizer"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MicrosoftHdPhotoTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MicrosoftTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MolecularDynamicsGelTagConstants"},{"p":"org.apache.commons.imaging.palette","l":"MostPopulatedBoxesMedianCut"},{"p":"org.apache.commons.imaging.mylzw","l":"MyBitInputStream"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwCompressor"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwDecompressor"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"OceScanjobTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffField.OversizeValueElement"},{"p":"org.apache.commons.imaging.common","l":"PackBits"},{"p":"org.apache.commons.imaging.palette","l":"Palette"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","
 
l":"PaletteEntry"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","l":"PaletteEntryForRange"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","l":"PaletteEntryForValue"},{"p":"org.apache.commons.imaging.palette","l":"PaletteFactory"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxConstants"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxImageParser"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxImagingParameters"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreter"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterBiLevel"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterCieLab"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterCmyk"},{"p":"org.apache.commons.imaging.formats.tiff.photometricin
 
terpreters.floatingpoint","l":"PhotometricInterpreterFloat"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterLogLuv"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterPalette"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterRgb"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterYCbCr"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"PhotoshopApp13Data"},{"p":"org.apache.commons.imaging.formats.png","l":"PhysicalScale"},{"p":"org.apache.commons.imaging","l":"PixelDensity"},{"p":"org.apache.commons.imaging.formats.png","l":"PngColorType"},{"p":"org.apache.commons.imaging.formats.png","l":"PngConstants"},{"p":"org.apache.commons.imaging.formats.png","l":"PngImageInfo"},{"p":"org.apache.commons.imaging.formats.png","l":"PngImageParser"},{"p":"org.apache.commons.imaging.formats.png",
 
"l":"PngImagingParameters"},{"p":"org.apache.commons.imaging.formats.png","l":"PngWriter"},{"p":"org.apache.commons.imaging.formats.pnm","l":"PnmImageParser"},{"p":"org.apache.commons.imaging.formats.pnm","l":"PnmImagingParameters"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdHeaderInfo"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImageContents"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImageParser"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImagingParameters"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DqtSegment.QuantizationTable"},{"p":"org.apache.commons.imaging.palette","l":"QuantizedPalette"},{"p":"org.apache.commons.imaging.common","l":"RationalNumber"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"Rfc2301TagConstants"},{"p":"org.apache.commons.imaging.common","l":"RgbBufferedImageFactory"},{"p":"org.apache.commons.imaging.formats.rgbe","l":"RgbeImageParser"},{"p":"org.apache.commons.imaging.forma
 
ts.rgbe","l":"RgbeImagingParameters"},{"p":"org.apache.commons.imaging.internal","l":"SafeOperations"},{"p":"org.apache.commons.imaging.common","l":"SimpleBufferedImageFactory"},{"p":"org.apache.commons.imaging.palette","l":"SimplePalette"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SofnSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SosSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.Strips"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement.Stub"},{"p":"org.apache.commons.imaging.formats.tiff.itu_t4","l":"T4AndT6Compression"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfo"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAny"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAscii"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAsciiOrByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"T
 
agInfoAsciiOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoByteOrShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoBytes"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDouble"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDoubles"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoFloat"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoFloats"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoGpsText"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLongOrIfd"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLongs"},{"p":"org.apache.commons.imaging.formats.ti
 
ff.taginfos","l":"TagInfoRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoRationals"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSBytes"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrLongOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShorts"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSLongs"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSRationals"},{
 
"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSShorts"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUndefined"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUndefineds"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUnknown"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUnknowns"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoXpString"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Text"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"Tiff4TagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffContents"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffDirectoryCo
 
nstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffDirectoryType"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffEpTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffField"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffHeader"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageParser"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffImageWriterLossless"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffImageWriterLossy"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImagingParameters"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.TiffMetadataItem"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOutputDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOutputField"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOut
 
putSet"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffPlanarConfiguration"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterData"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataFloat"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataInt"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataType"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterStatistics"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffReader"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.Tiles"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"UnknownSegment"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegUtils.Visitor"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"WangTagConstants"},{"p":"org.apache.commons.imaging.formats.wbmp","l":"WbmpImageParser"},{"p":"or
 
g.apache.commons.imaging.formats.wbmp","l":"WbmpImagingParameters"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunk"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAlph"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAnim"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAnmf"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkExif"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkIccp"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPChunkType"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8l"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8x"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkXml"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkXyzw"},{"p":"org.apache.commons.imaging.formats.w
 
ebp","l":"WebPConstants"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImageMetadata"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImageParser"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImagingParameters"},{"p":"org.apache.commons.imaging.formats.xbm","l":"XbmImageParser"},{"p":"org.apache.commons.imaging.formats.xbm","l":"XbmImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"XmpEmbeddable"},{"p":"org.apache.commons.imaging.common","l":"XmpImagingParameters"},{"p":"org.apache.commons.imaging.formats.xpm","l":"XpmImageParser"},{"p":"org.apache.commons.imaging.formats.xpm","l":"XpmImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"ZlibDeflate"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Ztxt"}];updateSearchResults();
\ No newline at end of file
+typeSearchIndex = 
[{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"AbstractFieldType"},{"p":"org.apache.commons.imaging","l":"AbstractImageParser"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"AbstractPngTextChunk"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"AbstractSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"AbstractTiffImageWriter"},{"p":"org.apache.commons.imaging.formats.png.transparencyfilters","l":"AbstractTransparencyFilter"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AdobePageMaker6TagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AdobePhotoshopTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"AliasSketchbookProTagConst
 ants"},{"l":"All Classes and 
Interfaces","u":"allclasses-index.html"},{"p":"org.apache.commons.imaging.common","l":"AllocationRequestException"},{"p":"org.apache.commons.imaging.common","l":"Allocator"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App13Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App14Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"App2Segment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"AppnSegment"},{"p":"org.apache.commons.imaging.common","l":"BasicCParser"},{"p":"org.apache.commons.imaging.common","l":"BinaryConstant"},{"p":"org.apache.commons.imaging.common","l":"BinaryFileParser"},{"p":"org.apache.commons.imaging.common","l":"BinaryFunctions"},{"p":"org.apache.commons.imaging.common","l":"BinaryOutputStream"},{"p":"org.apache.commons.imaging.mylzw","l":"BitsToByteInputStream"},{"p":"org.apache.commons.imaging.formats.bmp","l":"BmpImageParser"},{"p":"org.apache.commons.imaging.fo
 
rmats.bmp","l":"BmpImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"BufferedImageFactory"},{"p":"org.apache.commons.imaging.common","l":"ByteConversions"},{"p":"org.apache.commons.imaging.bytesource","l":"ByteSource"},{"p":"org.apache.commons.imaging.formats.png","l":"ChunkType"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLab"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLch"},{"p":"org.apache.commons.imaging.color","l":"ColorCieLuv"},{"p":"org.apache.commons.imaging.color","l":"ColorCmy"},{"p":"org.apache.commons.imaging.color","l":"ColorCmyk"},{"p":"org.apache.commons.imaging.color","l":"ColorConversions"},{"p":"org.apache.commons.imaging.palette","l":"ColorCountComparator"},{"p":"org.apache.commons.imaging.color","l":"ColorDin99Lab"},{"p":"org.apache.commons.imaging.color","l":"ColorHsl"},{"p":"org.apache.commons.imaging.color","l":"ColorHsv"},{"p":"org.apache.commons.imaging.color","l":"ColorHunterLab"},{"p":"org.apache.commons.imaging","l":"C
 
olorTools"},{"p":"org.apache.commons.imaging","l":"ImageInfo.ColorType"},{"p":"org.apache.commons.imaging.color","l":"ColorXyz"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SofnSegment.Component"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SosSegment.Component"},{"p":"org.apache.commons.imaging.formats.psd.datareaders","l":"CompressedDataReader"},{"p":"org.apache.commons.imaging","l":"ImageInfo.CompressionAlgorithm"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"ComSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.Data"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement.DataElement"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParser"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserBitmap"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserCmyk"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":
 
"DataParserGrayscale"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserIndexed"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserLab"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserRgb"},{"p":"org.apache.commons.imaging.formats.psd.dataparsers","l":"DataParserStub"},{"p":"org.apache.commons.imaging.formats.psd.datareaders","l":"DataReader"},{"p":"org.apache.commons.imaging.formats.tiff.datareaders","l":"DataReaderStrips"},{"p":"org.apache.commons.imaging.formats.tiff.datareaders","l":"DataReaderTiled"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"DcfTagConstants"},{"p":"org.apache.commons.imaging.formats.dcx","l":"DcxImageParser"},{"p":"org.apache.commons.imaging.internal","l":"Debug"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DhtSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.Directory"},{"p":"org.apache.commons.imaging.formats.gif","l":"D
 
isposalMethod"},{"p":"org.apache.commons.imaging.palette","l":"Dithering"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"DngTagConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DqtSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.exif","l":"ExifRewriter"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"ExifTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeAscii"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeByte"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeDouble"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeFloat"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeLong"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeLong8"},{"p":"org.apache.commons.imaging.formats.tiff.fieldtypes","l":"FieldTypeRational"},{"p":"org.apache.commons.imaging.formats.tiff.fieldty
 
pes","l":"FieldTypeShort"},{"p":"org.apache.commons.imaging","l":"FormatCompliance"},{"p":"org.apache.commons.imaging.formats.png","l":"GammaCorrection"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"GdalLibraryTagConstants"},{"p":"org.apache.commons.imaging.common","l":"GenericImageMetadata"},{"p":"org.apache.commons.imaging.common","l":"GenericImageMetadata.GenericImageMetadataItem"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"GenericSegment"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"GeoTiffTagConstants"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageMetadata"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageMetadataItem"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImageParser"},{"p":"org.apache.commons.imaging.formats.gif","l":"GifImagingParameters"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.GpsInfo"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"Gp
 
sTagConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DhtSegment.HuffmanTable"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"HylaFaxTagConstants"},{"p":"org.apache.commons.imaging.icc","l":"IccConstants"},{"p":"org.apache.commons.imaging.icc","l":"IccProfileInfo"},{"p":"org.apache.commons.imaging.icc","l":"IccProfileParser"},{"p":"org.apache.commons.imaging.icc","l":"IccTag"},{"p":"org.apache.commons.imaging.icc","l":"IccTagDataTypes"},{"p":"org.apache.commons.imaging.icc","l":"IccTagTypes"},{"p":"org.apache.commons.imaging.formats.icns","l":"IcnsImageParser"},{"p":"org.apache.commons.imaging.formats.icns","l":"IcnsImagingParameters"},{"p":"org.apache.commons.imaging.formats.ico","l":"IcoImageParser"},{"p":"org.apache.commons.imaging.formats.ico","l":"IcoImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"ImageBuilder"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffDirectory.ImageDataElement"},{"p":"org.apache.commons.i
 
maging.formats.tiff.datareaders","l":"ImageDataReader"},{"p":"org.apache.commons.imaging","l":"ImageDump"},{"p":"org.apache.commons.imaging","l":"ImageFormat"},{"p":"org.apache.commons.imaging","l":"ImageFormats"},{"p":"org.apache.commons.imaging","l":"ImageInfo"},{"p":"org.apache.commons.imaging.common","l":"ImageMetadata"},{"p":"org.apache.commons.imaging.common","l":"ImageMetadata.ImageMetadataItem"},{"p":"org.apache.commons.imaging.internal","l":"ImageParserFactory"},{"p":"org.apache.commons.imaging","l":"Imaging"},{"p":"org.apache.commons.imaging","l":"ImagingConstants"},{"p":"org.apache.commons.imaging","l":"ImagingException"},{"p":"org.apache.commons.imaging","l":"ImagingFormatException"},{"p":"org.apache.commons.imaging","l":"ImagingOverflowException"},{"p":"org.apache.commons.imaging","l":"ImagingParameters"},{"p":"org.apache.commons.imaging","l":"ImagingRuntimeException"},{"p":"org.apache.commons.imaging.formats.png","l":"InterlaceMethod"},{"p":"org.apache.commons.imaging.
 
formats.jpeg.iptc","l":"IptcBlock"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcParser"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcRecord"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcType"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"IptcTypes"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Itxt"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPiece"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPieces"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter.JFIFPieceSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"JfifSegment"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegConstants"},{"p":"org.apache.commons.imaging.formats.jpeg.decoder","l":"JpegDecoder"},{"p":"org.apache.commons.imaging.formats.tiff","l":"JpegImageData"},{
 
"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImageMetadata"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImageParser"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegImagingParameters"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"JpegIptcRewriter"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegPhotoshopMetadata"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegRewriter"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegUtils"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegXmpParser"},{"p":"org.apache.commons.imaging.formats.jpeg.xmp","l":"JpegXmpRewriter"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwCompressor.Listener"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwDecompressor.Listener"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffReader.Listener"},{"p":"org.apache.commons.imaging.palette","l":"LongestAxisMedianCut"},{"p":"org.apache.commons.imaging.palette","l":"MedianCut"
 
},{"p":"org.apache.commons.imaging.palette","l":"MedianCutQuantizer"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MicrosoftHdPhotoTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MicrosoftTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"MolecularDynamicsGelTagConstants"},{"p":"org.apache.commons.imaging.palette","l":"MostPopulatedBoxesMedianCut"},{"p":"org.apache.commons.imaging.mylzw","l":"MyBitInputStream"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwCompressor"},{"p":"org.apache.commons.imaging.mylzw","l":"MyLzwDecompressor"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"OceScanjobTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffField.OversizeValueElement"},{"p":"org.apache.commons.imaging.common","l":"PackBits"},{"p":"org.apache.commons.imaging.palette","l":"Palette"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","l":"Palett
 
eEntry"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","l":"PaletteEntryForRange"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint","l":"PaletteEntryForValue"},{"p":"org.apache.commons.imaging.palette","l":"PaletteFactory"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxConstants"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxImageParser"},{"p":"org.apache.commons.imaging.formats.pcx","l":"PcxImagingParameters"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreter"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterBiLevel"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterCieLab"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterCmyk"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters
 
.floatingpoint","l":"PhotometricInterpreterFloat"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterLogLuv"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterPalette"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterRgb"},{"p":"org.apache.commons.imaging.formats.tiff.photometricinterpreters","l":"PhotometricInterpreterYCbCr"},{"p":"org.apache.commons.imaging.formats.jpeg.iptc","l":"PhotoshopApp13Data"},{"p":"org.apache.commons.imaging.formats.png","l":"PhysicalScale"},{"p":"org.apache.commons.imaging","l":"PixelDensity"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunk"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkGama"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkIccp"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkIdat"},{"p":"org.apache.commons.imaging.f
 
ormats.png.chunks","l":"PngChunkIhdr"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkItxt"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkPhys"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkPlte"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkScal"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkText"},{"p":"org.apache.commons.imaging.formats.png.chunks","l":"PngChunkZtxt"},{"p":"org.apache.commons.imaging.formats.png","l":"PngColorType"},{"p":"org.apache.commons.imaging.formats.png","l":"PngConstants"},{"p":"org.apache.commons.imaging.formats.png","l":"PngImageInfo"},{"p":"org.apache.commons.imaging.formats.png","l":"PngImageParser"},{"p":"org.apache.commons.imaging.formats.png","l":"PngImagingParameters"},{"p":"org.apache.commons.imaging.formats.png","l":"PngWriter"},{"p":"org.apache.commons.imaging.formats.pnm","l":"PnmImageParser"},{"p":"org.apache.commons.imaging.formats.pnm","l"
 
:"PnmImagingParameters"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdHeaderInfo"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImageContents"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImageParser"},{"p":"org.apache.commons.imaging.formats.psd","l":"PsdImagingParameters"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"DqtSegment.QuantizationTable"},{"p":"org.apache.commons.imaging.palette","l":"QuantizedPalette"},{"p":"org.apache.commons.imaging.common","l":"RationalNumber"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"Rfc2301TagConstants"},{"p":"org.apache.commons.imaging.common","l":"RgbBufferedImageFactory"},{"p":"org.apache.commons.imaging.formats.rgbe","l":"RgbeImageParser"},{"p":"org.apache.commons.imaging.formats.rgbe","l":"RgbeImagingParameters"},{"p":"org.apache.commons.imaging.internal","l":"SafeOperations"},{"p":"org.apache.commons.imaging.formats.png.scanlinefilters","l":"ScanlineFilter"},{"p":"org.apache.comm
 
ons.imaging.formats.png.scanlinefilters","l":"ScanlineFilterAverage"},{"p":"org.apache.commons.imaging.formats.png.scanlinefilters","l":"ScanlineFilterNone"},{"p":"org.apache.commons.imaging.formats.png.scanlinefilters","l":"ScanlineFilterPaeth"},{"p":"org.apache.commons.imaging.formats.png.scanlinefilters","l":"ScanlineFilterSub"},{"p":"org.apache.commons.imaging.formats.png.scanlinefilters","l":"ScanlineFilterUp"},{"p":"org.apache.commons.imaging.common","l":"SimpleBufferedImageFactory"},{"p":"org.apache.commons.imaging.palette","l":"SimplePalette"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SofnSegment"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"SosSegment"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.Strips"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffElement.Stub"},{"p":"org.apache.commons.imaging.formats.tiff.itu_t4","l":"T4AndT6Compression"},{"p":"org.apache.commons.imaging.formats.tiff.ta
 
ginfos","l":"TagInfo"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAny"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAscii"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAsciiOrByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoAsciiOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoByteOrShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoBytes"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDouble"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoDoubles"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoFloat"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoFloats"},{"p":"org.apache.commons.imaging.fo
 
rmats.tiff.taginfos","l":"TagInfoGpsText"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLongOrIfd"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoLongs"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoRationals"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSByte"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSBytes"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrLongOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShortOrRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoShorts"
 
},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSLong"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSLongs"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSRational"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSRationals"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSShort"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoSShorts"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUndefined"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUndefineds"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUnknown"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoUnknowns"},{"p":"org.apache.commons.imaging.formats.tiff.taginfos","l":"TagInfoXpString"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Text"},{"p":"org.apache.commons.imaging.formats.tiff.constants
 
","l":"Tiff4TagConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffContents"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffDirectoryConstants"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffDirectoryType"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffEpTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffField"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffHeader"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageParser"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffImageWriterLossless"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffImageWriterLossy"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImagingParame
 
ters"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffImageMetadata.TiffMetadataItem"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOutputDirectory"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOutputField"},{"p":"org.apache.commons.imaging.formats.tiff.write","l":"TiffOutputSet"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffPlanarConfiguration"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterData"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataFloat"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataInt"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterDataType"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffRasterStatistics"},{"p":"org.apache.commons.imaging.formats.tiff","l":"TiffReader"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"TiffTagConstants"},{"p":"org.apache.commons.imaging.formats.tiff","l":"AbstractTiffImageData.
 
Tiles"},{"p":"org.apache.commons.imaging.formats.png.transparencyfilters","l":"TransparencyFilterGrayscale"},{"p":"org.apache.commons.imaging.formats.png.transparencyfilters","l":"TransparencyFilterIndexedColor"},{"p":"org.apache.commons.imaging.formats.png.transparencyfilters","l":"TransparencyFilterTrueColor"},{"p":"org.apache.commons.imaging.formats.psd.datareaders","l":"UncompressedDataReader"},{"p":"org.apache.commons.imaging.formats.jpeg.segments","l":"UnknownSegment"},{"p":"org.apache.commons.imaging.formats.jpeg","l":"JpegUtils.Visitor"},{"p":"org.apache.commons.imaging.formats.tiff.constants","l":"WangTagConstants"},{"p":"org.apache.commons.imaging.formats.wbmp","l":"WbmpImageParser"},{"p":"org.apache.commons.imaging.formats.wbmp","l":"WbmpImagingParameters"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunk"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAlph"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAnim
 
"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkAnmf"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkExif"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkIccp"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPChunkType"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8l"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkVp8x"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkXml"},{"p":"org.apache.commons.imaging.formats.webp.chunks","l":"WebPChunkXyzw"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPConstants"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImageMetadata"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImageParser"},{"p":"org.apache.commons.imaging.formats.webp","l":"WebPImagingParameters"},{"p":"org.apache.commons.imaging.formats.x
 
bm","l":"XbmImageParser"},{"p":"org.apache.commons.imaging.formats.xbm","l":"XbmImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"XmpEmbeddable"},{"p":"org.apache.commons.imaging.common","l":"XmpImagingParameters"},{"p":"org.apache.commons.imaging.formats.xpm","l":"XpmImageParser"},{"p":"org.apache.commons.imaging.formats.xpm","l":"XpmImagingParameters"},{"p":"org.apache.commons.imaging.common","l":"ZlibDeflate"},{"p":"org.apache.commons.imaging.formats.png","l":"AbstractPngText.Ztxt"}];updateSearchResults();
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco-sessions.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco-sessions.html
 (original)
+++ 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco-sessions.html
 Wed May 15 13:26:03 2024
@@ -1 +1 @@

[... 5 lines stripped ...]
Modified: 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco.xml
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco.xml 
(original)
+++ 
websites/production/commons/content/proper/commons-imaging/jacoco/jacoco.xml 
Wed May 15 13:26:03 2024
@@ -1 +1 @@

[... 5 lines stripped ...]
Modified: 
websites/production/commons/content/proper/commons-imaging/japicmp.html
==============================================================================
--- websites/production/commons/content/proper/commons-imaging/japicmp.html 
(original)
+++ websites/production/commons/content/proper/commons-imaging/japicmp.html Wed 
May 15 13:26:03 2024
@@ -507,7 +507,7 @@ ul {
                <tr>
                        <td>Created:</td>
                        <td>
-                               2024-05-15T13:04:58.160+0000
+                               2024-05-15T13:25:36.655+0000
                        </td>
                </tr>
                <tr>

Modified: 
websites/production/commons/content/proper/commons-imaging/org.apache.commons_commons-imaging-1.0.0-alpha6-SNAPSHOT.spdx.json
==============================================================================
--- 
websites/production/commons/content/proper/commons-imaging/org.apache.commons_commons-imaging-1.0.0-alpha6-SNAPSHOT.spdx.json
 (original)
+++ 
websites/production/commons/content/proper/commons-imaging/org.apache.commons_commons-imaging-1.0.0-alpha6-SNAPSHOT.spdx.json
 Wed May 15 13:26:03 2024
@@ -2,7 +2,7 @@
   "SPDXID" : "SPDXRef-DOCUMENT",
   "spdxVersion" : "SPDX-2.3",
   "creationInfo" : {
-    "created" : "2024-05-15T13:03:42Z",
+    "created" : "2024-05-15T13:24:21Z",
     "creators" : [ "Tool: spdx-maven-plugin" ],
     "licenseListVersion" : "3.23"
   },
@@ -13,7 +13,7 @@
     "SPDXID" : "SPDXRef-gnrtd0",
     "checksums" : [ {
       "algorithm" : "SHA1",
-      "checksumValue" : "a186e6705b56175ce959b197d4fe8bb477545a14"
+      "checksumValue" : "6bde93bcc50a2c49ac483ed8f83d4d7b1d16103e"
     } ],
     "copyrightText" : "NOASSERTION",
     "description" : "Apache Commons Imaging (previously Sanselan) is a 
pure-Java image library.",

Modified: 
websites/production/commons/content/proper/commons-imaging/rat-report.html
==============================================================================
Binary files - no diff available.


Reply via email to