non-plugin c/libgimp program execution problem

2001-01-10 Thread Ben Gross
I'm trying to write a standalone c program that can scale jpeg images. I decided to try and leverage the gimp api via libgimp. I can successfully compile and link the following simple program: #include gimp.h #include gimpfileops_pdb.h #include "libgimp-include.c" int main(int argc, char**

non-plugin c/libgimp program execution problem

2001-01-10 Thread Ben Gross
I'm trying to write a standalone c program that can scale jpeg images. I decided to try and leverage the gimp api via libgimp. Is this possible ? I can successfully compile and link the following simple program: #include gimp.h #include gimpfileops_pdb.h #include "libgimp-include.c" int