glencoesoftware / bioformats2raw

Bio-Formats image file format to raw format converter
GNU General Public License v2.0
82 stars 36 forks source link

Please bump OpenCV for ARM support #210

Closed CGDogan closed 1 year ago

CGDogan commented 1 year ago

Currently bioformats2raw does:

https://github.com/glencoesoftware/bioformats2raw/blob/bdf879852dfbae8b36a9cc9eb27d050ae2f23f06/build.gradle#L61

which was released on 2018-11-17. I looked for the relevant commit for ARM support:

https://github.com/openpnp/opencv/commit/c90422264a12b21abb4c1dcb2be09e785b67131c

which appears at oldest v4.3.0-4, released on 2021-03-05.

but if less than 4.5.1-0 and after, inclusive, 4.4.0, this won't work, which was fixed with https://github.com/openpnp/opencv/commit/57250cbe192847cc44993a91dfef394f34e7a7f0

So v4.3.0-4 or 4.5.1-0 and later would be excellent

EDIT: oh no actually 4.5.1-1 or later would be excellent https://github.com/openpnp/opencv/releases/tag/v4.5.5-1