Welcome to TalkGraphics.com
Results 1 to 10 of 10

Threaded View

  1. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: Unwanted outlines on 300dpi bitmap

    Gary, as if I would ever suggest doing evens.

    I have tried a number of approaches and I cannot force a vertical gap in any.

    My main suggest would be to work off a page size of 1000x800px and set your dpi to 288.
    Work as normal but finally select the resultant image, which will be 800px height and lock-change the height to 768px.
    The final image will be at 300dpi.

    Technically the width will be 169.8px but make your shape 170x800px for convenience (evens!).
    The 300dpi version will be 163.2x768px so you will have a sub-pixel overlap rather than a gap.

    The fuller way to achieve fractional pixel widths and positioning is to work with SVG and embedded images.
    Create a box, 163x768px.
    Placeholder body:
    <svg width="100%" height="100%"> <image width="163" height="768" xlink:href="index_html_files/fred.png" />
    </svg>
    fred is also 163x768px. fred has to be on the page (underneath or some other hiding mechanism).
    I get a single artefact in Chrome and none in MS Edge up to 500% scaling.

    Are you sure what you are seeing is not just failures in your graphics card and browser to fully render properly?

    Acorn
    Last edited by Acorn; 13 April 2023 at 04:36 PM.
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •