RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp perl - write to stdout

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

gimp perl - write to stdout Florian Finke 22 Oct 18:37
Florian Finke
2002-10-22 18:37:27 UTC (over 21 years ago)

gimp perl - write to stdout

Hello everybody,
I'm new to this list, so let me first introduce myself. My name is Florian Finke. I work as a programmer in Hamburg (Germany).

Ok, enough ;) Here comes my problem: I use the Gimp Perl module to modify an XCF file and write the result to a jpeg file. the resulting jpeg file will be displayed in the webbrowser. this happens all on the fly.
After displaying the (temp)jpeg image, it will be deleted.

This is all working good. But - what I don't want is writing a jpeg file to the harddisk if i only want to display and delete it.

So my question is "is it possible to write to STDOUT instead of a real file?"

thanks,
florian