Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FUNCTION comprimeImagen(filedestino,tamano)
|
||||
|
||||
DEFINE filedestino, comando,tamano STRING
|
||||
|
||||
LET comando = 'magick convert ',filedestino,tamano,filedestino
|
||||
RUN comando
|
||||
END FUNCTION
|
||||
Reference in New Issue
Block a user