Some things I would try (with only dim hope of success)

1.  Setting the report units (i forget what this property is called)
to "pixels".   I think by default it's mm or twips and this can
result in some rounding anomalies.

2.  with autosize false and stretch false try setting the dimensions
slightly larger than the known size (in both dimensions).

There are/were some known problems in QR with big bitmaps
but it doesn't sound like your logo is pushing that envelope.
Does reducing the size (e.g.. by reducing the colour density)
affect the problem?

happy pouncing



-Ns
http://www.roserox.co.th


----- Original Message -----
From: "Mark Howard" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Friday, August 09, 2002 6:04 AM
Subject: Re: [DUG]: Graphic in QR


> Nope - no better.
> Should it make any difference whether I load a .GIF vs .BMP?
> As I said before, with the settings I have used it doesn't make any
> visible difference.
> Am I right in assuming that I SHOULD be able to get the same print
> definition from a TQRImage as I get from PhotoPaint?
> Any suggestions will be pounced upon.
> Mark
> On 9 Aug 2002 at 9:55, Robert Martin wrote:
>
> > You should Set AutoSize to true and Stretch to False.  The Stretch is
> > most likely causing the fuzziness.
> >
> > An interesting Note my original reply was "Set AutoSize to true and
> > Stretch to False.  The Stretch is most likely causing the fuzziness."
> > but this gets rejected by the list server because it starts with Set.
> >
> > Rob
> >
> > Software engineer
> > Wild Software Ltd
> > Ph 03 338-1407
> > ----- Original Message -----
> > From: "Mark Howard" <[EMAIL PROTECTED]>
> > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
> > Sent: Friday, August 09, 2002 8:41 AM
> > Subject: [DUG]: Graphic in QR
> >
> >
> > > Hi from a graphics novice
> > >
> > > I have a company logo in a BMP file.
> > >
> > > When I print this out from Corel PhotoPaint, straight with no
> > > scaling or anything, it prints crisply with a size of about 30mm x
> > > 30mm.
> > >
> > > I then drop a TQRImage onto a QuickReport band and do
> > > LogoImage.Picture.Bitmap.LoadFromFile('Logo.bmp');
> > > with Autosize set to true
> > > and Stretch set to True
> > >
> > > It tries to print it at about 120 x 120 mm
> > >
> > > If I then set Autosize to False and set the LogoImage height and
> > > width to 30mm It prints fuzzy - not half as clear as the same file
> > > printed from PhotoPaint.
> > >
> > > Does anyone have any experience that will help me with this?
> > >
> > > I have tried saving the image in GIF format, with the same results.
> > >
> > > TIA
> > >
> > > Mark
> > >
> > >
> > >
> > >
> > >
> > > --------------------------------------------------------------------
> > > ------
> > -
> > >     New Zealand Delphi Users group - Delphi List -
> > >     [EMAIL PROTECTED]
> > >                   Website: http://www.delphi.org.nz
> > > To UnSub, send email to: [EMAIL PROTECTED]
> > > with body of "unsubscribe delphi"
> > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> > >
> >
> >
> > ----------------------------------------------------------------------
> > -----
> >     New Zealand Delphi Users group - Delphi List -
> >     [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> >
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to