commit 90fdd06b82c27566fdda7e80684c81e76a9a4ad1 parent 1e2528588386a204ec00828c4fe82dd714ced6ad Author: David Eisinger <[email protected]> Date: Tue, 2 Sep 2025 16:21:23 -0400 Auto-orient photos 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 @@ -30,6 +30,7 @@ get "/*" do |path| convert.background("white") convert.layers("flatten") convert.strip + convert.auto_orient if geometry if geometry.match?(/^\d+x\d+$/)