TTprintPreview and picture transparency
Select messages from
# through # FAQ
[/[Print]\]

DELPHI AREA -> DELPHI AREA's Products

#1: TTprintPreview and picture transparency Author: yannick PostPosted: 20/05/06 14:34
    —
Hello,

I am using TPP and all works very fine.

I have only one problem :

i want to use a TImage with transparency,

But when i use the PaintGraphicEx Method, the transparency doen't work

what is the problem ?

Best regards

#2:  Author: KambizLocation: Tehran, Iran PostPosted: 20/05/06 16:28
    —
I'm sorry, but that method doesn't support transparency.

You have to calculate the target rectangle of the image, and draw it using the Canvas.StretchDraw method.

#3: Transparency Author: yannick PostPosted: 20/05/06 16:32
    —
Thank you for your very fast response...

do you plan to implement this in future versions ?

thank you

Yannick

//Edit #1

There is a PaintGraphicEx and PaintGraphicEx2 ....

so maybe a PaintGraphicEx3 in next versions ?

//Edit #2

Hello

I have try your method ; the picture appear good for bmp with transparency, but in the print there is nothing.

If i put a gif with transprency into, it fill the transparency zone with black....

so it doesnt solve my problem.

Do you know why ?

Thank you

#4:  Author: KambizLocation: Tehran, Iran PostPosted: 20/05/06 22:55
    —
Some printer drivers can print only DIB bitmaps.

#5: DIB Bitmap Author: yannick PostPosted: 21/05/06 00:11
    —
So what is the solution to print a picture with transparency ?

i am not a specialist like you in this domain, i am not use to manipulate bitmap and all sort of draw methods,


so , do you plan to add this in your component ? i think it will be very usefull for including picture like logos on a grayscaled background....

or can you give me few lines to do it ?

thank you !

yannick

#6:  Author: KambizLocation: Tehran, Iran PostPosted: 21/05/06 11:54
    —
Currently I'm too busy with my other stuffs. But for sure I'll remove this limitation in the next release.

#7: Transparency Author: yannick PostPosted: 21/05/06 14:52
    —
thank you very much !!!!

#8: Transparency on TPrintPreview Author: yannick PostPosted: 11/09/06 21:50
    —
Hello Kambiz

when will you take care of transparents picture in your component ?

best regards

Yannick

#9:  Author: KambizLocation: Tehran, Iran PostPosted: 11/09/06 22:35
    —
Yannick,

I really don't know. It's a long time that I couldn't find time to spend on my hobbies. Sad

#10: tprintpreview and gif transparency Author: yannick PostPosted: 13/01/07 20:17
    —
hello kambiz !!!

do you plan to add gif transparency in tprintpreview ?

thank you

yannick

#11:  Author: Johnny_Bit PostPosted: 13/01/07 21:05
    —
Dude, easy on this. Really, there's no way of Kambiz doing it in no-time, also there are no contributors, because it's Kambiz-only project and he is just a human that needs to work. Currently his work makes it hard for him to find time for DA, so let's not make things worse, OK?

Oh, Kambiz, why don't you change licence for components to LGPL v2? Then set-up some Subversion, get them on this rig, then it would be possible for many people contribute to the project and make things sweet.

#12:  Author: KambizLocation: Tehran, Iran PostPosted: 02/02/07 20:37
    —
Dear yannick,

I've added image transparency support to the new version of PrintPreview. However, because some printers (drivers) does not support raster operations except SrcCopy, Blackness, and whiteness, it's disabled as default. To enabled it, open Preview.pas and define IMAGE_TRANSPARENCY directive.

Cheers



DELPHI AREA -> DELPHI AREA's Products


output generated using printer-friendly topic mod. All times are GMT

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group