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

version v.015 missing pix.save(image_filename) #140

Closed
kingennio opened this issue Sep 16, 2024 · 2 comments
Closed

version v.015 missing pix.save(image_filename) #140

kingennio opened this issue Sep 16, 2024 · 2 comments

Comments

@kingennio
Copy link

I've just installed the latest v.015 and I noticed images are no longer saved in the folder even with write_images=True
I noticed that in the text md the correct links to the imeages are written. Then I stepped through with the code and I think I found the issue: in function save_image, line 365 returns image_filename w/o first saving the image with pix.save(image_filename).
I've added the missing line of code and now it works fine.

@JorjMcKie
Copy link
Contributor

Oops - thanks for the report.
Will fix this soon.

@JorjMcKie
Copy link
Contributor

Fixed with version 0.0.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants