bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

Add rotation features #16

Closed aingo03304 closed 4 years ago

aingo03304 commented 4 years ago

I added rotation features

  1. rotateClockwiseImage: 90 degree rotation clockwise
  2. rotateCounterClockwiseImage: 90 degree rotation counter-clockwise
  3. rotate180Image: 180 degree rotation

Please check the code and feel free to comment on it :)

renancaraujo commented 4 years ago

LGTM!