PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework problem with a png

Reply

problem with a png

 
Thread Tools Rate Thread
Old 17-01-2006, 10:14 AM   #1
leibnizster@gmail.com
Guest
 
Posts: n/a
Default problem with a png


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.

  Reply With Quote
Old 17-01-2006, 11:37 AM   #2
Joseph Byrns
Guest
 
Posts: n/a
Default Re: problem with a png

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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off