commit 3890cc8f094224d05dab56d5fb89b4b107b1e8a6 parent 281047aa3a725a9d4cfda38ec1b5c2f15fde0166 Author: David Eisinger <[email protected]> Date: Fri, 15 Aug 2025 22:11:44 -0400 Strip EXIF data from images Diffstat:
| M | bin/dither/dither.rb | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/dither/dither.rb b/bin/dither/dither.rb @@ -29,6 +29,7 @@ get "/*" do |path| convert.stdin convert.background("white") convert.layers("flatten") + convert.strip if geometry if geometry.match?(/^\d+x\d+$/)