Discussion:
fourier plug-in for gimp
(too old to reply)
Dale
2014-10-22 20:44:33 UTC
Permalink
having troubling with make and make install of the fourier transform
plug-in for gimp

http://chidge.net/?m=stuff&o=howtos&p=fft

supposed to do forward and reverse

the make error I get is
make: Nothing to be done for `all'.

if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says

the binary is call fourier, if I try to run it I get the error
bash: ./fourier: cannot execute binary file: Exec format error

there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors

do I have to move the binary somewhere?

I think I have all the libraries, there are no errors that libraries are
needed

I am using this version of Ubuntu Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty

and GIMP 2.8.10


I'll be googling around in the mean time...
--
Dale
ray carter
2014-10-23 00:40:58 UTC
Permalink
Post by Dale
having troubling with make and make install of the fourier transform
plug-in for gimp
http://chidge.net/?m=stuff&o=howtos&p=fft
supposed to do forward and reverse
the make error I get is make: Nothing to be done for `all'.
if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says
./fourier: cannot execute binary file: Exec format error
there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors
do I have to move the binary somewhere?
I think I have all the libraries, there are no errors that libraries are
needed
I am using this version of Ubuntu Linux Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty
and GIMP 2.8.10
I'll be googling around in the mean time...
Have you tried here:
http://gmic.sourceforge.net/gimp.shtml
Dale
2014-10-23 02:39:09 UTC
Permalink
Post by ray carter
Post by Dale
having troubling with make and make install of the fourier transform
plug-in for gimp
http://chidge.net/?m=stuff&o=howtos&p=fft
supposed to do forward and reverse
the make error I get is make: Nothing to be done for `all'.
if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says
./fourier: cannot execute binary file: Exec format error
there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors
do I have to move the binary somewhere?
I think I have all the libraries, there are no errors that libraries are
needed
I am using this version of Ubuntu Linux Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty
and GIMP 2.8.10
I'll be googling around in the mean time...
http://gmic.sourceforge.net/gimp.shtml
I asked on Ubuntu, someone suggested to run, make clean, first
then I had to run the command that "make install" put out

fourier-0.4.3$ cp fourier /home/dale/.gimp-2.8/plug-ins

it works but the background looks around 50%, if I enlarge it I can see
some of the image

the reverse works too

I'm working off these tutorials
http://www.cs.unm.edu/~brayer/vision/fourier.html
http://homepages.inf.ed.ac.uk/rbf/HIPR2/fourier.htm
http://people.via.ecp.fr/~remi/soft/gimp/gimp_plugin_en.php3#fourier

the last link has a Yuv transform from RGB, it installed right the same
way, know it is an approximation depending on what RGB, good enough for
me, for now
--
Dale
Dale
2014-10-23 02:38:48 UTC
Permalink
You should really ask on the Ubuntu group there are folks there who know
considerably more than I do
I asked on Ubuntu, someone suggested to run, make clean, first
then I had to run the command that "make install" put out

fourier-0.4.3$ cp fourier /home/dale/.gimp-2.8/plug-ins

it works but the background looks around 50%, if I enlarge it I can see
some of the image

the reverse works too

I'm working off these tutorials
http://www.cs.unm.edu/~brayer/vision/fourier.html
http://homepages.inf.ed.ac.uk/rbf/HIPR2/fourier.htm
http://people.via.ecp.fr/~remi/soft/gimp/gimp_plugin_en.php3#fourier

the last link has a Yuv transform from RGB, it installed right the same
way, know it is an approximation depending on what RGB, good enough for
me, for now
--
Dale
ray carter
2014-10-23 15:43:24 UTC
Permalink
Post by Dale
having troubling with make and make install of the fourier transform
plug-in for gimp
http://chidge.net/?m=stuff&o=howtos&p=fft
supposed to do forward and reverse
the make error I get is make: Nothing to be done for `all'.
if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says
./fourier: cannot execute binary file: Exec format error
there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors
do I have to move the binary somewhere?
I think I have all the libraries, there are no errors that libraries are
needed
I am using this version of Ubuntu Linux Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty
and GIMP 2.8.10
I'll be googling around in the mean time...
FWIW you should be able to accomplish that with the ImageMagick - convert
command - there is an option for fft and one for ift (inverse fft).
Dale
2014-10-23 22:38:45 UTC
Permalink
Post by ray carter
Post by Dale
having troubling with make and make install of the fourier transform
plug-in for gimp
http://chidge.net/?m=stuff&o=howtos&p=fft
supposed to do forward and reverse
the make error I get is make: Nothing to be done for `all'.
if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says
./fourier: cannot execute binary file: Exec format error
there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors
do I have to move the binary somewhere?
I think I have all the libraries, there are no errors that libraries are
needed
I am using this version of Ubuntu Linux Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty
and GIMP 2.8.10
I'll be googling around in the mean time...
FWIW you should be able to accomplish that with the ImageMagick - convert
command - there is an option for fft and one for ift (inverse fft).
thanks, I'll have to learn ImageMagick
--
Dale
ray carter
2014-10-24 02:37:27 UTC
Permalink
Post by Dale
Post by ray carter
Post by Dale
having troubling with make and make install of the fourier transform
plug-in for gimp
http://chidge.net/?m=stuff&o=howtos&p=fft
supposed to do forward and reverse
the make error I get is make: Nothing to be done for `all'.
if I (make install) after the make error, there is no error and it
creates a binary, but the filers don't show up under filters/generic
like the website above says
./fourier: cannot execute binary file: Exec format error
there is something other things called --install-bin and gimptool-2.0,
but if I try to execute them, there are errors
do I have to move the binary somewhere?
I think I have all the libraries, there are no errors that libraries
are needed
I am using this version of Ubuntu Linux Distributor ID: Ubuntu
trusty
Post by Dale
Post by ray carter
Post by Dale
and GIMP 2.8.10
I'll be googling around in the mean time...
FWIW you should be able to accomplish that with the ImageMagick -
convert command - there is an option for fft and one for ift (inverse
fft).
thanks, I'll have to learn ImageMagick
Just install it and do 'man convert' - describes fft and ift and, I
think, gives an example.
Dale
2014-10-25 21:21:34 UTC
Permalink
Post by ray carter
FWIW you should be able to accomplish that with the ImageMagick - convert
command - there is an option for fft and one for ift (inverse fft).
thanks, got that one too

figured out what was wrong with the gimp one
--
Dale
Loading...