Mass images Upload & ImageMagick

By lord55
  Delete Full Albums
  Move Images between albums
  Photo MultiUpload

  GD Compression but better is ImageMagick

Instructions for downloading and installing ImageMagick can be found on the ImageMagick web site.

ImageMagick offers a wealth of powerful features, but all of them must be run from the command line. To gain access to that functionality from your PHP-powered web site, you'll need to use an API (in the form of a PHP extension), such as MagickWand or imagick. The examples that follow utilize the MagickWand API, so you'll need it installed on your web server (as well as ImageMagick) to play along.