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:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=5VHZUdXOdyL+0/Bt2b1INbU1ykbAMCMaGqeWIX0uZQ4=; b=bmi8tHfCmuMTkiWjGliH4RSsRyT5hwBFeqBYyC576pUUxQ8oRvIj2ymceS7Umb8Kqc h3vmRnKk2JF2E8saqmgp2J2zV43jBRK4ZFX2hWVEJYxKl6h3ZEBktS8p4QFCODpP8fqa agf3yhPv30nEUI6rjWvbyBl7/0uYyKoa+mUHM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=xF9pzV8+dDAQ7S3b1JoTZOmpFE5B6XytW1UC/3cqXn5hsf7pOtlEvdATESFCw/Eg41 ehmxBkbyJFdNYiRidNkEwB8X+S0g+JKs7ir0i1ge5RPt8QQlzoVOydVLAEBm2lIDMaOE 9Lt4h7KiqbvtKxBrqdN3lDvrLSJ+ohlhXef9Q= So I found out the error was specifying kCGImageAlphaPremultipliedFirst rather than kCGImageAlphaPremultipliedLast. This does stop the console errors but the result on screen is just a different type of garbage https://skitch.com/martinjbaker/fgppd/2ndtest Same garbage pixels issue happens with the Scrolling Rich Text Example as well. thanks Martin Baker www.digital-heaven.co.uk www.twitter.com/digitalheaven www.videospaceonline.com www.finalcutters.com ------------------------------------------------------ Digital Heaven Ltd is registered in England and Wales Company registration number: 3628396 Registered address: 55 Lynwood Drive, Worcester Park, Surrey KT4 7AE VAT registration number: GB 736 0989 03 On 23 Jun 2011, at 19:46, Darrin Cardani wrote:
On Jun 23, 2011, at 10:52 AM, Martin Baker wrote:
I'm trying to get the CGFxPlug example running but not having much luck. It builds fine and appears in Motion 5 as a generator, but when I add it to a new project, rather than a red rectangle I get this https://skitch.com/martinjbaker/fgj7w/cgfxplug
This looks to me like a bug in the sample code. Please file a Radar for it. I suspect I know what the problem is. I'd bet that we're not properly setting up the CGContext for 32-bits per channel or something like that. (That's just a guess from looking at your picture - I haven't actually debugged it yet.)
Darrin -- Darrin Cardani dcardani@apple.com
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Martin Baker