On Mon, Apr 30, 2012 at 11:55:41AM -0400, Mark Murphy wrote: > To be honest, these past two emails have been fairly incomprehensible > to me, and I don't mean the log output. At this point, I have no idea > what is and is not working for you, other than an indication that > perhaps your ADD problem persists.
Sorry, but I'm not understanding this any better, myself. I'll try to simplify it a bit, though. ADD works perfectly on my tablet (was HONEYCOMB, now ICS). It blends the filter(s) and the image exactly as it should to simulate glass filters in front of a 35mm SLR. ADD works in the example from Pro Android Media on my phone (Froyo). ADD does NOT work, using the exact same 4 or 5 lines of code (different variables) in my app on my phone. It force closes claiming that the ADD mode does not exist. The developer's guide (in android.graphics.PorterDuff.Mode), however, clearly lists it. The description is given as "Saturate(S + D)" and states that PorterDuff.Mode has been available since API Level 1. No mention is made anywhere on that page of anything being deprecated or only available since some point after API 1. It should work. I can't find any indication of any other problems...no out of memory error for the small images taken by my phone's camera, no hint of other errors. Just a force close saying there is no such field as "ADD" for PorterDuff. That's what's got me so confused. And the use of the filters in my app relies on that, too. Does that help clear up the source of confusion? Or does that just confuse it further? Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) MiSTie #49997 < Running FreeBSD 7.0 > [email protected] ICBM/Hurricane: 30.44406N 86.59909W "Someone ever tries to kill you, you try to kill 'em right back!" --Mal (Firefly, 1x03, Our Mrs. Reynolds) Android Apps Listing at http://www.jstrack.org/barcodes.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

