ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

Bug: Length of scale bar in exported PDF/TIFF #305

Closed knabar closed 6 years ago

knabar commented 6 years ago

Scale bars are displayed the correct length in the web UI, but in the exported file they are too long, apparently by a factor of 300/72, i.e. there might be an extra or missing call to scale_to_export_dpi.

screen shot 2018-07-09 at 13 56 25

Left is web UI, right is exported file.

sbesson commented 6 years ago

Thanks @knabar. @will-moore is this the same bug than the one addressed in #304 ?

will-moore commented 6 years ago

Yes, looks like the same bug, assuming that's a big image @knabar? Cheers.

knabar commented 6 years ago

@will-moore Yes, it is a big image, and my assumption that it was a fixed factor was wrong, so it does look like the bug from #304. Thanks!