[ruby-talk:443029] [ANN] image_science 1.3.2 Released

image_science version 1.3.2 has been released!

* home: <https://github.com/seattlerb/image_science&gt;
* bugs: <https://github.com/seattlerb/image_science/issues&gt;
* rdoc: <http://docs.seattlerb.org/image_science&gt;

ImageScience is a clean and happy Ruby library that generates
thumbnails -- and kicks the living crap out of RMagick. Oh, and it
doesn't leak memory like a sieve. :slight_smile:

For more information including build steps, see http://seattlerb.rubyforge.org/

Changes:

### 1.3.2 / 2022-10-01

* 2 bug fixes:

  * Fix include dir finder to work w/ M1 homebrew setup better.
  * Switch from FreeImage_RotateClassic to FreeImage_Rotate. (ivanetchart)