dilevin / computer-graphics-raster-images

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

Picture Dimensions #10

Open RajarupanSampanthan opened 4 years ago

RajarupanSampanthan commented 4 years ago

Can we assume that all images will be N x N? For the rotation function, if the dimensions are not the same, there will be some issues

andriyDev commented 4 years ago

You can write the rotation function where this is not a problem. You just need to correctly handle the changing dimensions.

Hint: Compare the description of the input with that of the output in header file.