jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). The JPEG data is simply "wrapped" with PostScript which yields considerably to smaller PS files.
jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). The JPEG data is simply "wrapped" with PostScript which yields considerably to smaller PS files.
To install jpeg2ps, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jpeg2ps
To see what files were installed by jpeg2ps, run:
port contents jpeg2ps
To later upgrade jpeg2ps, run:
sudo port selfupdate && sudo port upgrade jpeg2ps
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.