dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

Does image[0] correspond to the top-left corner of the image? #45

Open wangwalton opened 4 years ago

wangwalton commented 4 years ago

Currently working on mosaic, and need to know if kitty corner is (row%2)&&(col%2).

Tried to read the source code in read_rgba_from_png with no luck.

songfeil commented 4 years ago

Yes.