Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 565 Bytes

CHANGES.rst

File metadata and controls

17 lines (12 loc) · 565 Bytes

Changelog (ImForge)

0.2.0 (2021-03-07)

  • Add support for OpenCv images (i.e. numpy arrays) to :pyimforge.crop.crop and :pyimforge.cut.cut_out functions.

0.1.2 (2021-03-03)

Initial version of the library with following functionalities:

  • :pyimforge.crop.crop: crop a part (not necessarily a straight rectangle) of an image.
  • :pyimforge.cut.cut_out: cut out image areas delimited by some polygons, by filling image pixels outside of those polygons with a fill color.