Follow-up Comment #4, bug #34529 (project gnustep):

There used to be examples with the gui library, but they were moved  to
devmodules/usr-apps/examples/gui/ExampleService

The info plist there has an example of a simple filter service using an
external tool (the unix 'cat' command) as well as examples of services using
the pasteboard server.

This really is *just* an example ... no documentation (I think there's a
little documentation on services and filters in the NSPastebard class
documentation or something similar).

Anyway, using the first filter mechanism, you could set up a filter which
simply wraps the imagemagick command line utility... ought to be very little
work.

The second way (a daemon which would use the imagemagick library and
communicate via the pasteboard server) would be rather more work, but more
efficient of course.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34529>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to