src/main/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java (4 lines): - line 138: //TODO Reenable the above when proper listeners are implemented - line 178: //TODO Some codecs may do late reading. - line 319: // TODO: This information could be cached. - line 444: // TODO: This list could be kept in a resource file. src/main/java/org/apache/xmlgraphics/xmp/XMPPacketParser.java (3 lines): - line 78: //TODO Inspect "begin" attribute! - line 85: //TODO think about not buffering this but for example, parse in another thread - line 88: //TODO Do with TeeInputStream when Commons IO 1.4 is available src/main/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java (3 lines): - line 132: //TODO The customTextHandler should probably not be passed over just like that - line 181: /* TODO Add me back at the right place!!! - line 212: //TODO Surely, there's a better way to do this. src/main/java/org/apache/xmlgraphics/util/ClasspathResource.java (2 lines): - line 137: // TODO: Log. - line 143: // TODO: Log. src/main/java/org/apache/xmlgraphics/ps/ImageEncodingHelper.java (2 lines): - line 249: //TODO Investigate encoding in stripes: RenderedImage.copyData(WritableRaster) - line 279: //TODO Rewrite to encode directly from a RenderedImage to avoid buffering the whole RGB src/main/java/org/apache/xmlgraphics/fonts/Glyphs.java (2 lines): - line 760: //TODO: Unicode scalar values greater than FFFF are currently not supported - line 797: * TODO: javadocs for glyphToString and stringToGlyph are confused src/main/java/org/apache/xmlgraphics/java2d/ps/PSTilingPattern.java (1 line): - line 50: //TODO To be moved to a super class once shading patterns are implemented. src/main/java/org/apache/xmlgraphics/java2d/color/ColorUtil.java (1 line): - line 47: // TODO: This function converts the color into the sRGB namespace. src/main/java/org/apache/xmlgraphics/ps/PSGenerator.java (1 line): - line 229: /* TODO Check disabled until clarification. src/main/java/org/apache/xmlgraphics/xmp/XMPArray.java (1 line): - line 35: //TODO Property qualifiers are currently not supported, yet. src/main/java/org/apache/xmlgraphics/ps/dsc/DSCCommentFactory.java (1 line): - line 87: //TODO Add additional implementations as needed src/main/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageEncoder.java (1 line): - line 168: //TODO This approach causes always two images to be present at the same time. src/main/java/org/apache/xmlgraphics/io/XmlSourceUtil.java (1 line): - line 71: // TODO: How do we want to handle these? They all come from the TransformerFactory src/main/java/org/apache/xmlgraphics/image/codec/tiff/TIFFDirectory.java (1 line): - line 239: // System.err.println(tag + " " + "TIFFDirectory4"); TODO - log this message src/main/java/org/apache/xmlgraphics/image/loader/pipeline/ImageProviderPipeline.java (1 line): - line 255: //TODO check for compatibility src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderInternalTIFF.java (1 line): - line 72: // TODO: This may ignore ICC Profiles stored in TIFF images. src/main/java/org/apache/xmlgraphics/xmp/merge/ArrayAddPropertyMerger.java (1 line): - line 51: //TODO should be refined (xml:lang etc.) src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawJPEG.java (1 line): - line 97: log.trace("SOS found. Stopping early."); //TODO Not sure if this is safe src/main/java/org/apache/xmlgraphics/java2d/GraphicsConfigurationWithTransparency.java (1 line): - line 70: * TODO: This should return the page bounds in Pts, I couldn't figure out how to get this for