diff options
-rw-r--r-- | src/java/org/apache/fop/image/analyser/EPSReader.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/image/analyser/EPSReader.java b/src/java/org/apache/fop/image/analyser/EPSReader.java index fdea3b24d..712050ba5 100644 --- a/src/java/org/apache/fop/image/analyser/EPSReader.java +++ b/src/java/org/apache/fop/image/analyser/EPSReader.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,6 +37,8 @@ public class EPSReader implements ImageReader { private static final byte[] EPS_HEADER_ASCII = "%!PS".getBytes(); private static final byte[] BOUNDINGBOX = "%%BoundingBox: ".getBytes(); + //private static final byte[] HIRESBOUNDINGBOX = "%%HiResBoundingBox: ".getBytes(); + //TODO Implement HiResBoundingBox, ImageInfo probably needs some changes for that /** @see org.apache.fop.image.analyser.ImageReader */ public FopImage.ImageInfo verifySignature(String uri, InputStream bis, |