Commit 404354c4 authored by Ignacio Losiggio's avatar Ignacio Losiggio
Browse files

experimentacion: Deformar las fotos al redimensionar

parent 1e3e4c44
......@@ -67,7 +67,7 @@ experimentos: $(foreach res,$(resoluciones), \
# ENTRADA_template foto resolucion
define ENTRADA_template =
entradas-posta/$(1).$(2).bmp: entradas/$(1).bmp
convert -type truecolor -resize $(2) $$^ $$@
convert -type truecolor -resize $(2)\! $$^ $$@
endef
$(foreach res,$(resoluciones), \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment