uier / py-hqx

hqx algorithm in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-hqx

This project is a python version of js-hqx, which is a direct port of the C source code for the hqx scaling algorithm.

Usage

  1. Install dependencies
    pip install -r requirements.txt
  2. Run
    python hqx.py <file_path: str> <out_path: str> <scale_factor: int>

About

hqx algorithm in Python

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%