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 ac0bef3f Javadoc ac0bef3f is described below commit ac0bef3f46cbf4257f00a841a77bd743a5bc4855 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 14 10:40:00 2023 -0400 Javadoc --- .../java/org/apache/commons/imaging/ColorTools.java | 13 +++++++------ .../tiff/constants/AdobePageMaker6TagConstants.java | 8 +++++--- .../tiff/constants/AdobePhotoshopTagConstants.java | 6 ++++-- .../tiff/constants/AliasSketchbookProTagConstants.java | 3 ++- .../formats/tiff/constants/DcfTagConstants.java | 5 +++-- .../formats/tiff/constants/DngTagConstants.java | 5 +++-- .../tiff/constants/GdalLibraryTagConstants.java | 18 ++++++++---------- .../formats/tiff/constants/GeoTiffTagConstants.java | 3 ++- .../constants/MolecularDynamicsGelTagConstants.java | 3 ++- .../formats/tiff/constants/OceScanjobTagConstants.java | 3 ++- .../formats/tiff/constants/Rfc2301TagConstants.java | 11 +++++++---- .../formats/tiff/constants/Tiff4TagConstants.java | 3 ++- .../formats/tiff/constants/TiffTagConstants.java | 3 ++- 13 files changed, 49 insertions(+), 35 deletions(-) diff --git a/src/main/java/org/apache/commons/imaging/ColorTools.java b/src/main/java/org/apache/commons/imaging/ColorTools.java index e7de8058..150fba2c 100644 --- a/src/main/java/org/apache/commons/imaging/ColorTools.java +++ b/src/main/java/org/apache/commons/imaging/ColorTools.java @@ -32,12 +32,13 @@ import java.io.File; import java.io.IOException; /** - * A selection of tools for evaluating and manipulating color - * spaces, color values, etc. - * <p>The Javadoc provided in the original code gave the - * following notation:<br><br> - * - * "This class is a mess and needs to be cleaned up." + * A selection of tools for evaluating and manipulating color spaces, color values, etc. + * <p> + * The Javadoc provided in the original code gave the following notation: + * </p> + * <p> + * TODO"This class is a mess and needs to be cleaned up." + * </p> */ public class ColorTools { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePageMaker6TagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePageMaker6TagConstants.java index 3cef4c96..8bf0c464 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePageMaker6TagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePageMaker6TagConstants.java @@ -28,11 +28,13 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoLongOrIFD; import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShort; /** - * TIFF specification supplement 1 - * <BR> + * TIFF specification supplement 1. + * <p> * Enhancements for Adobe PageMaker(R) 6.0 software - * <BR> + * </p> + * <p> * http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf + * </p> */ public final class AdobePageMaker6TagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java index 33c8b22b..325a85f9 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AdobePhotoshopTagConstants.java @@ -25,10 +25,12 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUndefineds; /** * TIFF specification supplement 2 - * <BR> + * <p> * Adobe Photoshop (R) TIFF Technical Notes - * <BR> + * </p> + * <p> * http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf + * </p> */ public final class AdobePhotoshopTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java index 0052cdc9..9d4fda4b 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/AliasSketchbookProTagConstants.java @@ -25,8 +25,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * Alias Sketchbook Pro multi-layer TIFF - * <BR> + * <p> * http://www.awaresystems.be/imaging/tiff/tifftags/docs/alias.html + * </p> */ public final class AliasSketchbookProTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java index 09284f45..ee93ee39 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DcfTagConstants.java @@ -26,9 +26,10 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShort; import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLong; /** - * Design rule for Camera Filesystem - * <BR> + * Design rule for Camera file system. + * <p> * http://www.exif.org/dcf.PDF + * </p> */ public final class DcfTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DngTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DngTagConstants.java index 84f0c4d2..cf489077 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DngTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/DngTagConstants.java @@ -40,9 +40,10 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUndefineds; /** - * Digital Negative (DNG) Specification - * <BR> + * Digital Negative (DNG) Specification. + * <p> * http://www.adobe.com/products/dng/pdfs/dng_spec_1_3_0_0.pdf + * </p> */ public final class DngTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java index 541514cc..3f6bbed8 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GdalLibraryTagConstants.java @@ -25,25 +25,23 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * GDAL library. - * <BR> + * <p> * http://www.awaresystems.be/imaging/tiff/tifftags/gdal_metadata.html - * <BR> + * </p> + * <p> * http://www.awaresystems.be/imaging/tiff/tifftags/gdal_nodata.html + * </p> */ public final class GdalLibraryTagConstants { - public static final TagInfoAscii EXIF_TAG_GDAL_METADATA = new TagInfoAscii( - "GDALMetadata", 0xa480, -1, + public static final TagInfoAscii EXIF_TAG_GDAL_METADATA = new TagInfoAscii("GDALMetadata", 0xa480, -1, TiffDirectoryType.EXIF_DIRECTORY_UNKNOWN); - public static final TagInfoAscii EXIF_TAG_GDAL_NO_DATA = new TagInfoAscii( - "GDALNoData", 0xa481, -1, + public static final TagInfoAscii EXIF_TAG_GDAL_NO_DATA = new TagInfoAscii("GDALNoData", 0xa481, -1, TiffDirectoryType.EXIF_DIRECTORY_UNKNOWN); - public static final List<TagInfo> ALL_GDAL_LIBRARY_TAGS = - Collections.unmodifiableList(Arrays.<TagInfo> asList( - EXIF_TAG_GDAL_METADATA, - EXIF_TAG_GDAL_NO_DATA)); + public static final List<TagInfo> ALL_GDAL_LIBRARY_TAGS = Collections + .unmodifiableList(Arrays.<TagInfo>asList(EXIF_TAG_GDAL_METADATA, EXIF_TAG_GDAL_NO_DATA)); private GdalLibraryTagConstants() { } diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java index 3f0a51b5..73e17705 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/GeoTiffTagConstants.java @@ -27,8 +27,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; /** * Geo Tiff. - * <BR> + * <p> * http://www.remotesensing.org/geotiff/spec/contents.html + * </p> */ public final class GeoTiffTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/MolecularDynamicsGelTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/MolecularDynamicsGelTagConstants.java index a02094de..cf6225ca 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/MolecularDynamicsGelTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/MolecularDynamicsGelTagConstants.java @@ -28,8 +28,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; /** * Molecular Dynamics GEL file format - * <BR> + * <p> * http://www.awaresystems.be/imaging/tiff/tifftags/docs/gel.html + * </p> */ public final class MolecularDynamicsGelTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java index ad68dd26..371513c6 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java @@ -25,8 +25,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * Oce Scanjob. - * <BR> + * <p> * http://www.awaresystems.be/imaging/tiff/tifftags/docs/oce.html + * </p> */ public final class OceScanjobTagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java index 6e978a8d..b8641780 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Rfc2301TagConstants.java @@ -33,12 +33,15 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShorts; /** * RFC 2301: File Format for Internet Fax - * <BR> + * <p> * www.ietf.org/rfc/rfc2301.txt - * <BR> - * Also subsumes "The spirit of TIFF class F" - * <BR> + * </p> + * <p> + * Also subsumes "The spirit of TIFF class F" + * </p> + * <p> * http://cool.conservation-us.org/bytopic/imaging/std/tiff-f.html + * </p> */ public final class Rfc2301TagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java index 797ddf38..2bb170c7 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/Tiff4TagConstants.java @@ -25,8 +25,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShort; /** * Tags in TIFF4 but NOT in TIFF6. - * <BR> + * <p> * http://cool.conservation-us.org/bytopic/imaging/std/tiff4.html + * </p> */ public final class Tiff4TagConstants { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java index 7b3bf892..5b39168d 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java @@ -36,8 +36,9 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoUnknowns; /** * Tags from the TIFF6 specification. - * <BR> + * <p> * http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf + * </p> */ public final class TiffTagConstants {