SavePictureAs Version 8.8
I created this program to easily save pictures from the web with Windows XP, Vista, Windows 7 and Windows 8 using Internet Explorer, Firefox, Chrome, Opera, Safari, Maxthon, RockMelt, Avant, Comodo Dragon, and K-Meleon browsers . Only tested on the English locale.
Windows 8 was in Desktop mode when testing SavePictureAs.
Placing the mouse cursor over any picture on the webpage and pressing Control & Space or user defined keys will save the picture to your hard drive.
Tested with AutoHotkey_L 1.1.09.04 Ansi 32bit and AutoHotkey Basic 1.0.48.05 on WinXp, Vista, Windows 7 and Windows 8
1. SavePictureAs.exe http://dl.dropbox.co...vePictureAs.exe - (right click - save target as)
2. SavePictureAs.zip http://dl.dropbox.co...vePictureAs.zip - (right click - save target as)
3. SavePictureAs.ahk http://dl.dropbox.co...vePictureAs.ahk - (right click - save target as)
Some Features are:
(1). History Menu - View, Delete, Move, Copy & Rename last 30 pictures saved.
(2). Hover mouse over tray icon to see the current folder you have selected to download pictures to.
(3). Favorites toolbar - ten configurable buttons for favorite folders to save pictures to. When you want to save a picture from the web, you can click one time on the Favorites toolbar to change the location the picture will be saved to. Then place the mouse over the picture and press Control & Space or user defined keys.
(4). Change screens and text colors.
(5). Saved picture successfully configurable Confirmation Message.
(6). Left or right click the system tray icon brings up the same menu.
(7). Option to prompt user to give the saved picture a filename of their choice.
(8). Auto Update (Check and download latest version)
(9). Displays gui showing original and duplicate pictures with options to rename or delete one or both pictures.
(10). Options to automatically rename original picture.
All features are configurable from the system tray icon.
Please read the comments at the beginning of the script for more information or Program Documentation available via the tray icon.
Thanks to the following people from the Autohotkey forum for the following code.
(1) Lexikos - Scrollable Gui code from http://www.autohotke...pic.php?t=28496
(2) tic - Gdip functions to get image dimensions from http://www.autohotke...ic/#entry187736
(3) Sean - Get right click menu contents function GetMenu(hMenu) code from http://www.autohotke...pic.php?t=21451
(4) Sean - Retrieve AddressBar of Firefox through DDE Message code from http://www.autohotke...ugh-dde-message
(5) Eddy & olfen - UrlDownloadToVar from http://www.autohotke...dtovar&start=75
(6) majkinetor - Common dialog for changing Gui & font colors from http://www.autohotke...pic.php?t=17230
(7) majkinetor - Attach.ahk from http://www.autohotke...pic.php?t=48298
(8) Huba - Left click on system tray icon from http://www.autohotke...pic.php?t=26720
(9) jaco0646 - User-defined Dynamic Hotkeys from http://www.autohotke...ynamic-hotkeys/ -AND- http://www.autohotke...-by-derraphael/
(11) heresy - run ahk scripts with less memory from http://www.autohotke...s-memory-usage/
(12) Chris Mallett for AutoHotkey and Lexikos for continuing to develop AutoHotkey_L
(13) Sorry if I missed someone. If so, let me know and I will give credit where credit is due.
Please note: For SavePictureAs to work properly, the script needs to be able to right click, send the letter s or the letter v (depending on browser), then wait for the Save Image, Save Picture or Save As window (depending on browser) to open, it will then send the TempFolder\filename to the edit box, then click on the button labeled &Save.
If you get the error that the picture can not be saved, check that the above can be done manually.
Let me know of any issues.
thanks
DataLife
ChangeLog Versions 5.2 thru 7.0 http://dl.dropbox.co...s_ChangeLog.txt
ChangeLog Versions 8.0 and newer are below.
Edit: 02-26-13 Uploaded Verison 8.0 -Major Update
1) Added support for Maxthon, Safari and RockMelt
2) How To Handle Duplicates
A-) Ask What To Do when duplicates are found displays both pictures with the following 4 options (Default)
a-) Rename one or both
b-) Delete one or both
c-) Add Date & Time to one or both
d-) Keep original filename for one picture and apply one of the above options for the other picture
B-) Do not save duplicates with option to be notified when this happens
C-) Always overwrite with option to be notified when this happens
D-) Save duplicates by adding a Random Number to the filename with option to be notified when this happens
E-) Save duplicates by adding the Date & Time with option to be notified when this happens
3) Filenaming Convention (automatically name saved picture to one of the following)
A-) Date and Time (choose from 6 options on format of Date And Time)
B-) Filename-Date and time
C-) Sequencial Number
D-) Random Number
E-) Filename-Random Number
F-) Original Filename (Default)
G-) Option to add a prefix or suffix to any of the above
4) Start with windows option (Default off - Does not start with windows)
5) Place Confirmation Message at mouse position option (Default off)
6) Clear History on exit option (Default off)
7) Turn off recording of Last Saved Picture (Default- Recording is on.)
8) Delete record of the Last Saved Picture on exit and Delete now options (Default off - do not delete on exit)
9) The user can now define how many pictures to list in the History Menu (Default 30)
10) Added Wait for Save Picture window timeout option to improve reliability on slower computers. (Default 5 seconds)
11) Added View Log File, Clear Log File and Email Log File to Additional Settings Menu (Default - Logging turned off)
12) Added More Info for each of the above options on the Additional Settings Menu with detailed information on each
13) Increase the number of Favorite Folder and Hotkeys from 5 to 10.
14) Added Special Folder on the Configure Hotkeys & Folders menu (Click HERE on Configure Hotkeys & Folders screen for more information)
15) Fixed an issue with the Win Key not being saved as a modifier for hotkeys
Edit: 02-28-13 Uploaded Verison 8.1 -Minor Update
1) Found issue with saving pictures using the Opera browser
Edit: 03-21-13 Uploaded Verison 8.2 -Minor Update
1) Found an issue with saving changes when enabling/disabling the History.
Edit: 04-07-13 Uploaded Version 8.3 -Minor Update
1) Added support for the Avant, Comodo Dragon, and K-Meleon browsers.
2) Added support for Environment and Autohotkey built-in variables. (Click "HERE" on "Configure Hotkeys & Folders" screen for more information)
3) Added ability to turn Favorite Folders 1-10 into "Special Folders" (Click "HERE" on "Configure Hotkeys & Folders" screen for more information)
4) SavePictureAs hotkeys are now only active if one of the supported browsers is active.
5) Added "Change Tray Icon". User can choose from 10 built in icons or add their own icons to choose from.
6) Added icons to the menu items on the system tray icon
Edit: 04-09-13 Uploaded Version 8.4 -Minor Update
1) Fixed an issue with displaying SpaImage.jpg properly on the history menu after "Clear History" was chosen
Edit: 04-12-13 Uploaded Version 8.5 -Minor Update
1) Fixed an issue with Custom Picture Naming Options
Edit: 04-16-13 Uploaded Version 8.6 -Minor Update
1) Fixed an issue with Google chrome saving pictures
Edit: 04-18-13 Uploaded Version 8.7 -Minor Update
1) Fixed an issue with reading users saved settings for Favorite Folders being used as Special Folders
Edit: 04-26-13 Uploaded Version 8.8 -Minor Update
1) Fixed an issue with reading users saved settings for CustomFileNaming incorrectly




