From: Jeremias Maerki Date: Mon, 15 Aug 2005 09:08:55 +0000 (+0000) Subject: TODO item for HiResBoundingBox. X-Git-Tag: fop-0_90-alpha1~389 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b9c3707b70dc214db5ecde4bdb86a18b116fd459;p=xmlgraphics-fop.git TODO item for HiResBoundingBox. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232778 13f79535-47bb-0310-9956-ffa450edef68 --- 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,