Zoom into selection, progressively?

Can I setup Illustrator to zoom in and out from the selected object(s) instead of mouse point on ALT and centre otherwise?

In case it's version CS6 or lower on a Mac, there's a plugin available from worker72a.com
costs 5$ IIRC
nice thing about it: it's in the menu, so you can assign a shortcut.

Similar Messages

  • Is there a way to zoom into selected objects in Pages?

    Working in the page layout mode in Pages and I note that there is no way to zoom into a particular object or selected objects. This is really a pain if you are working on a poster much larger than the screen and you want to zoom right to a particular object. Zooming only seems to go to upper left corner and you have to scrool around to find the object you were working on.
    Has anyone figured out some magical way to zoom into an object on a page?

    This may not be the perfect answer, but it's pretty good in some situations. Smart Scroll has a grab hand fetaure that you may like.
    http://download.cnet.com/Smart-Scroll/3000-18487_4-10003983.html
    Walt

  • MY IPOD APPEARS TO BE ZOOMED INTO THE SCREEN AT ALL TIMES, MAKING IT DIFFICULT TO DO SIMPLE TASKS SUCH AS GO BACK, OR SELECT A PLAYLIST, ETC. I'VE TRIED PULLING IT OUT WITH MY FINGERS BUT THAT DOESN'T WORK. PLEASE CAN YOU HELP!!! THANKS.

    I've got a touch iPod and for about a week now it's almost been permenently zoomed into the screen? I actually cannot get it to zoom back out. I've tried pulling the screen out with my fingers but that doesn't work. It's zoomed in on my home pages, on my music, settings everything! It makes simple things like deleting a number from my password login extreamly differcult. Please can someone help?!?! Thanks.

    Double tap the screen with three fingers to un-zoom.
    Then go to Settings > General > Accessibility > Zoom and turn this OFF.

  • Zooming into the center of an image

    Hi, I have this code that allows the user to zoom into an image that they have selected. However, when the image is zoomed into using the slider, it goes towards the top left corner of the image rather than the center. How can I modify my code to zoom into the center of the image instead?
    import java.awt.*;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    import javax.swing.event.*;
    public class MapScale extends JPanel
         BufferedImage image;
         double scale = 1.0;
         public MapScale(BufferedImage image)
              this.image = image;
         protected void paintComponent(Graphics g)
              super.paintComponent(g);
              Graphics2D g2 = (Graphics2D)g;
              g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BICUBIC);
              double x = (getWidth() - scale*image.getWidth())/2;
              double y = (getHeight() - scale*image.getHeight())/2;
              AffineTransform at = AffineTransform.getTranslateInstance(x,y);
              at.scale(scale, scale);
              g2.drawRenderedImage(image, at);
         public Dimension getPreferredSize()
              int w = (int)(scale*image.getWidth());
              int h = (int)(scale*image.getHeight());
              return new Dimension(w, h);
         private JSlider getSlider()
              int min = 1, max = 36;
              final JSlider slider = new JSlider(min, max, 16);
              slider.setMajorTickSpacing(5);
              slider.setMinorTickSpacing(1);
              slider.setPaintTicks(true);
              slider.setSnapToTicks(true);
              slider.setPaintLabels(true);
              slider.addChangeListener(new ChangeListener()
                   public void stateChanged(ChangeEvent e)
                        int value = slider.getValue();
                        scale = (value+4)/20.0;
                        revalidate();
                        repaint();
              return slider;
         public static void main(String[] args) throws IOException
              JFileChooser selectImage = new JFileChooser();
              if (selectImage.showOpenDialog(null) == JFileChooser.APPROVE_OPTION)
                   String path = selectImage.getSelectedFile().getAbsolutePath();
                   BufferedImage image = ImageIO.read(new File(path));
                   MapScale test = new MapScale(image);
                   JFrame f = new JFrame();
                   f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                   f.getContentPane().add(new JScrollPane(test));
                   f.getContentPane().add(test.getSlider(), "Last");
                   f.setSize(400,400);
                   f.setLocation(200,200);
                   f.setVisible(true);
    }

    KGCeltsGev wrote:
    Hi, I have this code that allows the user to zoom into an image that they have selected. However, when the image is zoomed into using the slider, it goes towards the top left corner of the image rather than the center. How can I modify my code to zoom into the center of the image instead?Since you use a JScrollPane and change the client size when you zoom in/out you need to scroll to the center every time you zoom in/out.
    This is done by using scrollRectToVisible.
    slider.addChangeListener(new ChangeListener() {
        public void stateChanged(ChangeEvent e) {
            int value = slider.getValue();
            scale = (value+4)/20.0;
            revalidate();     
            Dimension d = getPreferredSize();
            Dimension extentSize = ((JViewport) getParent()).getExtentSize();
            scrollRectToVisible(new Rectangle((d.width-extentSize.width)/2, (d.height-extentSize.height)/2, extentSize.width, extentSize.height));
    });

  • How do I turn off the alt scroll zoom?  When I'm in Adobe photoshop and illustrator using the pen tool, alt is utilized for another short cut.  I would like to use the alt command for the pen tool instead of zooming into the screen.

    How do I turn off the alt scroll zoom? 
    When I'm in Adobe photoshop and illustrator using the pen tool, alt is utilized for another short cut.  I would like to use the alt command for the pen tool instead of zooming into the screen.

    I tend to select things from left to right and every time I am moving in a downward right diagonal motion during lasso selection I am missing a clear view and I am tending to have a more sloppy selection.  All this does is slow me down since I need to go back and hit those areas again.  The big arrowhead just get's in the way.  The original lasso tool with the thin line and small active point at it's lower left was far better for me.
    I don't like turning the cursors to precise because I like to see the active tool icon where my cursor is and as the icon changes as I hold modifier keys down.  If I am forced to get comfortable with using pricise cursors I guess I will, but man, I've never had to do this in my 15 years of photoshop use...
    I would absolutely LOVE to find a way to get the old lasso icon -- without the arrowhead above it.
    Is there any chance this option could be inlcuded in cursor preferences?  I'd give much thanks, Adobe.

  • Zoom to selection possible?

    Hi! Is there any way in Illustrator to zoom to selected object (I want to maximize the selected object to the window)? There is the FitArtboard and the FitAll, but a ZoomToSelected would be great.
    Regards / Jimmy

    There is sort of very inconvenient work around that might actually impact the feasibility of this as a practical future feature addition to the zoom tool.
    Here goes:  (it is over the top)
    draw an artboard slightly larger or smaller than the art
    use the command from the artbard option dialog to fit to artwork bounds or fit to selected art
    Set the artboard and hit command 0.
    It might be possible to script this or write code as a feature
    The problem is right now there is no way to hide an artboard, make it invisible or select it zoom and them hide it once zoomed.
    Also no way to assign a keyboard short cut to a script or use a script in an action and then you would be able to assign a keyboard shortcut.
    This should now be possible and very handy.
    Being able to assign per document  keyboard shortcut to zoom into particular artwork on the document level would be even more helpful.
    Especially on complex work.

  • Spacebar full screen zooms into 800%

    When I do a slideshow Ctl+L or just hit space bar after selecting a thumbnail and then left click on large image, it zooms to 800%.
    Any way of getting it back to 100% like CS4? to check sharpness?

    Thanks
    Just update video card driver but it still zooms into 800%.
    Never used to in CS4

  • I am wondering how to zoom into a video in iMovie '09. For example I want to  zoom into a certain part of the video. Is there any way to do this???

    I am wondering how to zoom into a video in iMovie '09. For example I want to
    zoom into a certain part of the video. Is there any way to do this???

    Yes.
    If you want to see the zoom, use the Rotate, Crop, Ken Burns Tool and select the Ken Burns effect. You can set the starting and ending rectangle for your zoom.
    If you want to go directly to the zoom, use the Rotate, Crop, KenBurns Tool and select Crop. Set the rectangle to be where you want the zoom.

  • Question re: Paste into Selection

    I've recently purchased PSE11 after years of using Jasc & Corel's Paintshop Pro (PSP).
    When adding textures to an image in PSP, I would:
      a) copy the image of the texture into the clipboard,
      b) create a new raster layer in the image I wish to add the texture,
      c) select all and then Paste into Selection. 
    PSP would paste the texture into the new layer and resize it to fit the dimensions of the background layer.
    in PSE11, I can duplicate steps a through c, but I must then select the new layer and apply free transform and manually resize the layer to fit the underlying image.
    Is there anyway of forcing the free transform commend to automatically resize the layer? Or is there a better command to use to achieve the same thing?
    Any help appreciated. TIA
    - Gene
    System info:
    Adobe Photoshop Elements Version: 11.0 (11.0 (20120922.r.32287)) x32
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:7, Stepping:7 with MMX, SSE

    Here's a script that should work:
    https://workspaces.acrobat.com/?d=pugWVZN7JXMPy-sS3U0a9g
    Unzip and copy the Add Texture.jsx to
    C:\Program Files (x86)\Adobe\Photoshop Elements 11\Presets\Scripts folder
    Then start or restart the pse 11 editor and the script should be Under File>Automation Tools>Add Texture
    I didn't write the script, but just made it available under the automation tools menu.
    The script came from here: http://www.scriptsrus.talktalk.net/

  • Hi my iph4s wont turn on or off and seems to be zoomed into a particular part of the screen, loads normally when rebooted the phone. what is wrong with it? and how would i go abouts fixing it?thanks

    hi my
    iph4s wont turn on or off and seems to be zoomed into a particular part of the screen, loads normally when rebooted the phone. what is wrong with it? and how would i go abouts fixing it?
    also recovery mode shows up as a red icon instead of a blue one, not jail broken or had any third party alterations
    thanks

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • Zoom into high resolution image

    Hi,
    Before starting to learn Muse, I've one big need: zooming into high-resolution images.
    I want to show how high the resolution is by letting the viewer zoom in with a loupe (or just scrolling with mouse wheel). I'm not talking about of a slideshow through some crops of the main image, but of an shrink- or grow effect of the image.
    Is this possible to achieve?
    Thanks for your insight,
    Dominique

    Could this be the solution, you are looking for?
    https://creative.adobe.com/addons/products/2406#.U8Jp1mIaySM

  • Commit for every 1000 records in  Insert into select statment

    Hi I've the following INSERT into SELECT statement .
    The SELECT statement (which has joins ) has around 6 crores fo data . I need to insert that data into another table.
    Please suggest me the best way to do that .
    I'm using the INSERT into SELECT statement , but i want to use commit statement for every 1000 records .
    How can i achieve this ..
    insert into emp_dept_master
    select e.ename ,d.dname ,e.empno ,e.empno ,e.sal
       from emp e , dept d
      where e.deptno = d.deptno       ------ how to use commit for every 1000 records .Thanks

    Smile wrote:
    Hi I've the following INSERT into SELECT statement .
    The SELECT statement (which has joins ) has around 6 crores fo data . I need to insert that data into another table.Does the another table already have records or its empty?
    If its empty then you can drop it and create it as
    create your_another_table
    as
    <your select statement that return 60000000 records>
    Please suggest me the best way to do that .
    I'm using the INSERT into SELECT statement , but i want to use commit statement for every 1000 records .That is not the best way. Frequent commit may lead to ORA-1555 error
    [url http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:275215756923]A nice artical from ASKTOM on this one
    How can i achieve this ..
    insert into emp_dept_master
    select e.ename ,d.dname ,e.empno ,e.empno ,e.sal
    from emp e , dept d
    where e.deptno = d.deptno       ------ how to use commit for every 1000 records .
    It depends on the reason behind you wanting to split your transaction into small chunks. Most of the time there is no good reason for that.
    If you are tying to imporve performance by doing so then you are wrong it will only degrade the performance.
    To improve the performance you can use APPEND hint in insert, you can try PARALLEL DML and If you are in 11g and above you can use [url http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_parallel_ex.htm#CHDIJACH]DBMS_PARALLEL_EXECUTE to break your insert into chunks and run it in parallel.
    So if you can tell the actual objective we could offer some help.

  • I want to zoom into digital image pixels.

    To demonstrate DSLR chip behavior at high magnification, I want to zoom into the frame and see how individual pixels actually look.
    But when I use the Scale tool to enlarge the picture, FCPX thinks I want to avoid seeing pixels so it mushes the image, blurring all the pixels.
    How do I get it to stop doing that? Can it be done in Motion?
    Photoshop scaling has all these Bicubic options, but it also has the Nearest Neighbor option so I can see individual pixels in the blow up, there. Is there a way to get FCPX to do the same idea?

    Peter Inova1 wrote:
    When you are zooming into a movie that is made in a way to reveal an HDSLR's blown pixels, it would be nice to see them as a pixel map.
    again: the actual compression (from any cam!) doesn't deliver single pixels.
    it starts on the sensor of the cam - ever heard of the Bayer Filter?
    http://en.wikipedia.org/wiki/Bayer_filter
    if you could read out the raw data of that chip, you'd notice twice as much green 'dots' than red and blue, oops!
    next, your cam compresses '4:2:0'
    http://en.wikipedia.org/wiki/4:2:0
    that Chroma Subsampling drops 7 of every 8 'color dots' ... most pixels are 'grey'!
    finally, it's a lossy codec, working with 'assumptions'
    http://en.wikipedia.org/wiki/Inter_frame
    picture-prediction .... that's bits, not atoms
    on de-coding, final delivery, these 'formulas' are calculated to a 1920x1080 picture ... but that is not the 'pixel reality' from your cam, nor on its sensor, nor in the file.
    so, a zoom-to-pixel-level is a special effect, as mentioned above, create a close-up in Photoshop, showing r/g/b- squares … but this is not reality.

  • How to convert update,delete statement into select stmt

    Hi all,
         I have a field called dml_stmt, i am getting the dml statement has input from the user.
         My requirement is, if user is giving "update set col_name = 'xyz' from table_name where codition = 'aa'", before updating the table, i need to get old values from the table and put it in the audit table
         For that,i need to convert those update statement into select stmt and need to execute the query to get the data and then i will put it in the audit table..
         can anyone guide how to convert the update or delete stmt into select(need to write in pl/sql)
    Please do needfull things ......
    Regards,
    Jame

    Maybe I'm missing something, but why would auditing help here? It sounds like the user wants to know the prior values of the data, not the SQL UPDATE statement that was issued. Auditing would tell you that a table was updated, fine-grained auditing would tell you what the UPDATE statement was, but you'd need something else to capture the state of the data prior to the update.
    Depending on why putting triggers on every table was discounted, you may also want to take a look at using Workspace Manager or Total Recall (in 11g) to track a history of data changes. But triggers would be the common solution to this sort of problem.
    Justin

  • Zoom into a letter (Motion 3)

    Hi there,
    I have a white screen with black text on it. I am attempting to transition to a black screen by zooming all the way into a black letter. Is it possible to set a zoom point and let motion take care of the rest? Or will I have to keyframe this manually? When I attempt to keyframe this animation, I reach a point where I just can't zoom into the letter anymore. Does anyone have any advice for me? It would be greatly appreciated.

    umm...what do you mean by white borders? you tried what mark said with the camera?
    or
    change your group to 3d, arrange the anchor point of the group to where you want it to zoom to, then move the group's position on it's z axis.
    or if the group is 2d, place the anchor point of the group to where you want it to scale to and scale the group...

Maybe you are looking for

  • BAPI purchase order create (subcontracting)

    Hi, Is it possible to create subcomponents for PO item when it is not BOM related? I checked BAPI_PO_CREATE and CREATE1 (with ALE messages assigned) but cannot find how to use standard way to accomplish this (ver. 4.6C). Is there a better way to do t

  • How to get Adobe Acrobat to find scanner?

    Acrobat > "create PDF from scanner" used to bring up an Epson driver for my Perfection 1640 SU and all was well. For some reason the driver disappeared and now Acrobat finds no scanner at all. I downloaded a new 10.6 scanner from Epson but the scanne

  • Media Card Issues...P​lease Help

    About a week ago I could not save anything to my media card.  I put everything on my computer so I need to reformat my card and get it working again.  When I try to format it  I get  "Media Card Format Failed"  What should I do?

  • Itunes music upgrade syncing problems

    I upgraded my purchased music to the DRM free tracks, and told it to delete the originals. Whenever I sync my ipod to it, the protected files show up again on my itunes, how do I stop this from happening?

  • Events in View cluster

    Hi .. i have a scenario where i created a view cluster with two tables/views.. so when i display data .. i dont want to see all the entries of my table.. i want to restrict data according to some conditions? how to do that? i have checked there are s