Our first project! Images are imported at Size for 96dpi??

This forum is for all Flare issues related to importing files or projects.
Post Reply
FLaVO
Jr. Propeller Head
Posts: 1
Joined: Fri Nov 23, 2018 11:38 am
Location: Lévis, Canada

Our first project! Images are imported at Size for 96dpi??

Post by FLaVO »

Hello,
At last we started our first project!
We are aiming for PDF/Print for now with a not too distant goal of outputing in html5.
After cleaning our word files, we started importing a few chapters in Flare.

Turns out fine, actually... but there is one pressing issue I would like to understand: Somehow the topics have images formatted at what seems 96dpi .

Code: Select all

        <p class="PrevostImage">
            <img src="../Resources/Images/06390-1.png" style="width: 288px;height: 221px;" />
        </p>
Our images are 3in wide. they're all 300dpi, so 900px wide. I would expect the import to leave the images as is, but it seems to want to apply a width limit?.
Looking at the images in the PDF target, my images are intact at 300dpi/900px.

Looking at flare's help they say:

About size and print size tabs
You can use these tabs to resize the image. If you want to provide only one group of settings for the image, select the Size tab. If you want to provide two groups of settings, use both the Size and Print Size tabs. The Size tab is for targets that are using the default medium or a custom medium. The Print Size tab is for targets that are using the print medium.
So looking at this image's properties we find the 288px w and 221px h under Size.

What is the implication of having this width and height applied, should we keep this?
Audaces Fortuna Juvat
Fortune (or luck) favors the bold
Post Reply