Angus Leeming wrote: > + std::cerr << image_->w << " " << (params.bb.xr - params.bb.xl) << '\n' > + << image_->h << " " << (params.bb.yt - params.bb.yb) << std::endl;
I can do what I want, I always get correct values ... maybe that I'm blinded by the light, but for my rose.eps (official testcase from dante): ftp://ftp.dante.de/tex-archive/macros/generic/boxedeps/rose.eps I get always the right imagewidth/height and the right offset-values. same for other eps-figures. And always is (lyx-view == latex-view) true ... hm,... what goes wrong here?? some values (together with yours): bb.xl= 10 bb.xr= 130 bb.yb= 0 bb.yt= 172 131 120 172 172 xoffset_l 10 xoffset_r 1 yoffset_t 0 yoffset_b 0 bb.xl= 11 bb.xr= 130 bb.yb= 0 bb.yt= 172 131 119 172 172 xoffset_l 11 xoffset_r 1 yoffset_t 0 yoffset_b 0 Herbert -- http://www.lyx.org/help/