[android-developers] Re: Example code using ScriptIntrinsic3DLUT

2013-10-26 Thread grADE
can anyone assist pls. On Tuesday, 8 October 2013 23:20:28 UTC+11, grADE wrote: > > Example code using ScriptIntrinsic3DLUT > Hi, > Are their any available source code examples of integrating > ScriptIntrinsic3DLut out there. > Ideally Id like an example reference input LUT

[android-developers] Example code using ScriptIntrinsic3DLUT

2013-10-08 Thread grADE
. Thanks grADE. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.co

[android-developers] How to programatically Pan one image over another using a seekbar to control Pan?

2010-10-10 Thread grADE
panY); Bitmap resizedBitmap = Bitmap.createBitmap(bitmap, 0, 0, bmpWidth, bmpHeight, matrix, true); myImageView.setImageBitmap(resizedBitmap); } Any help would be greatly appreciated. Thanks Grade -- You received this message because you are subscribed to the Google G