How do i move images without a "build"

hello all, i have a problem, i am trying to move an image from the center to the top right corner and scale it, much like the scale build effect, however i dont want it to be a build i still want the image to remain on screen. i will use the build out later. is this possible in keynote??

Welcome to the discussions!
The current version of Keynote doesn't have this sort of functionality -- animations either move an object onto a slide, or move it off, but can't move an object from one location to another.

Similar Messages

  • How do I MOVE images WITHOUT COPYING, please?....

    In Aperture 3.5.1 on Mac OS 10.9.1 and I have no accounts such as Flickr or Facebook listed in Aperture Account Preferences.
    Project A has no Albums and Project B has various Albums containing images which were directly imported from camera...
    I wish to MOVE only (not copy) some image/images from Project B's individual Albums to Project A.
    If I drag-n-drop the image, Aperture only creates a copy in the new destination. I don't want so much duplication.
    I have looked in the Help docs but cannot see an answer to my particular question, so I'm here.
    Any help appreciated.
    Many Thanks,
    Robin

    This is one of the places where Apple has disingenuously presented Aperture.  It _is_ confusing.
    Somewhat counter-intuitively, Albums (but not Smart Albums, which are different creatures in one important way) are always independent of Projects.
    The position of an Album in the Library Inspector is, in terms of your data, meaningless.  You can move any Album anywhere in the Library structure shown in the Library Inspector, and, other than where it is shown to you in the Inspector, nothing is changed.  Album location has no bearing on Album content or on Project content.
    (It may help to quickly review the parts of Aperture and how they inter-relate.)
    As such, even though you may organize the containers in your Library in the Library Inspector so that Albums are shown as children of Projects, they have no relationship to any Project.  (Selecting a Project will not show you the contents of any Albums that are children of that Project.  Moving an Album that is a child of a Project to be a child of another Project in no way changes the contents of either of the Projects or of the Album.  And so on.)
    I emphasize the above so that we can remove "Project" from your question, which becomes simple: how to move (not copy) an Image from one Album to another Album.
    As Ernie has pointed out, this cannot be done in a single action.  (I don't know why.)  You must copy the Image into the second Album, and then remove it from the first Album.
    I find it helpful to have two Browsers open when comparing containers and moving Images.  After selecting on of your Albums, hold down "{Option}" while selected the other one.  You can't drag images between the Browsers, but the container names are easy to find because they are highlighted in the Library Inspector, and you can drag images and drop them on the container name in the Inspector.
    HTH,
    --Kirby.

  • How do you move images in one aperture library to a new aperture library

    how do you move images in one aperture library to a new aperture?

    Hello, Patricia,
    Do you want to create a new Aperture Library with the images you select or to import them into another existing library?
    To create a new library based on selected images use the main Aperture menu:
         File -> Export -> Project (Folder, album) as New Library.
    To import a part of an Aperture Library into another Library, export the Aperture items as new library, then import that library into the destination library. That way you will ensure, that all versions and metadata are exported.
    Regards
    Léonie

  • How to best arc image without distortion to fit curved cup template?

    I have tried searching forum for this and I know it has been discussed before but not really finding what I need to do correctly.  I have attached the layered image (reducing opacity so you can both template and image). The vendor provided me a flat template, not a path, to do my artwork. As you can see I need to arc the image without distorting to fit a cup template. I am more comfortable in photoshop but I can export to AI if necessary to complete which appears what I need to do via envelope distort from what I keep seeing. However, the template provided is not a path. I tried to trace template shape manually with pen tool and use envelope distort to arc my image to conform but it looked very distorted and no even close to what I was trying to achieve. I tried to do tradition arc warp in photoshop but it still seems to distort proportions. Steps on how best to do this would be much appreciated! I know there must be a easier/more efficient way to achieve this.

    I would not trace the template and will simply use it as a visual reference for deforming (conforming) the image to it. You can make the template image transparent to certain degree using the Transparency panel so you can see through it then move its layer on top of all other layers and lock it. Scale and position your image in such way that at least two of its corners fit two corners of the template for example the two top corners and then its bottom edge is on the same level as the template.Then select the image to be deformed and in the control panel at the top of your screen click the Embed button which allows you to deform the image (edit: just noticed you wrote it is already embedded, so skip this).
    Choose Object > Envelope Distort > Make it with a Mesh. and chose 1 for rows and columns. Make sure the Smart Guides are on (View > Smart Guides). With the Selection tool (white arrow) Shift click or drag a selection box to select the two points of one of the vertical sides of your image. Pick the Sheer Tool and first just click on the selected top corner point to set the reference point of the sheer then click and drag the corresponding bottom point to match it to the corresponding point of your template. You may hold Shift while dragging to constrain although the Smart Guides will do that by snapping to edge of the envelope if your mouse is close to it. Repeat this for the other side of image. To make the image curved, pick the Selection tool (white arrow) click a corner point which will display its handles, pick a handle that is on a horizontal side of the image and pull it up to deform the shape referring to the template. You may do this first roughly with all horizontal handles and then you can drag guides from the ruler when a handle is selected to snap a guide to it and use it to put the corresponding handle on the opposite side on the same level.
    Once you have deformed the image to conform to the template, you can fine tune the distribution of the vertical deformation with the vertical handles of the corner points. You can grab a handle and drag it along the vertical paths of the envelope (the Smart guides will snap to it). Drag the vertical handles on one each side lower until you like the distribution of the deformation.
    Try to follow my instructions and I'll clarify if you are stuck.

  • How to load an image without a gui? big problems...

    Hey guys, I usually try my best to not ask for help and figure stuff out myself. But this last week i've been having big problems with this work project.
    My goal is to load images from disk, and append them to each other to create one big image.
    The images are 0-9.jpg each file containing a number in it. then i create one big file with 4 numbers in it. called final.jpg.
    so far i can do all this, but whenever the program is finished, the application just keeps running. the program has literally gone through all the steps... i have a system.out.println printed on the last line after the main, after the class instantiation... and still it stays running.
    how do you guys load images without a gui? This program will probably be running under unix, so i can't create a (for component example)
    Panel() and media track the file load... so i'm pretty much stumped
    any help you guys can provide would be really incredibly helpfull at this point. I have searched these threads for a few hours without luck. I found only 1 real post related to my problem, but eventually they said use MediaTracker = new Mediatracker( new Panel() ); which i can't use. :(
    Thanks a lot guys.
    :D

    yeah tried doing that, didn't work either.
    UPDATE
    I FINALLY found a way...
    and here it is for others to find!
    public BufferedImage getImage(String filename) throws Exception {
    FileInputStream input = new FileInputStream( filename );
    JPEGImageDecoder decoder = JPEGCodec.createJPEGDecoder( input );
    BufferedImage image = decoder.decodeAsBufferedImage();
    return image;
    it returns an image buffer, but it's better than nothing! :)
    atleast this functions under unix.

  • How do I move images in iPhoto '08?

    Recently, when I uploaded digital images from my camera to iPhoto, some of the images were in a different order from the order on the camera. I have been unable to move the images into the proper order. I remember being able to move images in albums in past versions of iPhoto. If it is possible to move photos in iPhoto '08, how do I do it?

    To sort photos manually you need to be in the Photo view of the Library and need to have event titles turned off
    This only changes the order in this view - in event view they still will be in date-time order according to the EXIF data from the camera
    If something is out of order you can change the date/time of the photo witht he change date function - or you can split events into multiple events if different things are mixed together and then in photo view with event titles turnd on you can easily move photos between events
    LN

  • How to design a template without Template Builder in Word 2007?

    How can i design a template in Word 2007 without Template Builder, since i am using Vista that does not support BI Publisher Desktop.
    Is it possible to desgin a template in Open Office ?

    Yes. It is possible. But the template would not look as clean.
    For your xml data, use direct tags in your template. like for field that appears in xmlp as <DATA>Value</DATA>, enter this in template - <?DATA?>. Also, for other tags, like for-each etc, u can write them directly, you can not preview it as such, but u may directly copy it to server and run there. It Will work.
    Regards
    Varun

  • How do I move images between layers on PC pages?

    On my iPad I can move images behind other ones, is this feature unavailable on the web version of pages?
    Regards

    From the help file.
    Here is the video they refer to    http://tv.adobe.com/watch/learn-lightroom-4/import-moving-folders-around-after-the-fact/

  • How do I move images from one catalog to another?

    Having imported all of my image library into Lightroom as one catalog, I've realised that it would be more convenient to break this large catalog into several smaller ones. I am unsure how to best achieve this.
    Should I (or Can I) after creating a new catalog, move the relevant images and their folders from the original catalog into the new catalog, or do I delete them from the original catalog first before re-importing them into the new catalog? If the second option is correct, will the images retain the keywords and edit adjustments made when they were in the original catalog?
    On the other hand, is it possible to simply create a new catalog and import the relevant folders into that? In effect, having two different catalogs, with one containing some of the same folders as the other? Again, will they retain the keywords and edits?
    Thanks in advance.

    Mahombi wrote:
    Having imported all of my image library into Lightroom as one catalog, I've realised that it would be more convenient to break this large catalog into several smaller ones. I am unsure how to best achieve this.
    Without more detail, I am skeptical that this is a good idea.
    If you have one large catalog, and your photos are properly keyworded, then a simple click to the right of the keyword line gives you "Virtual Catalogs". It shows you only those photos with the keyword you just selected. So, today you can have a virtual catalog for Auto Shows, tomorrow you can have a virtual catalog of your trip to Italy, the next day you can have a virtual catalog of all of your beach photos. The possibilities are endless and don't require you to predefine how you split the catalog.
    There are no functions that work across multiple catalogs. If you ever want to do a search to find photos in catalog 1 and photos in catalog 2, you will not be able to do so.

  • How do I move images from my external back to my computer?

    Approx. 6-7 months ago I moved all my images to my external hard drive and worked from there.  I've since upgraded to a much larger internal hard drive and want to move them back.  I intially moved them via finder and Lightroom would say that the images are offline (obviously).  I'm not quite certain how to point Lightroom to the files.  What should I do?

    2 prefered solutions:
    Move the top level folder(s) from within LR (drag/drop each folder). This way, LR will keep track of the image locations
    Move the top level folder(s) in finder, then open LR and chose "Find Missing Folder ..." on the top level folder(s) which show a "?".
    Both options are best performed if you only have a few (best is one) top level folder with all your photos.
    Beat Gossweiler
    Switzerland

  • How do I move images between files within Lightroom 4?

    I find I have to move a good many images among files.  How can I do this within Lightroom 4?  If I have file S, the sending file, with 25 images, how do I send five images from S to R, the recipient file?

    From the help file.
    Here is the video they refer to    http://tv.adobe.com/watch/learn-lightroom-4/import-moving-folders-around-after-the-fact/

  • How to Create an image without a background?

    Hi,
    So I've been learning the ropes of photoshop all week and I started and am almost finished with my first project.
    I created a cutout and I want to make a sticker out of it, but I'm not sure how to save it without the white background.
    Here's what it looks like to get a better idea of what I'm asking, I want the player to just be on his own on a sticker, like a cutout.

    You need to save your document that has  transparency in an image file format that supports transparency. If you want to use the image on the web it needs to be an image file format that browsers supports.   That means PGN or GIF format.  GIF only supports 255 mapped colors when there is transparency. And the Transparency is complete no partial transparency.  PNG supports 8 or 16 bit color and transparency.  You should use sRGB color space for only some browsers use color management the rest assume images are sRGB. Gif file sizes are smaller the PNG files.

  • How to eject disk image without needing it to run a program

    When ever i install a program from the internet such as Skype an image appears on my desktop...when i eject it and open Skype it says i cannot use it because i need it.how do i get rid of the image and still be able to use the program?
    Thanks-

    The sequence usually goes something like this:
    1. Download the disk image or package.
    2. Open or Double-click the disk image.
    3. Install or Drag the application into the applications folder.
    4. Eject the disk image or package.
    5. Run the application from the applications folder, keeping it in the dock if you choose.
    I say this without knowing specifically how Skype works, but this is generally how programs install.
    Joe

  • How to resize large images without losing quality

    Hello I have an image that I am trying to use as an email. Right now it is 2108 pixels. And for an email it should be 600 px. I created this image in illustrator as vectors and type.
    Whenever I go into image size and i change it to be 600 pixels it gets extremely blurry. I have also tried converting this to a smart object... doesnt work. How do I resize my large image to be smaller without losing quality???

    here is an example sceenshot of the opening dialog (.ai opened directly in Photoshop)
    your illustrator vector should be rastered sharp at 100% actual Pixels in Photoshop
    that is where you want to evaluate sharpness in Photoshop...
    then File> Save for Web & Devices (and drag that saved file icon into an open web browser)
    still no joy, embed your saved image here using the forum's camera icon...

  • How to: Acquire an Image without IMAQ ?

    It's possible to acquire an image with a GigE Camera in a labwindows project without the 'IMAQ' Vision Acquisition Software ?
    I'm trying to make it with the include functions on "genicam.fp" module, but I don't know exactly how do it.
    Thanks 

    1. So I presume that you do not have the Vision Development Module, or wish to deploy without a Vision Run-Time Licence. These both include IMAQdx as well as the vision software.
    Yes, I have one license for the Vision Development Module, and  for many commercial projects, I use it ... but the problem is that I need to develop a non-commercial project and can't assume the cost for a new license.
    2. Most GigE camera suppliers provide an SDK that will allow you to access the camera. I suggest you go to your camera suppler's website. The cameras from NI are made by Basler, and their drivers and SDK's are here: http://www.baslerweb.com/Support_SW_Downloads-18498.html 
    Yes, my project is with a Basler Cam and  I already installed the Pulon SDK software.
    3. I have just done this myself with the Micro-Epsilon ScanControl laser line scanner. This uses a GigE interface; and there was suggestion in the Micro-Epsilon documentation that I could use IMAQdx and the NI vision tools. In fact it seemed easier to use the Micro-Epsilon DLL, so for this application I am not using NI-Vision or IMAQdx. I should note that while the Vision Run-Time licence is a pain, it is MUCH cheaper than anyone else's.
    I think the same, I finished the project with a commercial NI license, but in this moment I study the possibility of develop it with a non commercial license for the cause described in point 1 (economic)
    4. The alternative is to Google "open source gige camera sdk" This quickly turns up  https://wiki.gnome.org/Aravis This states "Aravis has been tested successfuly with Basler, AlliedVision, Smartek and Dalsa cameras. Please see the Cameras page". But you did Google before posting, didn't you?
    This option did not know, now I will.
    Thanks for all.
    PD: With the libraries of bassler for CVI Labwindows,  I got open and close the camera, the problem that I dont know exactly what function should I use for a simple capture and happen several errors.

Maybe you are looking for

  • Premiere CC 2014 Crashes on Splash Screen

    Hi there, Running Premiere CC 2014 on Win7x64. A few days ago it began crashing on the startup screen right after attempting to launch the program. I have updated/rolled/back/changed my nvidia drivers (geforce 770) so many times at this point I canno

  • How to create a folder (in unified folders) which contains all the messages of inboxes and outboxes

    Hi, i've searched without success how to create a folder (in unified folders) which contains all the messages of inboxes and outboxes (as it exists in Windows Live Mail). For me, it would be very useful to search in only one folder when i try to find

  • IE8 distorting Flash

    I have page headers made with Flash that are 750 px wide. I noticed that recently they appeared 1px too narrow and the pixel fonts were blurry. If I change the Flash width in the HTML code to 751, it looks fine (right width, fonts get crisp), even th

  • GetMaxRows() to get next value

    Hello I have a table that has a column of just ID which is just an integer. When i add a new record into the database whats the best way for me to get the next value for ID column. lets say before the insert statement the last row of the table has ID

  • Converting iTunes into MP3 file

    Hey everybody, OK, I've purchased music from iTunes store. I want to convert them into mp3 so I can download them into my Palm t/x. But I keep getting the same message telling me that the song is "protected and cannot be converted." Is there any way