-
Notifications
You must be signed in to change notification settings - Fork 50
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
referenced memory is not changed. #503
Comments
Hello @sunwoo76, libvips caches many operations to improve speed. You can force a loader to go back to the source and reload the image with: image = pyvips.Image.new_from_file(svg_path, revalidate=True) |
Thank you for replying :) However, the new error has occured:
I checked the supported argumnet of "VipsForeignLoadMagickFile". The results as below: It seems that the optional argument is not supported. ps. |
|
In this case, the svg contents are changed in the middle of the code.
After changing the content and re-write to the same svg_path and read again with the same svg_path.
However, the first-saving result and second-saving result are the same.
How can I treat this?
Thank you.
The text was updated successfully, but these errors were encountered: