JSOTO Adicione los programas y funciones en FUNCIONES COMUNES

This commit is contained in:
2026-08-20 15:43:12 -04:00
parent dfda643e4c
commit 99f66f3277
6 changed files with 56 additions and 0 deletions
-7
View File
@@ -1,7 +0,0 @@
FUNCTION comprimeImagen(filedestino,tamano)
DEFINE filedestino, comando,tamano STRING
LET comando = 'magick convert ',filedestino,tamano,filedestino
RUN comando
END FUNCTION