Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for wider channel size in f3d::image #858

Merged
merged 24 commits into from
Jul 10, 2023
Prev Previous commit
Next Next commit
ci
  • Loading branch information
Meakk committed Jul 10, 2023
commit a27f11ffdd100f8542565b9dad509f482d3fbd32
2 changes: 1 addition & 1 deletion python/testing/TestPythonImageData.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import sys
if sys.platform.startswith('win32'):
import os
os.add_dll_directory(sys.argv[1])

import f3d
Expand Down