Code: Select all
convert -size 4x4 xc:red -fft txt:
# ImageMagick pixel enumeration: 4,4,65535,rgb
0,0: ( 0, 0, 0) #000000000000 black
1,0: ( 0, 0, 0) #000000000000 black
2,0: ( 0, 0, 0) #000000000000 black
3,0: ( 0, 0, 0) #000000000000 black
0,1: ( 0, 0, 0) #000000000000 black
1,1: ( 0, 0, 0) #000000000000 black
2,1: ( 0, 0, 0) #000000000000 black
3,1: ( 0, 0, 0) #000000000000 black
0,2: ( 0, 0, 0) #000000000000 black
1,2: ( 0, 0, 0) #000000000000 black
2,2: (65535, 0, 0) #FFFF00000000 red
3,2: ( 0, 0, 0) #000000000000 black
0,3: ( 0, 0, 0) #000000000000 black
1,3: ( 0, 0, 0) #000000000000 black
2,3: ( 0, 0, 0) #000000000000 black
3,3: ( 0, 0, 0) #000000000000 black
# ImageMagick pixel enumeration: 4,4,65535,rgb
0,0: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
1,0: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
2,0: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
3,0: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
0,1: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
1,1: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
2,1: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
3,1: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
0,2: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
1,2: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
2,2: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
3,2: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
0,3: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
1,3: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
2,3: (32768,32768,32768) #800080008000 rgb(50.0008%,50.0008%,50.0008%)
3,3: (43198,32768,32768) #A8BE80008000 rgb(65.9159%,50.0008%,50.0008%)
Though I doubt this would have much effect in real FFT processing seeing as the rigtht side of the image is ignored when the images are re-combined (IFT). Also that the frequency has a black (no amplitude) magnitude. But it does seem to imply that either something is wrong (a bug), or some unknown action is being preformed (knowledge).