Re: problem with resizing 32bppArgb images



SharpCoderMP wrote :

Bill Woodruff wrote:
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.

"i also do not think that this will work... especially during printing
when the images i'm printing are never displayed ;) and there is the
resolution difference - when drawing to the screen the graphics object
is transformed (scaled to be precise). it is worth to note that i'm
printing from a service which for obvious reasons does not access the
screen at all ;)

or maybe there is something i'm missing here?"

Hi, my remarks were based on your statement that you :

1. are making images smaller than the original screen image, and that these
scaled images now look "perfect" on the screen.

So, I'm suggesting you capture the screen bitmap, scale it as needed, and
send that to the graphics service or whatever is feeding the printer.

best, Bill Woodruff


.



Relevant Pages

  • Re: Writing Text on an Image.
    ... Create a new System.Drawing.Bitmap class and load it with the image ... Get a graphics object from the Bitmap using Graphics.FromImage ... > images and use it for there own purpose. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Writing Text on an Image.
    ... "James Westgate" wrote: ... Get a graphics object from the Bitmap using Graphics.FromImage ... >> but the design is still visible. ... >> images and use it for there own purpose. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: resize gif image
    ... It means resize them to 100x100. ... System.Drawing.Image oThumbNail = new Bitmap(FileWidth, FileHeight, ... //make rectangle from Graphics object (resize) ... It works well for jpeg images, but I get error when work with gif ...
    (microsoft.public.dotnet.framework.aspnet)
  • Change a bitmap
    ... Does anyone know how I can draw some images onto a ... background image and then save the image to a file? ... but I can't figure out how to save the graphics object to ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Scaling pictures
    ... PIL is certainly a fine option, but I noticed that the scaled images ... PIL still rocks though. ... scale images so that they can be published on a web site. ... Python Imaging Library is the preferred Python way to do ...
    (comp.lang.python)