Rotate bitmap 90 degrees counter-clockwise For arrays: (i,j) maps to (height-j+1, i) with swapped dimensions
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=1), | intent(in) | :: | src_bitmap(:,:,:) | |||
integer(kind=1), | intent(out) | :: | dst_bitmap(:,:,:) | |||
integer, | intent(in) | :: | src_width | |||
integer, | intent(in) | :: | src_height |