This commit is contained in:
JonDeen 2015-06-09 19:25:30 +02:00
parent 2d4c56607c
commit 3d522eb235
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ vips_sRGB2HSV_line( VipsColour *colour, VipsPel *out, VipsPel **in, int width )
c_max = p[0];
c_min = p[2];
secondary_diff = p[1] - p[2];
//wrap_around_hue = 0f;
wrap_around_hue = 0f;
} else {
c_max = p[1];
c_min = VIPS_MIN(p[2], p[0]);