Quartz from the Command Line
Quartz from the Command Line
- Subject: Quartz from the Command Line
- From: Greg Hulands <email@hidden>
- Date: Sun, 25 Apr 2004 17:20:11 +1000
Hi,
I am about to create a tool that will composite two images together and
produce a composited image. It has to be a tool that can run without a
window server present (as it will be called from a webobjects
application). I am just looking into what libraries to use to achieve
this. I have tried linking against app kit and using NSImage to
composite the images together, but it fails as it try's to make a
connection to the window server.
The only other library available on OS X is the quartz library to
composite the images, but I do not know whether or not a window server
needs to be present in order for it to use the image compositing
functions.
I found this thread on mamasam:
http://cocoa.mamasam.com/MACOSXDEV/2002/05/2/34141.php
But there was no definitive answer that if you use these functions if
you do indeed need a window server present.
Can anyone enlighten me?
Regards,
Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.