Comment 2 for bug 1798685

Revision history for this message
jean-pierre charras (jp-charras) wrote :

Hi Orson,

Bitmap images have a scaling factor (the PPI is set to 300, and the actual drawing size is size_for_300_ppi * scaling factor)
For instance, if in page layout editor you set the ppi to 100, the scaling factor is 3.0

Unfortunately, when I added the draw bitmap function in GAL, I forgot to take in account this scaling factor

I also just saw the recent (5.0) page layout editor the PPI setting is no longer displayed, due to and issue in the .fbp file.
(But works in 4.0 version)

I'll commit a fix very soon for the page layout editor issues.