Skip to main content

pystools

Project description

项目地址: https://pypi.org/project/pystools/

安装

source venv/bin/activate
pip install -U pystools -i https://pypi.org/simple --trusted-host pypi.org

本项目图像处理使用的是Pillow-SIMD

# must remove existed pillow first.
$ pip uninstall pillow
# install SSE4 version
$ pip install pillow-simd
# install AVX2 version
$ CC="cc -mavx2" pip install -U --force-reinstall pillow-simd

安装,之前需要先安装扩展库(详见: https://pillow.readthedocs.io/en/latest/installation.html#external-libraries)

# mac:
brew install libjpeg libtiff little-cms2 openjpeg webp

# linux
# Debian or Ubuntu:
sudo apt-get install python3-dev python3-setuptools

# Fedora:
sudo dnf install python3-devel redhat-rpm-config

# Alpine:
sudo apk add python3-dev py3-setuptools

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystools-0.0.72.tar.gz (80.2 kB view hashes)

Uploaded Source

Built Distribution

pystools-0.0.72-py3-none-any.whl (113.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page