Add photos

This commit is contained in:
David Eisinger
2025-07-01 11:41:27 -04:00
parent 07f1376ce9
commit 4960096457
8 changed files with 37 additions and 14 deletions

View File

@@ -12,3 +12,11 @@ raise("file '#{file}' does not exist") unless File.exist?(file)
-pass file:secret.key \
-iter 1000000
)
output = %[{{<dither #{ File.basename(file) } "782x600" />}}]
IO.popen("pbcopy", "w") { |pb| pb.write(output) }
puts output
File.delete(file)