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.

Re: problem with a png by Joseph

Joseph
Tue Jan 17 05:37:26 CST 2006

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.

<leibnizster@gmail.com> wrote in message
news:1137492858.476050.143400@g44g2000cwa.googlegroups.com...
> 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.
>