problem with a png

  • Thread starter Thread starter leibnizster
  • Start date Start date
L

leibnizster

Hi!

I have a .png file that I copy-pasted off some page. When I watch it in
paint, it is all ok. But when I display it in my .NETCF 2.0 program in
VS2005 it appears with some white lines on it and it looks terrible. I
draw it with DrawImage() using the dimensions of the picture.

What's the problem?

Thanks.
 
Is the displayed image smaller than the actual image? PDAs tend to be very
poor at resizing images, you should resize it on the desktop first, before
copying it to your application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top