Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

SavePictureAs - (Save Image/Picture)


  • Please log in to reply
66 replies to this topic
DataLife
  • Members
  • 1022 posts
  • Last active: Nov 27 2015 01:09 AM
  • Joined: 27 Apr 2008

Major issues with Firefox it seems... I tried compiling, running as admin, etc... nothing but errors... Save error, photo already exists error ( when it doesn't ), 0 bytes error, photo not being moved from temp error, etc...
 
Honestly I think it'd be easier, and more efficient, to write something simple which copies the name and the data and saves it instead of going through the dialog which is meant for users, not code, etc...

I just tested it on FireFox version 38, Windows 8 (desktop mode), AutoHotkey 1.1.19.01 Ansi without any issues.

What OS, what firefox version and what AutoHotkey version are you running?

I would love to be able to skip the user Save Picture As dialog box, but I think that might be impossible to implement across the multitude of browsers (12 and adding more) that SavePictureAs supports.

If someone could figure out a way to save pictures without using the user Save Picture As dialog box for Internet Explorer then I would add it to SavePictureAs.



DataLife
Check out my scripts.  (MyIpChanger) (XPSnap) (SavePictureAs) All my scripts are tested on Windows 7, AutoHotkey 32 bit Ansi unless otherwise stated.

Jokewa
  • Members
  • 2 posts
  • Last active: Aug 31 2015 03:24 PM
  • Joined: 29 Apr 2015
Since there are so many languages out there it is unfeasible to add support for them. I would suggest adding a dialogue window for the user to enter the hotkeys corresponding to their language(excluding English since you have already localised it).

DataLife
  • Members
  • 1022 posts
  • Last active: Nov 27 2015 01:09 AM
  • Joined: 27 Apr 2008

Since there are so many languages out there it is unfeasible to add support for them. I would suggest adding a dialogue window for the user to enter the hotkeys corresponding to their language(excluding English since you have already localised it).

I would also need to know the title of the user dialog Save Picture As window for each browser for each lanaguage. SavePictureAs waits for the window to exist. If that window does not exist after 5 seconds then SavePictureAs tells the user that the picture they are trying to save may not be a savable picture.
Check out my scripts.  (MyIpChanger) (XPSnap) (SavePictureAs) All my scripts are tested on Windows 7, AutoHotkey 32 bit Ansi unless otherwise stated.

riffdex
  • Members
  • 2 posts
  • Last active: Nov 10 2015 03:06 AM
  • Joined: 25 Oct 2015

I am pulling my hair out. I found this thread, read and learned about AutoHotKey, installed the program and downloaded this script, and created an account here, all of this for the purpose of utilizing this single script. But it is not working for me no matter how much I try. I made sure I set everything up right, and set the default folder to a folder located on my desktop. However, when I go in my browser and press my user-defined hotkey, it attempts to save the file to "C:\Program Files\SavePictureAs\TempFolder\download.jpg" every time. It then pops up an error message saying that I don't have permission to save to this location, and to contact admin. I never wanted to save to that location to begin with, ugh. Can anybody please help?



DataLife
  • Members
  • 1022 posts
  • Last active: Nov 27 2015 01:09 AM
  • Joined: 27 Apr 2008
You can't have SavePictureAs located in a Windows system folder, for example. C:\Program Files and c:\Windows. Just move the folder SavePictureAs to another location. Perhaps the MyDocuments folder or move it to your desktop.

The latest version 10.7 of SavePictureAs (which I have not released) includes an installer that allows SavePictureAs to be installed in any folder.

Also, you can email me at [email protected]. I check this email every day.

Please let me know the results.

DataLife
Check out my scripts.  (MyIpChanger) (XPSnap) (SavePictureAs) All my scripts are tested on Windows 7, AutoHotkey 32 bit Ansi unless otherwise stated.

riffdex
  • Members
  • 2 posts
  • Last active: Nov 10 2015 03:06 AM
  • Joined: 25 Oct 2015

I moved it to Desktop and it works now. THANKS! :)

Any word on when the next version may be ready for release?



DataLife
  • Members
  • 1022 posts
  • Last active: Nov 27 2015 01:09 AM
  • Joined: 27 Apr 2008

I moved it to Desktop and it works now. THANKS! :)
Any word on when the next version may be ready for release?

riffdex, I sent you a private message with a link to the latest version.

I need testers.

Anyone else that wants to preview the latest version, send me a private message or email me at [email protected]
Check out my scripts.  (MyIpChanger) (XPSnap) (SavePictureAs) All my scripts are tested on Windows 7, AutoHotkey 32 bit Ansi unless otherwise stated.