dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
2 stars 11 forks source link

4% color change by 1 during hsv Rgb conversions #7

Closed WyattLiu closed 4 years ago

WyattLiu commented 5 years ago

When I wrote hue shift, I tested by converting from rgb to hsv then convert back, however, I noticed about 4% pixels, each pixel changes by 1 i.e. 134->135, this is probably due to accuracy issue of double and math libs, should I worry about this?

rin-23 commented 5 years ago

this is fine