LICENSE
README.md
setup.cfg
setup.py
src/imgread_benchmark/__init__.py
src/imgread_benchmark/benchmark.py
src/imgread_benchmark/cl_app.py
src/imgread_benchmark/cl_versions.py
src/imgread_benchmark/get_img_filenames.py
src/imgread_benchmark/read_img.py
src/imgread_benchmark/version.py
src/imgread_benchmark.egg-info/PKG-INFO
src/imgread_benchmark.egg-info/SOURCES.txt
src/imgread_benchmark.egg-info/dependency_links.txt
src/imgread_benchmark.egg-info/entry_points.txt
src/imgread_benchmark.egg-info/requires.txt
src/imgread_benchmark.egg-info/top_level.txt
src/imgread_benchmark/img_libs/PIL.py
src/imgread_benchmark/img_libs/__init__.py
src/imgread_benchmark/img_libs/accimage.py
src/imgread_benchmark/img_libs/convert.py
src/imgread_benchmark/img_libs/cv2.py
src/imgread_benchmark/img_libs/imageio.py
src/imgread_benchmark/img_libs/img_libs_pkgs.py
src/imgread_benchmark/img_libs/jpeg4py.py
src/imgread_benchmark/img_libs/kornia.py
src/imgread_benchmark/img_libs/pyvips.py
src/imgread_benchmark/img_libs/skimage.py
src/imgread_benchmark/img_libs/torchvision.py
tests/test_get_img_filenames.py
tests/test_image_libs.py