Merge b80f426f9431ddb3fcb98bbd50c2e11f33e50f51 into 9b2a3758758123e06ac6397e80887e3d9ccb1ce4
This commit is contained in:
commit
99eff8806d
@ -6,6 +6,9 @@ Antipixels from Python.
|
|||||||
This is especially useful if you want to quickly generate batches
|
This is especially useful if you want to quickly generate batches
|
||||||
of antipixels.
|
of antipixels.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
`pip install .`
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
|
|
||||||
@ -78,6 +81,3 @@ antipixels = {
|
|||||||
|
|
||||||
For a complete example, have a look at ``apyx_example.py``, in the main
|
For a complete example, have a look at ``apyx_example.py``, in the main
|
||||||
project folder.
|
project folder.
|
||||||
|
|
||||||
-----
|
|
||||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
||||||
|
@ -52,7 +52,7 @@ if __name__ == '__main__':
|
|||||||
if not os.path.exists(output_dir):
|
if not os.path.exists(output_dir):
|
||||||
os.makedirs(output_dir)
|
os.makedirs(output_dir)
|
||||||
|
|
||||||
for name, config in antipixels.iteritems():
|
for name, config in antipixels.items():
|
||||||
if 'base' not in config:
|
if 'base' not in config:
|
||||||
config['base'] = default_base
|
config['base'] = default_base
|
||||||
print("Creating antipixel {0}".format(name))
|
print("Creating antipixel {0}".format(name))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user