Liquid Rescale library is a free, open source implementation of the algorithm described in this paper by Shai Avidan and Ariel Shamir. It aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts.
Liquid Rescale library is a free, open source implementation of the algorithm described in this paper by Shai Avidan and Ariel Shamir. It aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts.
To install liblqr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblqr
To see what files were installed by liblqr, run:
port contents liblqr
To later upgrade liblqr, run:
sudo port selfupdate && sudo port upgrade liblqr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.