Strip EXIF data from images
This commit is contained in:
@@ -29,6 +29,7 @@ get "/*" do |path|
|
|||||||
convert.stdin
|
convert.stdin
|
||||||
convert.background("white")
|
convert.background("white")
|
||||||
convert.layers("flatten")
|
convert.layers("flatten")
|
||||||
|
convert.strip
|
||||||
|
|
||||||
if geometry
|
if geometry
|
||||||
if geometry.match?(/^\d+x\d+$/)
|
if geometry.match?(/^\d+x\d+$/)
|
||||||
|
|||||||
Reference in New Issue
Block a user