sic icon indicating copy to clipboard operation
sic copied to clipboard

Consider replacing imageproc with our own variants, to no longer have the image + imageproc sync dependency problem

Open foresterre opened this issue 2 years ago • 0 comments

image + imageproc dependency problem = these two libraries both depend on primitives in image, and they need to be in sync (i.e. exactly the same version); imageproc doesn't have as much active contributors as image, and updates take a while, especially with larger breaking changes like image 0.24

foresterre avatar Mar 16 '22 14:03 foresterre