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

[scene_manager] Fix save_images not working with UTF-8 paths #450 #460

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

Breakthrough
Copy link
Owner

Using the OpenCV functions to read/write images doesn't seem to work nicely with Python strings. Instead we use other methods which are compatible with UTF-8 paths.

Fixes #450. Adds end-to-end test to verify the fix.

@Breakthrough Breakthrough modified the milestones: 0.6.6, 0.6.5 Nov 22, 2024
@Breakthrough Breakthrough force-pushed the issue-450-path-handling branch from 22f8bcd to e5e10d6 Compare November 23, 2024 23:01
@Breakthrough Breakthrough force-pushed the issue-450-path-handling branch from e5e10d6 to e407607 Compare November 23, 2024 23:10
@Breakthrough Breakthrough merged commit a477f9d into main Nov 24, 2024
42 checks passed
@Breakthrough Breakthrough deleted the issue-450-path-handling branch November 24, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

save_images API function does not work correctly with some characters
1 participant