Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am want to achieve image zooming using C#.so I am resizing image n then cropping that image at a given position. I have achieved that but prob. is that image quality is not good. image gets blured.

Resizing is done by Graphics and zooming is done by clone function.

can anybody pls help me so that image wont gets blured.


Thanks
Posted
Comments
Uday P.Singh 10-Jul-13 6:14am    
are you saving the image after the resizing & crop?

1 solution

if image is of .eps,.psd,.tif or if it is .pdf then I convert that image to .jpg and saving to a location.
From that location I am resizing the same image n last that image is cropped.
YES after cropping I am saving that image at temporary location from where I am displaying.
and after displaying I am deleting that image.

But image is little bit blured.
 
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