| Sign In/My Account | View Cart |
| Article: |
Movies and Menus | |
| Subject: | How about JPGs and other Images? | |
| Date: | 2002-01-28 22:20:01 | |
| From: | mhorn | |
| I do I go about using Quicktime and an NSImage together? Specifically, I would like to use the Quicktime scaling functions instead of the NSImage scaling functions since the Quicktime functions seem to provide much better results. | ||
Showing messages 1 through 1 of 1.
How about JPGs and other Images?
So something like this:
NSImage *image = [[NSImage alloc] initWithURL:[movie URL]];
Does that help with your question?
Mike