Skip to content
crowell edited this page Oct 11, 2012 · 1 revision
  1. Take Blob b
  2. Rotate b one degree
  3. while rotated's area is greater than previous
  4. rotate one degree

This will ensure that the minimum area is taken up by the image. A simple 90 degree flip can be done if vertical/horizontal is desired

Clone this wiki locally