Skip to content

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

Merged
Breakthrough merged 1 commit into
mainfrom
issue-450-path-handling
Nov 24, 2024
Merged

[scene_manager] Fix save_images not working with UTF-8 paths #450#460
Breakthrough merged 1 commit into
mainfrom
issue-450-path-handling

Conversation

@Breakthrough

Copy link
Copy Markdown
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.

@BreakthroughBreakthrough modified the milestones: 0.6.6, 0.6.5Nov 22, 2024
@Breakthrough
Breakthrough merged commit a477f9d into mainNov 24, 2024
@Breakthrough
Breakthrough deleted the issue-450-path-handling branch November 24, 2024 02:17
Sign up for freeto 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

@Breakthrough