Still doesn't work for me with the latest version(*). I would have expected an anchor every 45° instead of every 120°.
(*) the one which is 111881 bytes. I strongly suggest that:
(*) the one which is 111881 bytes. I strongly suggest that:
- There is at least a version number (and if possible a changes history) in the header. For instance in my own code:
Code:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Create a lumnosity mask for the current layer # (c) Ofnuts 2019
#
# History:
#
# v0.0: 2019-11-14: Initial version
# v0.1: 2019-11-14: Fix DDD curve (thanks Blighty)
# v1.0: 2019-11-16: Add custom masks
# v1.1: 2019-11-18: Add general "Initial luminosity" mask
# v1.2: 2019-11-21: Use the possibly more correct HISTOGRAM_LUMINANCE in Curves
# v1.3: 2019-12-01: Revert use of HISTOGRAM_LUMINANCE in Curves
#
# This program is free software; you can redistribute it and/or modify
- The ZIP is versioned to follow the code it contains.