formatsFloatRGBABitmapsAsARGB?
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer:sender; bh=PuBcNCgYMXnaQaaSb4vMnEmwgY3IV2a2GuWWs9TzuLQ=; b=bQO4mz7TuAUH2/ilGrkOlpD7T7O231wIyzArFquBx4hIPVaM1phZ0DWr4Es3q4ELPd RWQ1q0QyIX5JI9zw97pejCmSns/kseHkfyhMGyX42RwT4EvjUwmtQy0yeHAcH4lR3cRs 4XT7hNqYVCZEw7cC/7U9YZNU0tN/UPnuHs10Y= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer:sender; b=VEAXYICxyRECfFPaZfPOp/0OOxkGAp22htJQgF+IubPWWOjBs5M8IqCL51XwLW8vhi LDZb1RKWwwqfl4Hhk+9hPSLHYAnyoZ5BlLaO/Wsutv5TZoJNU/T7EG1ZvX2ZFfr9bPWw gCunFe+REprWW0T+vnqPVp6S1tfHguv+bbeMw= Any explanations would be greatly appreciated. - Stoney -- Stonewall Ballard stoney@sb.org http://stoney.sb.org/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... What does it mean for Motion 3 to return YES for [_hostCapabilities formatsFloatRGBABitmapsAsARGB]? That makes no sense to me. I thought this was supposed to return NO for hosts that labeled their float bitmaps correctly, which Motion 3 apparently does. This section from the SDK overview is ambiguous, since it doesn't say how Motion corrected this problem: Float Images pixelFormat Correction Motion 2.1 ordered pixel components RGBA in floating-point images, but the -pixelFormat method returned ARGB. Motion 3 corrects this problem. You can determine whether floating-point images are mislabeled by querying [FxHostCapabilities formatsFloatRGBABitmapsAsARGB]. I assume that Motion 3 corrected this problem by changing the component order to ARGB, since that's what I'm seeing in the FxBitmaps, but I don't see any mislabeling. As in my previous message, it seems very odd to me that Motion would switch from RGBA to ARGB float pixels, especially since Quartz doesn't support float ARGB. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stonewall Ballard