zlib, jpeg and png support for the Yorick language
This is a compiled add-on for yorick (an interpreted computer language specialized for numerical and scientific problems). Yorick-z adds support for zlib (the data compression system used by gzip), png (a lossless image compression format), and jpeg (a lossy image compression format).
This is a compiled add-on for yorick (an interpreted computer language specialized for numerical and scientific problems). Yorick-z adds support for zlib (the data compression system used by gzip), png (a lossless image compression format), and jpeg (a lossy image compression format).
To install yorick-z, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yorick-z
To see what files were installed by yorick-z, run:
port contents yorick-z
To later upgrade yorick-z, run:
sudo port selfupdate && sudo port upgrade yorick-z
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.