Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with 64bit Pixel Data, and GraphicsExportDrawInputImage



howdy all..

I am getting a really weird error in my graphics component.
(I am trying to get this to work...)

err = QTNewGWorld(&gw, store->pixelFormat, &bounds, NULL, NULL, kICMTempThenAppMemory); 
if (err) goto bail;

hPixMap = GetGWorldPixMap(gw);
if (err) goto bail;
LockPixels(hPixMap);
if (err) goto bail;

err = GraphicsExportDrawInputImage(store->parent, gw, NULL, NULL, &bounds);
if (err) goto bail;

The pixel format is b64a, and when I get to the GraphicsExportDrawInputImage, I get an error: -157

Any ideas??

Thanks!

bob..
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.