libjpg vs libjpg8, libpng vs libpng12, etc
I've seen differing recommendations on which graphics format libs to use when building OpenCV 4.x These are the differing versions:
libjpg vs libjpg8 vs libjpg9
libpng vs libpng12
libtiff vs libtiff5
libjasper vs libjasper1
I tried the usual searches without much luck. Are there inherent differences between the numbered and non-numbered versions of the libraries?
Here is link: libpng12libjpglibjasper1libtiff5 These are for linux and pc.
Print getBuildInformation (or cmake output) and you will get library version
@Martian. If you sudo apt-get update && sudo apt-get upgrade -y. It will automatically upgraded new libraries
@supra56: I don't remember the context at the moment, but there was some case where installing a numbered version of a file meant that it would stay at that level, and not be upgraded. Versus the 'generic' version, that would be updated/upgraded when newer versions were available. Maybe that was in context of some CUDA libraries, but I thought perhaps that would apply here as well.