Image Viewer application, Image processing with Dispaly Data.
Posted
by Harsha
on Stack Overflow
See other posts from Stack Overflow
or by Harsha
Published on 2010-06-15T12:40:51Z
Indexed on
2010/06/15
12:42 UTC
Read the original article
Hit count: 344
Hello All,
I am working on Image Viewer application and planning to build in WPF. My Image size are usually larger than 3000x3500. After searching for week, I got sample code from MSDN. But it is written in ATL COM.
So I am planning to work and build the Image viewer as follows: After reading the Image I will scale down to my viewer size, viwer is around 1000x1000. Lets call this Image Data as Display Data. Once displaying this data, I will work only this Display data. For all Image processing operation, I will use this display data and when user choose to save the image, I will apply all the operation to original Image data.
My question is, Is is ok to use Display data for showing and initial image processing operations.
© Stack Overflow or respective owner