• :?: When I insert a .WMF file as a background image in WPForm, it is converted to a bitmap image which has ragged lines and the text is almost unreadable.

    1. Is there a way to keep the .WMF file without converting it to a bitmap?

    2. The Delphi TImage component seems to keep the .WMF image quality. If I buy the source code, can I change the background component to one that will accept native .WMF files?

    • Offizieller Beitrag

    Hi,

    WPForm needs bitmap backgrounds for faster display - it will only copy the relevant part.

    You can create high res bitmaps "on the fly" using code similar to this: