]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsCacheItem.h
(Herbert): discover the "Bounding Box" of non-(e)ps graphics files, and
[features.git] / src / graphics / GraphicsCacheItem.h
index 94e1e2808889183cf660f778f9ee5bd43b1ffbfd..70b326221812e72188ab0557cb9f085f031c5504 100644 (file)
@@ -89,6 +89,11 @@ public:
         */
        void changeDisplay(bool changed_background);
 
+       /// Used to ascertain the Bounding Box of non (e)ps files.
+       unsigned int raw_width() const;
+       ///
+       unsigned int raw_height() const;
+       
 private:
        /** Start the image conversion process, checking first that it is
         *  necessary. If it is necessary, then a conversion task is started.