On Fri, 7 Jun 2002, Sugandhi wrote:

> Hi,
>
> My project is to develop an artificial neural network to classify satellite
> images. And, this "classifier" is to be a plugin to gimp. But, to "cout" to
> a file on the disk --- I am not able to do this, unless I run gimp from the
> console.
>
> Any suggestions are welcome, and are really needed.

Don't use cout. ;)  Use an ofstream or an ANSI C style fopen, fprintf,
etc.

Rockwalrus

_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to