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

Submitting code which runs gimp-print-gui without gimp

This discussion is connected to the gimp-developer-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 2 messages available
Toggle history

Please log in to manage your subscriptions.

3E0E1615.8ABFDF70@echo-on.net 07 Oct 20:21
  Submitting code which runs gimp-print-gui without gimp Robert L Krawitz 29 Dec 23:45
Robert L Krawitz
2002-12-29 23:45:21 UTC (over 21 years ago)

Submitting code which runs gimp-print-gui without gimp

I moved some stuff out of src/gimp/print.c into a new file src/gimp/plist.c. You may want to take a look at it to see if it matches up with what you're thinking of. It should at least save you some work.

The internal interface is currently far too sloppy to be a library, but it's definitely something we can work on. We need to be able to handle multiple pages (which shouldn't be too hard; the most obvious source of complexity is in the thumbnail code, but I don't think that that will be too hard). The more serious issue is ridding the gimpprintui library-to-be of libgimp dependencies, which may mean copying some code out for the libgimp widgets that we use (which are much nicer than some of the bare gtk widgets).