dmitric / DLCImagePickerController

ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.

Home Page:www.backspac.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when switching to certain filters iOS6

parkej60 opened this issue · comments

I'm getting a error when switching between filters. It's referencing this line of code.

version = CFSwapInt16BigToHost((int)([databuffer bytes]));

Something appears to be wrong with all of the calls to the acv files.

Interesting. Someone redid the acv loading code in GPUImage not to long ago to try and factor in the mixed RGB channel and I've noticed some issues since -- eg. one of the .acv filters blacks out now. I will check it out and let you know.

@parkej60 are you using the latest version of GPUImage or the one referenced in the repo? After upgrading to the latest version I see that error, but not with the one I had referenced.

I'm using the latest version. Guess I need to use your version. Thanks!

On Sep 25, 2012, at 3:19 PM, Dmitri Cherniak notifications@github.com wrote:

@parkej60 are you using the latest version of GPUImage or the one referenced in the repo? After upgrading to the latest version I see that error, but not with the one I had referenced.


Reply to this email directly or view it on GitHub.

Sorry about that @parkej60 -- I'm guessing either the ACV format isn't as hard as they've made it to be in the new code, or the ACV files are from an older version of photoshop and the format has been updated in that code. I will close this for now and when I have more time (not sure when...) I will figure it out.