معرفی شرکت ها


blob-masks-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate white potato shaped blobs on black backgrounds
ویژگی مقدار
سیستم عامل -
نام فایل blob-masks-0.1.3
نام blob-masks
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Antoine Pultier
ایمیل نویسنده antoine.pultier@sintef.no
آدرس صفحه اصلی https://github.com/SINTEF/python-blob-masks
آدرس اینترنتی https://pypi.org/project/blob-masks/
مجوز -
# Blob Masks [![PyPI version](https://badge.fury.io/py/blob-masks.svg)](https://pypi.org/project/blob-masks/) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/) **Blob Masks** is a Python package that allows you to generate white, potato-shaped blobs on a black background. It's perfect for creating random mask patterns, image placeholders, or unique artistic effects. ## Installation Install the package using pip: ```bash pip install blob-masks ``` ## Usage Here's a basic example of how to use the `blob-masks` package: ```python from blob_masks import blob_mask # Generate a blob mask with default parameters mask = blob_mask() # Save the generated mask as an image mask.save("blob.png") ``` ![](blob.png) You can customize the generated blobs by specifying additional parameters: ```python from blob_masks import blob_mask # Generate a blob mask with custom parameters number_seed_blob = generate_blob(seed=42) text_seed_blob = generate_blob(seed="Magnus", size=256) ``` You can also obtain the borders of the blob. ```python from blob_masks import blob_mask, borders_of_blob blob = blob_mask() borders = borders_of_blob(blob, border_width=10) ``` ![](borders.png) ## Parameters Parameters **`blob_mask`**: * `seed`: Seed of the blob, either a string or an integer (default: Random) * `size`: Height and width of the output image in pixels (default: 512) **`borders_of_blob`**: * `blob`: The blob to get the borders of * `border_width`: Width of the border in pixels (default: 20) ## License This project is licensed under the WTFPL License - see the [LICENSE](/LICENSE) file for details.


نحوه نصب


نصب پکیج whl blob-masks-0.1.3:

    pip install blob-masks-0.1.3.whl


نصب پکیج tar.gz blob-masks-0.1.3:

    pip install blob-masks-0.1.3.tar.gz