Hi, Zack <z72y@xxxxxxxxx> writes: > I have a couple basic questions for the people who know the GIMP > code well. The first is, how intimately is the GIMP tied to GTK+? Most of the core code (but none of the plug-ins) has a clean separation of the GUI from the core functionality. However since a good deal of code is GUI code I'd say it is quite intimate with GTK+. > The second is, I haven't looked at the code at all, but is the GIMP > multithreaded and/or does it absolutely require a multitasking OS? > Thank you... It makes use of multi-threading if compiled with the --enable-mp flag and however it is compiled, it absolutely needs a multitasking OS. Sven