We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
task resize(type: com.eowise.imagemagick.tasks.Magick) { convert 'img', { include '*.png' } into 'outputDir' actions { -background('none') inputFile() -resize('50%') outputFile() } }
#Table of contents