As you may know, Image Downloader is a free and open-source software which is used for downloading photos from websites. It has recently received a graphical user interface, permitting the users to download photos even easier. The user has to add the link, select the target folder, where he wants to place the downloaded photo and press OK.
Under the hood it uses wget to download the photos, has a system that prevents downloading a file more than once and displays both the thumbnail and the original picture.
The latest version available is Image Downloader 0.0.1, which comes with changes.
Installation instructions:
In order to successfully install Image Downloader, you have to add the PPA to your system, update the local repository index and instal the imagedownloader package:
$ sudo add-apt-repository ppa:atareao/atareao
$ sudo apt-get update
$ sudo apt-get install imagedownloader
Optiona, to remove imagedownloader, do:
$ sudo apt-get remove imagedownloader
The installation instructions should work on Ubuntu 15.10 Wily Werewolf, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.x, Elementary OS 0.3 Freya and other Ubuntu derivative systems.