Bind a new shortcut to "save an image as" when mouse is hovering over a certain image

In Opera, if on a page you see several pics, you only need to move mouse pointer to an image you wanna save and press "ctrl+alt+left click" and then a dialogue to save an image pops up.
I already tried a few addons - none of them did what I need.
So, I'm tired here a little bit plus... a bit lazy, yeah I could read it all:
http://developer.mozilla.org/en/docs/XUL_Tutorial:Keyboard_Shortcuts
http://www-archive.mozilla.org/unix/customizing.html#keys
But maybe someone who's already prolific on this matter - help me out here? That would be greatly appreciated.

'''finitarry''', you seem not to haven't read op post attentively, the catch here is how to easily save a certain picture on a page, in another browser you move mouse pointer to a picture and then left click mouse1 + ctrl+alt - then you're popped up to a dialog which asks you where to save the picture.
In Firefox you have to right click (mouse2) on the picture and then choose "save as", it's not as convenient.

Similar Messages

  • In the new iphoto app, why can't i save multiple images to camera roll at once?

    why can't i save multiple images to camera roll at once? it seems i can only save one at a time and its very frustrating..
    the options seem to be there, they are just greyed out and i cant click on them.
    at first i thought its because the images were too big, so i tried it with smaller images but same thing.
    APPLE HELP!

    I can confirm @khaniff's original post the option in iPhoto for iOS is greyed out in conflict with the referenced article that follows:
    Save to the Camera Roll
    Tap a photo, album, or event and tap .
    Tap Camera Roll.
    Confirm or change the photos you want to share by tapping an option.
    Select all the photos in an album or event: Tap All.
    Select a range of photos: Tap Choose, tap Range, tap the first and last photos in the range, and tap Next.
    To use your photo in another app, open the app and select the Camera Roll album.

  • Why do my photos move around when I save an image from email so difficult to locate the new saved image

    My photos move around randomly after I save an image from email can't locate picture easily with 1000 photos on iPad please help

    I believe the default is for them to order themselves in 'date taken' order. Unfortunately there's nothing you can do to change that. It's the default in the photos app and users can't change it. You can try looking for a third party photo app that may have more functionality. Afraid I can't recommend any since I've never looked for them but I'm sure someone can.

  • How can i save an image in DB ?

    Hi ..
    I am trying to save an image in SQL plus DB. In database, i created "upload" table with values
    UPN number(6)
    UPF blob
    In this below given code, AttchingFile.jsp, is to display the fileds, when u click the upload button, UploadAttach.jsp will be called.
    but UploadAttach.jsp is giving "File does not uploaded" as a result.
    DB connection is working properly.
    Can anyone solve this issue. it will be appreciated.
    AttachingFile.jsp :
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <script type="text/javascript">
    </script>
    <title>Attach</title>
    </head>
    <body>
    <br><br><br>
    <center>
    <form name="attach" action="http://localhost/intro/UploadAttach.jsp" method="post" ENCTYPE="multipart/form-data">
    <p><b>Upload No:</b><input type="text" name=num size&H30> </p>
    <p><input type="file" name=attach size&H30> </p>
    <br><br>
    <input type="submit" name="upl" value="UPLOAD">
    </form>
    </center>
    </body>
    </html>
    Uploadattach.jsp :
    <%@ page import="com.maxil.util.*" %>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import ="java.sql.*" %>
    <%@ page import ="javax.sql.*" %>
    <%@ page import ="javax.naming.InitialContext" %>
    <%@ page import ="java.sql.PreparedStatement.*" %>
    <%@ page import="java.io.*" %>
    <html>
    <form name="upload1" method=post>
    <%
    DBUtil db = new DBUtil();
    Connection conn= db.getConnection();
    try
    int up1=Integer.parseInt(request.getParameter("num"));
    String up2=request.getParameter("attach");
    java.io.File f=new java.io.File("up2");
    Statement stmt = conn.createStatement();
    InputStream is = new FileInputStream(f);
    System.out.println("4 "+is);
              byte b[]=new byte[is.available()];
              is.read(b);
              String sql = "INSERT into upload values('"+up1+"','" + b + "')";
              System.out.println("sql is " +sql);
              stmt.execute(sql);
              stmt.close();
    %>
    <center><h3>File Uploaded Successfull</h3></center>
    <%
    catch(Exception e)
         e.printStackTrace();
    %>
    <center><h3>File Does not Uploaded</h3></center>
    <%
    %>
    </form>
    </html>

    1. Use code tags when you post code.
    2. Post java, not whatever that is that you posted.
    3. Your database/jdbc code should be in its own class/layer. Nothing else. Other layers use that.
    4. Post SQL exceptions not messages from your own code.
    5. I believe the stream needs to be closed.
    6. I know the connection needs to be closed

  • I just set up a new computer running Windows 8.1. When I go to my icloud photostream, the pictures are in PNG format NOT JPG. When I open and upload photos from the photostream, the resolution is so low that the image quality is terrible. Help?!?

    I just set up a new computer running Windows 8.1. When I go to my icloud photostream, the pictures are in PNG format NOT JPG. When I open and upload photos from the photostream, the resolution is so low that the image quality is terrible. Help?!?

    Hey Sierra, You can do just what you have stated. My question, what is your "other"? If it is over 1.5 GB you most likely have corrupt files. Doing a Restore to New, Factory restore should correct it. Just make sure you make a full backup of all information on your iPod to your computer before you restore, so you don't lose your stuff, contacts, videos, pictures, non-iTunes music, etc, use the cable and connect with your computer. Then, via cable, connect to your computer, run the Restore to new, don't use your backup. Treat this iPod as if it was your first one ever. When restore is done, set up and add what info you wish to install on this iPod. The music apps etc you purchased should be on your computer, if not you should be able to retrieve purchased apps and music from iTunes. Any music, videos, apps not purchased from iTunes will be lost to you if you do not save them to your computer or the cloud first. When your done, make a current Backup and you should good to go. Hope this helps. Good luck. Cheers.

  • Save an image from interactive form to R/3 system table

    Hi to all,
    my scenario is this: Web AS 7.0 (probably patched to the last available patch), NWDS 7.0 and, at the moment, a 4.6c R/3 backend system (within some months we will upgrade to ECC 6.0). I have an online interactive form with some input fields and a user, logged in, fills these fields and pressing the "Submit to SAP" button will save the datas to a custom table on 4.6c backend. All this is simple and is working, but my problem is that one of these fields is an image. The purpose is that the user click on the image field and load an image from local PC and then, pressing submit to SAP button, will save the image on the custom table.
    How can I make this? Which kind of context I have to bind to the image field? I have to add a java script/form calc code to image field? And to backend side, how can I do?
    Thank you very much in advance,
    Enrico

    Hi,
    In your forms you got the image or a link to the image ? If it's the image the field is define as an XSTRING is supposed. If yes you can add it easily in a database table.
    If it's a link, your SAP system ( 4.6 C ) need to the the repository where the image is and then you can add it in the database.If you SAP system doesn't see the repository it's impossible to do so.
    Hope this help you.
    Best regards

  • How do I save an image (logo) transparent so that it will appear transparent on any color background such as a gradient or black?

    How do I save an image (logo) transparent so that it will appear transparent on any color background such as a gradient or black?
    I save image as "transparent" at File > New... but when I place on a gradient background it keeps appearing white. I'm trying to save transparent to be effective on any color such as a gradient or black.  How do I truly save as transparent?

    Put the logo on its own layer set the layer fill to 0 and add a layer style to the logo layer.  Here I duped one change fill to 0 added style.

  • Shortcuts for Batch and Image Processor in Bridge CS6

    I use Batch and Image Processor all the time, and I'd like to use a shortcut.
    Can you tell me if there is a shortcut or how I can program one?
    I set up shortcuts for those two commands in Photoshop, but they don't work in Bridge.
    I remember from the time I started with Photoshop and had Deke McClelland's book with his set of shortcuts. There was a shortcut that worked with image processor, but it was just a set you did install and no explanation. When I moved to a different computer and a newer version of Photoshop, these keys got lost.
    Is there any way to automate Batch and Image Processor?

    There is no way to economically batch process in Bridge without having to go thorough sub-menus.
    I'm sorry you can't get it to work, but on my system it works flawless.
    Testing a bit more it seems you don't need to use a unique shortcut at all. I also tried to use the shortcut for Batch I created in PS itself to get the Batch window to front for running actions on open files. For me that is [control + Cmd + B] but feel free to find an other one.
    When I discovered you don't need the unique shortcut at all I used the same shortcut for Bridge CC. . Also created [Control + Cmd + i] for the Image processor.
    Both started without problems.
    To extend I also created both same shortcuts for Bridge CS6. This also was working correctly, off course, having only PS CC open using the shortcut in Bridge CS6 it auto started PS CS6.
    So can you specify a bit more about what OS you are using on what computer (I have OSX 10.8.4 on a MacPro 2012)
    Some screenshots to show the shortcuts in System prefs and how the show in the Bridge Submenus:

  • How do I save an image in a BufferedImage as a lossy JPEG2000 image?

    New to Java! OK, I know how to save it as lossless. What I have so far is:
    Iterator writers = ImageIO.getImageWritersByFormatName("JPEG2000");
    ImageWriter writer = (ImageWriter)writers.next();
    J2KImageWriteParam J2KWriteParam = new J2KImageWriteParam();
    J2KWriteParam.setFilter("FILTER_97");
    J2KWriteParam.setEncodingRate(0.9); // ??
    J2KWriteParam.setCompressionMode(ImageWriteParam.MODE_EXPLICIT); // ?
    What do I do next to save the image? I don't understand how to apply J2KImageWriteParam. My images are all 16 bit gray scale and I want to apply just a little compression.
    Thanks
    Nate

    Open the movie with Quicktime Player 7 and go to the File ➙ Export menu.  There select Export ➙ Movie to Picture  and Use ➙ either jpeg or png.
    I'm sure you can do it in iMovie but I don't use the latest version of iMovie so can't help there.
    OT

  • Save As Image fails with PDF files

    Using Acrobat X Pro, version 10.1.7. After the most recent update, I can no longer crop a PDF file and save it in any image format. The options are there, but when I select File > Save As > Image > PNG (or JPG or any other image format) and enter the filename/location, no new file is created.
    This is about to become an emergency, since a big annual production project uses images from PDF files as illustrations in other documents.
    Any ideas?
    Elisa

    I have had the same issue but with Acrobat 7 standard.  No error message is displayed however no file appears when trying to save a pdf as JPG  or other imgae formats.  Repairing and re-installing has not helped.  Did you make any progress with this issue?
    Strangely if a different user logs onto the same machine they can do this with no problems.  I have tried to find something in the users profile which could be causing this but with no sucess.

  • How do I non-destructively sharpen, re-size and save my images if I'm using both LR & CS6?

    Hi guys {and gals}... 
    Ok... here is my dilemma. I am having an incredibly difficult time understanding the best way to sharpen, re-size and save my images for both posting on the web and giving them to clients. I completed my first paid photo shoot (yay!), but as I finished editing each image, I re-sized it and posted it on my FB photography page. I later learned from a fellow at my local print shop that this is a destructive and irreversible edit (not yay! ).
    So...  before I pull out every last strand of hair on my head, I REAALLLYYYY need to get a good grasp on how to do the following things so that I can establish a good workflow: 1. Sharpen my image well {w/ Smart Sharpen}. Does this have to be done on a flattened image... and isn't flattening irreversible?  2. Re-sizing my images for both web display and client work/printing. Is it true that once I set it to 72ppi for web display, that I lose a great deal of the detail and quality? Do I need to create a copy of the file and have 2 different image sizes?
    I am self taught, learning off the cuff through tutorials and constant error... and I just want so badly to have a smooth and beneficial work flow in place.
    Currently, my workflow is as follows...  1. Load images into LR and convert to DNG files  2. Quick initial edit & then send into PS CS6  3. Perform detailed/layered edit(s)  4. {I know I'm supposed to sharpen now, as the last step, but am afraid to permanently flatten my image in case I want to tweak the layers later..}  5. Save the file (unflattened)  6. Go back into LR and Export the file to the appropriate place on my hard drive
    So... at this point, my image is still at 300ppi {not appropriate for web display}, unflattened {I'm told flattened images are ideal for client work and printing} and not as sharp as I want it to be {because I don't know when to apply Smart Sharpen filter}.
    HELP!!!!!!! 
    Thanks in adavnce for "listening" to me ramble...
    ~ Devon

    There are a lot smarter guys on this forum than I so will let them give you ideas on the sharpen workflow.
    Is DNG the same as RAW in that all the edits are non-destructive?  With RAW all the edits are put on a separate XMP file and believe with DNG the XMP file is written to the image.  In this case would suggest you save the DNG then create a jpg to send to clients or on web.  A jpg will not save layers so it is by its nature flattened.
    Since you are new to this try this test to understand ppi.  Click on Image/image size. 
          Change Document size to inches. 
          Now uncheck "unsample image" as if this is checked all the pixels will be modified to adjust to the new size.  Unchecked no pixels will be changed.
          Now adjust the resolution from 72 to 300 ppi (pixels per inch).  Note that the Image Size in pixels does not change, but the document size changes.  This means resolution is unchanged.
          Now click "resample image" and change the resolution.  Note how the image size changes and document size stays the same.
    Bottom line quality of picture is the image size in pixels.  THe larger the numbers the higher the quality.

  • How do I save an image that's in a web site's background?

    I know how to save an image that is not in the background, I just drag it to my desktop. But I cannot do the same with the image in the background of the page, and when I right-click on the backgroung there is no option for that.
    Does anybody know how to do this?
    Thanks.

    Hi
    on my 10.5.8 & Safari 4.0.4 - I right click on the background, choose "inspect element" and in the Web Inspector window that opens... look for 'background url' over on the top right.
    You should be able to ctrl-click that url & then paste it in a new tab or window.

  • How to save an image to *.gif or jpg?

    Hello All,
    I'm stumbling upon another problem. I can save my displays as *.jpg file but it's very blurry, is there a better way to do this? My code as below:
    try
    OutputStream out = new FileOutputStream(new File("./outfile.jpg"));
    Image image = this.createImage(this.getWidth(),this.getHeight());
    Graphics g = image.getGraphics();
    this.paint(g);
    ImageIO.write((RenderedImage)image, "jpg", out);     
    out.flush();
    out.close();
    }catch(Exception ee) {}
    Any suggestion is greatly appreciative. Thanks in advance!

    Try looking at "Encoder" in the search - that should fix you up matey

  • How to save an image to file without rendering to screen?

    Does anyone know of a way I can save a buffered image to a file (as a jpg) without having to render it to a screen first? I can create the file fine if I place the image on a JPanel first. However when I try to save the image directly to a file, the program hangs when I try to render the image to a Graphics object. Is there some sort of initialisation carried out on the image when it is displayed on screen which I need to carry out to save the image offscreen?
    Just as a background, what I am trying to achieve is to create a chart (using Monarch Charts library) based on a supplied set of data, and then to save this chart as a jpg. It works fine if I first display the chart in a JPanel but not when I try to save it offscreen.
    Can anyone help me out here?
    Thanks,
    Ciaran

    Here's the code I use in JFreeChart to create a buffered image - the third line draws the chart using the Graphics2D obtained from the BufferedImage:
        public BufferedImage createBufferedImage(int width, int height) {
            BufferedImage image = new BufferedImage(width , height, BufferedImage.TYPE_INT_RGB);
            Graphics2D g2 = image.createGraphics();
            this.draw(g2, new Rectangle2D.Double(0, 0, width, height), null);
            g2.dispose();
            return image;
        }Writing to a JPEG can be done like this (method taken from the ChartUtilities class in JFreeChart):
        public static void writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height)
            throws IOException {
            BufferedImage image = chart.createBufferedImage(width, height);
            JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
            JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(image);
            param.setQuality(1.0f, true);
            encoder.encode(image, param);
        }If you want to try some running code, download JFreeChart from:
    http://www.object-refinery.com/jfreechart/index.html
    ...then run this application:
    package com.jrefinery.chart.demo;
    import java.io.File;
    import com.jrefinery.chart.JFreeChart;
    import com.jrefinery.chart.ChartFactory;
    import com.jrefinery.chart.ChartUtilities;
    import com.jrefinery.chart.demo.DemoDatasetFactory;
    import com.jrefinery.data.XYDataset;
    public class ChartToFile {
        public static void main(String[] args) {
            XYDataset data = DemoDatasetFactory.createTimeSeriesCollection2();
            JFreeChart chart = ChartFactory.createTimeSeriesChart("Sample Chart", "Time", "Rate", data, true);
            File file = new File("MyChart.jpg");
            try {
                ChartUtilities.saveChartAsJPEG(file, chart, 400, 300);
            catch (java.io.IOException e) {
                System.out.println(e.getMessage());
    }Regards,
    Dave Gilbert
    www.object-refinery.com

  • HT201317 I've noticed two things that my ipad no longer does, if save an image from graphic art on the internet, it used to save them to photostream, it no longer does, and with all the settings on my photos no longer shared between ipad and pc, like it u

    I've noticed two things my Ipad no longer does, If I save an image from an internet graphic file - facebook or whatever, the photo used to be saved to photostream... it no longer saves it to anywhere. Also having made sure all the boxes are ticked with photostream and ICloud and not knowingly changed anything, photos take with Ipad/photostream no longer end up in icloud and available to other machines eg. windows pc. Anyone got any suggestions?

    Try here:
    iPod touch: Hardware troubleshooting
    iOS: Not responding or does not turn on
    To get the calender and contacts back if you can't get the iPod working is to restore the new iPod from the backup of the old one.

Maybe you are looking for

  • 10g stopped working after 11g installed. Getting ORA-12514: error

    I had Oracle 10g installed in win2000 sp2. with port 1521. I have installed Oracle 11g on the same system. with port 1522. I am able to start both the instances and tnslistener but I am not able to connect to Oracle10g database. Getting following err

  • Skype To Go Error

    Hi, I wonder if you can help me out, I have bought 2 Skype subscriptions in order to call my friends via Skype to go, however whenever I click on the Skype to Go menu (as I want to add lical numbers) the following error comes up. 1) Application skype

  • HT5096 where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one?

    where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one? At the moment when I try to do it, the window that appear doesn't allow me to continue. it only says "the volume has the wrong case se

  • Flash player unable to install

    Using IE, Windows 7 64 bit When I try to install flash it get to 100% downloaded and then says it 'couldn't be downloaded' Nothing else and I'm a bit stumped on what to do

  • Hide a header field depending on page number

    Hi and I have a header subform for my form which I am using as a overflow header, but I need to exclude 2 fields for the FIRST PAGE only,  I have used the following formcalc SCRIPT but it does not seem to work... I am new to ADOBE FORMS and scripting