Click here to Skip to main content
16,012,316 members

Comments by Muhtar Qong (Top 4 by date)

Muhtar Qong 20-Jun-12 1:45am View    
Yes, I have experienced it many times. Every time I created 16bppGrayScale image some places which have high values have been saturated (cut off). Then, I checked it up and found that pixel values were in the range of 0-8192 even I entered more high values. However, I have experienced it in VS 2008.
Muhtar Qong 4-Jun-12 23:28pm View    
You are not missing any functions. You may create your own function when you are resampling by using pixel-wise operations. However, there are many kinds of "mapping" (resampling algorithms). Among them, Nearest Neighbor, bi-linear Interpolation and Cubic Convolutions are frequently used. You can get some information from here: http://artuxsoft.com/help/resample-an-image.aspx
Muhtar Qong 2-Jun-12 12:57pm View    
Thank you for your answer. This means should we use different CSS for different browsers?
Muhtar Qong 22-May-12 22:46pm View    
Can you make it shorter and convert it to a question?