Fast image manipulation routines for the Yorick language
Compiled routines for basic but fast image manipulation in yorick (an interpreted computer language specialized for numerical and scientific problems). Includes 2d bilinear and spline2 interpolation, clipping, 2d dist generator, binning, image rotation, cartesian to polar coordinate transform, gaussian and poisson random generator, fast sort and fast median.
Compiled routines for basic but fast image manipulation in yorick (an interpreted computer language specialized for numerical and scientific problems). Includes 2d bilinear and spline2 interpolation, clipping, 2d dist generator, binning, image rotation, cartesian to polar coordinate transform, gaussian and poisson random generator, fast sort and fast median.
To install yorick-imutil, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yorick-imutil
To see what files were installed by yorick-imutil, run:
port contents yorick-imutil
To later upgrade yorick-imutil, run:
sudo port selfupdate && sudo port upgrade yorick-imutil
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.