BPG (Better Portable Graphics) is a new lossy and lossless picture compression format based on HEVC. Its purpose is to replace the JPEG image format when quality or file size is an issue.
BPG (Better Portable Graphics) is a new lossy and lossless picture compression format based on HEVC. Its purpose is to replace the JPEG image format when quality or file size is an issue.
To install libbpg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libbpg
To see what files were installed by libbpg, run:
port contents libbpg
To later upgrade libbpg, run:
sudo port selfupdate && sudo port upgrade libbpg
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.