Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i am Sagar,
i have developed windows application in that i have resized the bmp file of images..
while printing those images am getting poor quality..
so, please help me to how to increase the quality while printing that image.




Thanks in advance..
Posted
Comments
Kornfeld Eliyahu Peter 13-Jan-14 6:06am    
Which method of compression you used?
sagar siripuram 14-Jan-14 1:10am    
bmp = new Bitmap(b[c1], Convert.ToInt32(width * r), Convert.ToInt32(height * p));
BillWoodruff 13-Jan-14 18:23pm    
"re-sizing" means shrinking, or enlarging ... or both ?
sagar siripuram 14-Jan-14 1:05am    
Both

Any resize action on an image will carry some output quality loss so what you got is what was expected to happen. Maybe you could try to convert your bmp to jpeg image with 100% jog compression level and use them for printing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900