org.apache.commons.imaging.AbstractImageParser |
Line |
this doesn't look like we're actually getting all images contained in the given ByteSource... |
263 |
org.apache.commons.imaging.ColorTools |
Line |
"This class is a mess and needs to be cleaned up." </p> |
40 |
org.apache.commons.imaging.ImagingGuessFormatTest |
Line |
(cmchen): add ability to sniff ICOs if possible. new Object[] { ImageFormat.IMAGE_FORMAT_ICO, ICO_IMAGE_FILE }, |
49 |
(cmchen): add ability to sniff TGAs if possible. new Object[] { ImageFormat.IMAGE_FORMAT_TGA, TGA_IMAGE_FILE }, |
55 |
(cmchen): Add test images for these formats. new Object[] { ImageFormat.IMAGE_FORMAT_PNM, PNM_IMAGE_FILE }, new Object[] { ImageFormat.IMAGE_FORMAT_JBIG2, JBIG2_IMAGE_FILE }, |
57 |
org.apache.commons.imaging.bytesource.ByteSourceImageTest |
Line |
not all adapters count images yet. assertTrue(imageInfoFile.getNumberOfImages() > 0); |
141 |
org.apache.commons.imaging.common.BasicCParser |
Line |
replace this by a parser generated via ANTLR (if we really need it?!) |
31 |
org.apache.commons.imaging.common.RationalNumberTest |
Line |
assert something here, the following will fail for some values. Do we have a bug? assertEquals(0.0, difference, 0.0d); |
118 |
org.apache.commons.imaging.formats.bmp.BmpImageParser |
Line |
comments... |
191 |
this should throw UnsupportedOperationException, but RoundtripTest has to be refactored completely before this can be changed |
233 |
org.apache.commons.imaging.formats.bmp.BmpReadTest |
Line |
assert more |
49 |
assert more |
69 |
org.apache.commons.imaging.formats.dcx.DcxImageParser |
Line |
should throw UOE |
117 |
should throw UOE |
123 |
should throw UOE |
129 |
should throw UOE |
135 |
org.apache.commons.imaging.formats.dcx.DcxReadTest |
Line |
assert more |
43 |
org.apache.commons.imaging.formats.gif.GifImageParser |
Line |
--No comment-- |
895 |
--No comment-- |
1005 |
org.apache.commons.imaging.formats.gif.GifReadTest |
Line |
assert more |
61 |
assert more |
140 |
org.apache.commons.imaging.formats.icns.IcnsImageParser |
Line |
should throw UOE |
175 |
org.apache.commons.imaging.formats.icns.IcnsReadTest |
Line |
assert more |
65 |
org.apache.commons.imaging.formats.ico.IcoImageParser |
Line |
should throw UOE |
289 |
should throw UOE |
295 |
should throw UOE |
301 |
should throw UOE |
307 |
org.apache.commons.imaging.formats.ico.IcoReadTest |
Line |
assert more |
43 |
org.apache.commons.imaging.formats.jpeg.JpegImageParser |
Line |
concatenate if multiple segments, need example. |
251 |
we ought to count images, but don't yet. |
443 |
inaccurate. |
449 |
org.apache.commons.imaging.formats.jpeg.JpegReadTest |
Line |
only run this tests with images that have metadata... assertNotNull(metadata); |
51 |
org.apache.commons.imaging.formats.jpeg.decoder.JpegDecoder |
Line |
optimize |
323 |
why do images come out too bright with CS_GRAY? colorModel = new ComponentColorModel( ColorSpace.getInstance(ColorSpace.CS_GRAY), false, true, Transparency.OPAQUE, DataBuffer.TYPE_BYTE); raster = colorModel.createCompatibleWritableRaster( sofnSegment.width, sofnSegment.height); |
453 |
org.apache.commons.imaging.formats.jpeg.exif.ExifDumpTest |
Line |
assert something |
46 |
assert more |
56 |
org.apache.commons.imaging.formats.jpeg.exif.ExifRewriter |
Line |
add support for adding, not just replacing. throw new ImageReadException("No APP1 EXIF segment found."); } |
171 |
org.apache.commons.imaging.formats.jpeg.exif.GpsTest |
Line |
we should assert something here. |
58 |
org.apache.commons.imaging.formats.jpeg.exif.MakerNoteFieldTest |
Line |
assert something |
47 |
org.apache.commons.imaging.formats.jpeg.exif.TextFieldTest |
Line |
what else to assert? |
49 |
org.apache.commons.imaging.formats.jpeg.iptc.IptcAddTest |
Line |
select only files with meta for this test |
54 |
org.apache.commons.imaging.formats.jpeg.iptc.IptcParser |
Line |
make sure order right |
408 |
org.apache.commons.imaging.formats.jpeg.iptc.IptcUpdateTest |
Line |
should either be null or empty |
135 |
org.apache.commons.imaging.formats.jpeg.xmp.JpegXmpDumpTest |
Line |
assert more |
44 |
org.apache.commons.imaging.formats.pcx.PcxWriter |
Line |
What's the right thing to do here for a null palette? |
118 |
org.apache.commons.imaging.formats.png.PngColorType |
Line |
can this be merged with ImageInfo.ColorType? |
24 |
org.apache.commons.imaging.formats.png.PngImageParser |
Line |
should this be a clone? |
350 |
I have been too casual about making inner classes subclass of BinaryFileParser I may not have always preserved byte order correctly. |
577 |
org.apache.commons.imaging.formats.png.transparencyfilters.TransparencyFilterIndexedColor |
Line |
see below - is this check correct? |
32 |
check for > length cannot be true because of check above |
36 |
org.apache.commons.imaging.formats.psd.ImageResourceType |
Line |
Turn into an enum |
20 |
org.apache.commons.imaging.formats.psd.PsdImageParser |
Line |
comments... |
325 |
inaccurate. |
350 |
org.apache.commons.imaging.formats.tiff.TiffImageParser |
Line |
wrong |
475 |
org.apache.commons.imaging.formats.tiff.TiffLzwTest |
Line |
fails with java.io.IOException: Bad Code: -1 codes: 258 code_size: 9, table: 4096 |
217 |
org.apache.commons.imaging.formats.tiff.constants.ExifTagConstants |
Line |
other types? |
91 |
org.apache.commons.imaging.formats.tiff.constants.MicrosoftHdPhotoTagConstants |
Line |
might be an offset? |
120 |
might be an offset? |
125 |
org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryConstants |
Line |
this should really be an enum |
38 |
org.apache.commons.imaging.formats.tiff.constants.TiffTagConstants |
Line |
--No comment-- |
300 |
org.apache.commons.imaging.formats.tiff.itu_t4.BitInputStreamFlexible |
Line |
should be byte order conscious, that is, TIFF for reading samples size < 8 - shouldn't that effect their order within byte? |
29 |
org.apache.commons.imaging.formats.webp.WebPImageParser |
Line |
this does not look too risky; a user could craft an image with millions of chunks, that are really expensive to dump, but that should result in a large image, where we can short- -circuit the operation somewhere else - if needed. |
169 |
org.apache.commons.imaging.icc.IccProfileParser |
Line |
Throw instead of logging? |
53 |
org.apache.commons.imaging.internal.ImageParserFactory |
Line |
circular dependency between Imaging and internal Util class below. |
38 |
org.apache.commons.imaging.mylzw.MyBitOutputStream |
Line |
in and out streams CANNOT accurately read/write 32bits at a time, as int will overflow. should have used a long |
66 |