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
Release history Release notifications | RSS feed
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.86.tar.gz
(87.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pystools-0.0.86-py3-none-any.whl
(122.7 kB
view details)
File details
Details for the file pystools-0.0.86.tar.gz.
File metadata
- Download URL: pystools-0.0.86.tar.gz
- Upload date:
- Size: 87.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fee255fddcf866d33104bffa2fb7b4098f3a035dadc68af4a2c6d8652a8fc6e
|
|
| MD5 |
7d0d0e827424241863787c7ba88e8362
|
|
| BLAKE2b-256 |
e4137f97bd6d8a32a80a59850bd530c8446759fc76a28b297d58eeb7f46d853d
|
File details
Details for the file pystools-0.0.86-py3-none-any.whl.
File metadata
- Download URL: pystools-0.0.86-py3-none-any.whl
- Upload date:
- Size: 122.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf9764451a943609384b15887251108d14061c6a33211dc0cebb79244085f10c
|
|
| MD5 |
1c3a930b707b049239ca5a3d49ca19c9
|
|
| BLAKE2b-256 |
2766291e52dde831e612ec39650108828ac4d69469f1f3fbcbc4390248fab3f1
|