Skip to main content

Language

PolyFiller

PyPI PyPI - License PyPI - Python Version

Python module for polygon filling on images.


Installation

Package Installation from PyPi

$ pip install polyfiller-g4

Package Installation from Source Code

The source code is available on GitHub.
Download and install the package:

$ git clone https://github.com/Genzo4/polyfiller
$ cd polyfiller
$ pip install -r requirements.txt
$ pip install .

Basic usage

  • Import:

from polyfiller_g4 import PolyFiller
  • Create instance:

Create an instance of the PolyFiller. You can specify additional options:

  • ext - extension to add to the output file. Default value: fill.
  • color - filling color. Default value: 0 (black).
pf = PolyFiller(ext='add_ext', color=(255, 0, 0))
  • Add filling polygons (0 or many)

pf.addPolygon([[0, 0], [1919, 0], [1919, 682], [1277, 385], [951, 374], [0, 615]])
pf.addPolygon([[100, 100], [200, 100], [150, 150]])
  • Filling frame

pf.fill('frame_1.png')
pf.fill('frame_2.png')
...
pf.fill('frame_n.png')

Output files are created with the extension added.

Input frame Output frame

See the example.py file for an example of usage.

Changelog


Language

PolyFiller

PyPI PyPI - License PyPI - Python Version

Python модуль для заливки многоугольника\ов на изображении однотонным цветом.


Установка

Установка пакета с PyPi

$ pip install polyfiller-g4

Установка пакета из исходного кода

Исходный код размещается на GitHub.
Скачайте его и установите пакет:

$ git clone https://github.com/Genzo4/polyfiller
$ cd polyfiller
$ pip install -r requirements.txt
$ pip install .

Использование

  • Подключаем:

from polyfiller_g4 import PolyFiller
  • Создаём экземпляр

Создаём экземпляр PolyFiller. Можно указать дополнительные параметры:

  • ext - расширение, добавляемое к выходному файлу. Значение по умолчанию: fill.
  • color - цвет заливки. Значение по умолчанию: 0 (чёрный цвет).
pf = PolyFiller(ext='add_ext', color=(255, 0, 0))
  • Добавляем полигоны для заливки (0 или много)

pf.addPolygon([[0, 0], [1919, 0], [1919, 682], [1277, 385], [951, 374], [0, 615]])
pf.addPolygon([[100, 100], [200, 100], [150, 150]])
  • Заливка изображений

pf.fill('frame_1.png')
pf.fill('frame_2.png')
...
pf.fill('frame_n.png')

Создаются выходные файлы с добавленным расширением.

Input frame Output frame

Пример использования см. в файле example.py

Changelog

Release files for polyfiller-g4 1.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for polyfiller-g4 1.2.0
File Size Uploaded
polyfiller_g4-1.2.0.tar.gz 6.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for polyfiller-g4 1.2.0
File Interpreter ABI Platform
polyfiller_g4-1.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 11.5 kB

Release files / polyfiller_g4-1.2.0.tar.gz

Download URL polyfiller_g4-1.2.0.tar.gz
Size 6.2 kB
Tags Source
SHA-256 checksum
How to use checksums
b48d42c5b6e7bbe838e6aaa777234e396a84e3f2deb0eb48880593b84807156c
BLAKE2b-256 checksum
How to use checksums
b545403d6dde7747a9524d88b7f18874787c651d96d6ff946c9e14e94b3f7912
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release files / polyfiller_g4-1.2.0-py3-none-any.whl

Download URL polyfiller_g4-1.2.0-py3-none-any.whl
Size 5.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
cc5122a79f8e8e5c9feb238992be556e44b89c2e6cc6cbf979cf563a5b4f7014
BLAKE2b-256 checksum
How to use checksums
cb14e10144db88a96940fe35f93bd13aa3fcf874d05f479ab2ea99b12ee6e325
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.4

Release history Release notifications | RSS feed

This release

1.2.0 This release

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page