alecjacobson / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
20 stars 46 forks source link

simulate_bayer_mosaic wording change suggestion #90

Open ghsher opened 2 years ago

ghsher commented 2 years ago

Hi,

The simulate_bayer_mosaic problem includes the line:

The output image should be the same size as the input but only one channel.

I was confused by the word size, whether it meant array size (implying each pixel should be exploded out to 3 pixels) or image resolution (imply each pixel should be reduced to one of its channels). I found my answer in Issue 57, but I'd suggest changing the word size to resolution to help avoid confusion. I've thought about it further and I don't think the other version would be possible because of the way the interweaving is set up... but it still gave me pause

Thanks! Let me know if this is a silly issue to report

wenzhi-guo commented 2 years ago

Thank you for your feedbacks :)