We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32b244 commit 90fdaadCopy full SHA for 90fdaad
example/revalidate.rb
@@ -32,5 +32,9 @@
32
image2 = Vips::Image.new_from_file("fred", revalidate: true)
33
puts "fred.width = #{image2.width}"
34
35
+puts "opening again, should get cached entry ..."
36
+image2 = Vips::Image.new_from_file("fred")
37
+puts "fred.width = #{image2.width}"
38
+
39
File.delete("fred")
40
0 commit comments