https://issues.apache.org/ooo/show_bug.cgi?id=122777

--- Comment #4 from Armin Le Grand <armin.le.gr...@me.com> ---
ALG: Hi bugfinderx, what do you mean with 'much bigger (width and height) than
the original' ? The inserted pixel format has a pixel size, some formats have a
logoc size (e.g. SVG has sizes direcly given in various units). For pixel
images without that (most of the formats) the system's internal DPI is used to
convert this to a logical size in 100/th mm.
E.g. with 1000x1000 pixels, 1000 at 96 dpi (dots per inch) -> 10.42 inch wide
and high. As you see, the logical size depends on the system's DPI which you
would need to figure out to check if the size shown is correct. Best is to take
a bitmap with a known size, insert it and check the shown width/height, then
calculate back the DPI and see if this makes sense.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to