•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 403,490 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,205 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 1660 | Replies: 5
![]() |
•
•
Join Date: Aug 2006
Posts: 57
Reputation:
Rep Power: 3
Solved Threads: 0
hi,
I am doing an application which displays images dynamically.i have resized the images to fit to the screen.
Now when i display the images, the images seems to be pixelized.
There are more dots around the border of the image.
How can i reduce this pixelization?
Any ideas.
Thanks in advance
Regards
Exelio :!:
I am doing an application which displays images dynamically.i have resized the images to fit to the screen.
Now when i display the images, the images seems to be pixelized.
There are more dots around the border of the image.
How can i reduce this pixelization?
Any ideas.
Thanks in advance
Regards
Exelio :!:
The short answer is "no", most likely. It isn't very intuitive, but the reason why images appear "bad" on screen is likely because they are actually high-quality, high-resolution images. A typical computer screen can display 72 or 96 pixels per inch. Even a low-quality laser printer prints at 300 dots per inch. So a "low quality" print image can contain much more information than a computer screen can display.
Thus, images can often appear choppy or "pixelized" on-screen.
Likewise, images specifically prepared for on-screen, low resolution display will often look bad when used in print workflows, because there simply aren't enough pixels/dots to make a good image.
The answer in all cases is to create the images at the proper resolution for the intended medium.
Thus, images can often appear choppy or "pixelized" on-screen.
Likewise, images specifically prepared for on-screen, low resolution display will often look bad when used in print workflows, because there simply aren't enough pixels/dots to make a good image.
The answer in all cases is to create the images at the proper resolution for the intended medium.
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- images no longer animated (Web Browsers)
- Images in signatures (Growing an Online Community)
- no images (Web Browsers)
Other Threads in the ASP.NET Forum
- Previous Thread: login for general user
- Next Thread: ASP.net software server for Macs?



Linear Mode