Metadata-Version: 2.1
Name: imagefourier
Version: 0.1.3
Summary: Image fourier analysis library
Home-page: https://gitlab.com/NegaNote/imagefourier
Author: Athena Parker
Author-email: neganote43@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: mpmath
Requires-Dist: numpy
Requires-Dist: svgpathtools
Requires-Dist: opencv-python
Provides-Extra: cython
Requires-Dist: Cython; extra == 'cython'

A library for fourier analysis of images. This initial commit only allows use with .svg images; other image formats technically will produce results, but they are wildly inaccurate results.


