Ask Your Question

Pol's profile - activity

2017-02-06 03:04:31 -0600 asked a question problem with LibPNG

When I add OpenCV framework to my XCode project (be careful, only adding at project, not using it) my app crash on a line where i'm using image with an external library. In console I see

libpng error: [00][00][00][00]: CRC error

I think that opencv overrides some function of LibPNG with something that doesn't work very well, but I'm very noob in this field. Any suggestion?