Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This is a bundle of two plugins for doing Fast Fourier
Transforms and Inverse Fast Fourier Transforms. If you're not familiar
with FFTs it's probably best to read up a bit on the pages I link to
below to better understand it's possible uses before starting to use
the plugins. The Fourier plugin will create either a "real" part or an
"imaginary" part depending on the "mode" parameter. It will also
conform the output to float and resize it to be the nearest power of
two square resolution since that is needed by the inverse algorithm.
You will need both the real part and the imaginary part of the "fourier
domain" to be able to convert back to the "spatial domain" again. The
images on the left are from the top a standard color wheel, it's real
part in the fourier domain and then it's imaginary part (all of them
have been cropped to fit the page nicely though, and are actually in a
square aspect ratio in Shake).
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.