This project includes Python scripts in the tests/ directory for benchmarking analysis and plotting results. To run these scripts, you need Python 3.x and several libraries.
It is recommended to use a virtual environment to manage Python dependencies.
-
Navigate to the project root directory:
cd bmp-conv -
Create a virtual environment (e.g., named
venv_py):python3 -m venv venv_py -
Activate the virtual environment: Linux/macOS:
source venv_py/bin/activate -
Install the required Python packages:
pip install -r requirements-dev.txt
- If you are using convert for file generation - set the upper limit of the disk usage:
and
<policy domain="resource" name="disk" value="8GiB"/><policy domain="resource" name="width" value="128KP"/> <policy domain="resource" name="height" value="128KP"/>