Re: problem with resizing 32bppArgb images

Tech-Archive recommends: Fix windows errors by optimizing your registry



Bill Woodruff wrote:
Just an idea : what about calling the .NET 2.0 'MakeTransparent operator on
the new, resized, bitmap ?

i'm not quite sure if we are talking the same thing ;) my problem is not
that the resized image is not transparent. the resized image is
transparent and looks perfect. the problem is that when the image is
printed i loose all the transparency that is not fully transparent (all
pixels that has a alpha from 1 to 254 are merged with white background).
as far as i know that is because postscript does know nothing about
transparency or at least the adobes postscript driver that i have wont
produce semi transparent images.
.



Relevant Pages

  • Re: problem with resizing 32bppArgb images
    ... that the resized image is not transparent. ... transparency or at least the adobes postscript driver that i have wont ... Apologies, I meant to say the .NET 2.0 Framework CopyFromScreen operator, ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Filled polygons print to PDF as opaque
    ... I cross posted this question to the Adobe Acrobat Windows users forum. ... transparent patterns) and the PDF driver uses PostScript to do the heavy ... your implication is that I'm stuck with a bitmap if I want ... Brush m_BG = new SolidBrush; ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: transparency in dlg
    ... I have bitmap loaded as picture control in dlg, ... color which I want to make transparent, ... That's why I often use icons in statics rather than ... same as the CStatic's foreground(if thats what you want). ...
    (microsoft.public.vc.mfc)
  • Re: Attempting a transparent BLT and failing.
    ... When blitting from a color to a monochrome bitmap, ... achieving the transparent blt result. ... my transparency color and block transfer it to my memoryDC using SRCCOPY. ... SelectObject(memoryDC, selectedBitmap); ...
    (microsoft.public.win32.programmer.gdi)
  • Re: How to Hightlight text in CRichEditCtrl
    ... >The text that the user types eventually gets displayed on a bitmap ... Originally all the text will have a transparent ... When the user sets a background color, ... In case of the target text is display on a transparent background, ...
    (microsoft.public.vc.mfc)