Yes you're right!
With pfm works.
I work on windows xp pro sp3.
Thank you very much!
I learnt something new!
Bye
jhack
Search found 4 matches
- 2011-02-09T07:13:04-07:00
- Forum: Bugs
- Topic: ImageMagick Now Has Fourier Transforms
- Replies: 14
- Views: 26102
- 2011-02-08T10:11:20-07:00
- Forum: Bugs
- Topic: ImageMagick Now Has Fourier Transforms
- Replies: 14
- Views: 26102
Re: ImageMagick Now Has Fourier Transforms
Ok! So I still don't understand how to solve my problem. I tried the lines you wrote before, and the results are....: - convert square31.png -fft square31_fft_mp.png square31_fft_mp-0.png http://syscrawlers.altervista.org/images/square31_fft_mp-0.png square31_fft_mp-1.png http://syscrawlers ...
- 2011-02-08T01:35:32-07:00
- Forum: Bugs
- Topic: ImageMagick Now Has Fourier Transforms
- Replies: 14
- Views: 26102
Re: ImageMagick Now Has Fourier Transforms
Hi people!
I missed something. I tried compiling the last two versions (6.6.7-4 and 6.6.7-5) and get the same results on winXP pro SP3.
What about MacPorts? Should I disable it? How?
Thanks
jhack
I missed something. I tried compiling the last two versions (6.6.7-4 and 6.6.7-5) and get the same results on winXP pro SP3.
What about MacPorts? Should I disable it? How?
Thanks
jhack
- 2011-02-07T09:09:37-07:00
- Forum: Bugs
- Topic: ImageMagick Now Has Fourier Transforms
- Replies: 14
- Views: 26102
Re: ImageMagick Now Has Fourier Transforms
There's an error compiling the version 6.6.7-5. The error is in the fourier.c file on line 537 : phase =carg(fourier ); I think I solved it this way (changing line 66) #define carg(z) (atan2(cimag(z[1]),creal(z[0]))) => #define carg(z) (atan2(cimag(z),creal(z))) It seems to work. There is only one ...