Re: problem with resizing 32bppArgb images

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



SharpCoderMP wrote :

"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."

Hi,

Apologies, I meant to say the .NET 2.0 Framework CopyFromScreen operator,
not the 'MakeTransparent operator (rainy season here affecting the brain ?).

One thing I am absolutely certain of is that PostScript does not support
transparency (and I should know).

My thought was that by using 'CopyFromScreen you can get an image of exactly
what is on the screen which "embody" all the effects of transparency.

Bob Powell recently pointed out the 'CopyFromScreen operator to me in a
response to another of my "fuzzy" posts.

best, Bill Woodruff


.



Relevant Pages

  • Re: problem with resizing 32bppArgb images
    ... the new, resized, bitmap? ... that the resized image is not transparent. ... transparency or at least the adobes postscript driver that i have wont ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: How to achieve transparency in PostScript?
    ... transparency supported in PostScript is fully transparent or fully ... achieve the same transparent effect using image operator for Language ... The fundamental problem, I think, is that you want to do something which ... You can't do that in PostScript. ...
    (comp.lang.postscript)
  • Re: How to achieve transparency in PostScript?
    ... transparency supported in PostScript is fully transparent or fully ... achieve the same transparent effect using image operator for Language ... You can't do that in PostScript. ... You can create a path which is the intersection of the two objects by ...
    (comp.lang.postscript)