Metadata-Version: 2.1
Name: texturize
Version: 0.14
Summary: 🤖🖌️ Generate new photo-realistic textures similar to a source image.
Home-page: https://github.com/photogeniq/texturize
License: AGPL-3.0
Author: Alex J. Champandard
Author-email: 445208+alexjc@users.noreply.github.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Graphics
Requires-Dist: creativeai (>=0.2.1,<0.3.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: progressbar2 (>=4.2.0,<5.0.0)
Requires-Dist: schema (>=0.7.5,<0.8.0)
Project-URL: Repository, https://github.com/photogeniq/texturize
Description-Content-Type: text/x-rst

texturize
=========

    Generate photo-realistic textures similar to a source picture. Remix, remake, mashup!

.. image:: https://raw.githubusercontent.com/photogeniq/texturize/master/docs/grass-x4.webp

A command-line tool and Python library to automatically generate new textures similar
to a source image or photograph.  It's useful in the context of computer graphics if
you want to make variations on a theme or expand the size of an existing texture.

This software is powered by deep learning technology — using a combination of
convolution networks and example-based optimization to synthesize images.  We're
building ``texturize`` as the highest-quality open source library available!

**➔ See the** `GitHub repository <https://github.com/photogeniq/texturize>`_ **for details.**

----

|Python Version| |License Type| |Project Stars| |Package Version| |Project Status| |Build Status|

.. |Python Version| image:: https://img.shields.io/pypi/pyversions/texturize
    :target: https://www.python.org/

.. |License Type| image:: https://img.shields.io/badge/license-AGPL-blue.svg
    :target: https://github.com/photogeniq/texturize/blob/master/LICENSE

.. |Project Stars| image:: https://img.shields.io/github/stars/photogeniq/texturize.svg?color=turquoise
    :target: https://github.com/photogeniq/texturize/stargazers

.. |Package Version| image:: https://img.shields.io/pypi/v/texturize?color=turquoise
    :alt: PyPI - Version
    :target: https://pypi.org/project/texturize/

.. |Project Status| image:: https://img.shields.io/pypi/status/texturize?color=#00ff00
    :alt: PyPI - Status
    :target: https://github.com/photogeniq/texturize

.. |Build Status| image:: https://img.shields.io/github/workflow/status/photogeniq/texturize/build
    :alt: GitHub Workflow Status
    :target: https://github.com/photogeniq/texturize/actions?query=workflow%3Abuild

