This package implements a rectangle packing algorithm based on the 2014 paper Optimal Rectangle Packing: An Absolute Placement Approach.
The package uses the stdlib image Point and Rectangle
types to specify the sizes and positions to make it more directly plug & play with use cases developers might have.