Dropzone is a great tool for all your drag & drop needs on a OS X system. Also cool about dropzone is, that you can extend it to your personal needs. I’ve always wanted a tiny little helper where I can drop my files onto. A gallery should automatically be created from these files and this gallery should be uploaded to my webspace afterwards. This kind of script would especially be useful if I wanted to show a friend some pictures rather quickly. I’ve never found a really good working solution for this on the web. At the end, I’ve created this dropzone script which does what I needed:
This script takes care of a few things:
You need to have ImageMagick installed, if you want to get the resizing to work. The easiest way to install it, is via MacPorts and the following terminal command:
sudo port install ImageMagick
If you don’t have ImageMagick installed, the pictures will be uploaded as is without resizing.
You can obtain the script at github or download it here.
The script resides now at the official dropzone user scripts repository, too!
Previous Entry: LaTeX Compile Script
Next Entry: Jekylless