How to pass variables to ImageMagick using a [shell] context?
numero = 41[text]height=100[/text][text]width=100[/text][text]sourcefile=logo.jpg[/text][text]resultfile=result.jpg[/text]Then you would a use a [shell] script like this (in your SandBoxes scripts) to resize the image.
[shell]path-to-ImageMagick/convert -size [width]x[height] [sourcefile] -resize [width]x[height] +profile "*" [resultfile][/shell]Simply set the variable on the page above the [shell], and when you construct the script you want to run within [shell], just drop the [variable] in.
[text]height=100[/text]
[text]width=100[/text]
[text]sourcefile=logo.jpg[/text]
[text]resultfile=result.jpg[/text]
[shell]
path-to-ImageMagick/convert -size [width]x[height] [sourcefile] -resize [width]x[height] +profile "*" [resultfile]
[/shell]
DOWNLOAD WEBDNA NOW!
WebDNA applications...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
F.A.QA compilation of some user's questions...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
ImageMagickUse ImageMagick to manipulate images when you upload them...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
Spaghetti codeHow to get rid of very long search strings...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...