[Reproduced with
permission from Vicor Inc. 2004]
Imagetrac Q-factor vs. IJG recompression comparison
for image SA1_14
Shown are image as originally captured vs. recompression at IJG q-factor=25, along with three different 'diffs', or image subtractions of the two images. (See bottom of page for details) Text links are 100dpi. Image links are full resolution. Capture Q-values are 1-255. Higher value=*LOWER* resolution. (Current default capture window = Window #1, Q=75.) Hint: Use middle mouse button to bring up image in separate window for detailed comparison.
Description of Gray-scale differencing algorithms GRAY1 - Difference RGB values after being converted to gray-scale. E.g., diffVal = G * abs(rgbToGray(rgb1)-rgbToGray(rgb2)) GRAY2 - 'Euclidean' distance between respective rgb values. E.g., diffVal = G * sqrt(rdiff^2 + gdiff^2 + bdiff^2) GRAY2 - 'Euclidean' distance taken after converting RGB deltas to gray. E.g., diffVal = G * sqrt(deltaR2Y^2 + deltaG2Y^2 + deltaB2Y^2) Where gray-scale values are magnified by a gain of G=2, and where the 'Y' of delta-2Y is a luminance value obtained via a lookup table for R,G and B respectively. Note: all delta images are saved at IJG compressionfactor of q=40. This introduces some additional artifacts.