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
commit 1dad03bf8eaa1dacfec69e5268c0f83339c0fe90 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:04 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java b/src/main/java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java index 65004538..817c5021 100644 --- a/src/main/java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java +++ b/src/main/java/org/apache/commons/imaging/formats/pcx/PcxImageParser.java @@ -50,9 +50,9 @@ import org.apache.commons.imaging.common.Allocator; import org.apache.commons.imaging.common.ImageMetadata; public class PcxImageParser extends ImageParser<PcxImagingParameters> { - // ZSoft's official spec is at http://www.qzx.com/pc-gpe/pcx.txt + // ZSoft's official spec is at [BROKEN URL] http://www.qzx.com/pc-gpe/pcx.txt // (among other places) but it's pretty thin. The fileformat.fine document - // at http://www.fileformat.fine/format/pcx/egff.htm is a little better + // at [BROEKN URL] http://www.fileformat.fine/format/pcx/egff.htm is a little better // but their gray sample image seems corrupt. PCX files themselves are // the ultimate test but pretty hard to find nowadays, so the best // test is against other image viewers (Irfanview is pretty good).
