Skip to content

Commit

Permalink
Merge 18bf505 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2022
2 parents 4674dec + 18bf505 commit 8fbe206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
# [img2texture](https://github.com/rtmigo/img2texture#readme)

Command line utility for converting images to seamless tiles.
It overlays images with an alpha gradient.

The resulting tiles can be used as textures in games, compositing and 3D modeling applications, etc.


The resulting tiles can be used as textures in games, compositing and 3D modeling applications, etc. Nothing fancy, just overlaying images with alpha gradient.

*⚠️ If the images below are not displayed, check out the
[original of this document on GitHub](https://github.com/rtmigo/img2texture#readme).*
Expand All @@ -32,7 +35,6 @@ alpha-blending.
The converted image can be tiled and panned in any
direction. It will feel endless and seamless.


# Install

The easiest way is to download and extract a [binary executable](https://github.com/rtmigo/img2texture/releases):
Expand Down
3 changes: 1 addition & 2 deletions img2texture/_constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
__version__ = "1.0.1"
__version__ = "1.0.1post1"

__copyright__ = "(c) Artsiom iG (rtmigo.github.io)"
__license__ = "MIT"
__build_timestamp__ = "2022-10-11 21:17:45"

0 comments on commit 8fbe206

Please sign in to comment.