Imovie: i am having problems sizing my image

imovie: i am having problems sizing my image when i convert the cells into a 'project'.
I can see all the image in full, - until i drag it into project area, then in the view window the image is too large and is cut in half.
i have adjusted the PAL size . large full view etc..
I tired exporting and even when exported to quicktime, the image is cut in half.
does anybody have any idea what the problem is?
thanks

Hello lucglobal68,
The following article contains information regarding the options you have with cropping (or not cropping, if you'd like the entire image to show) images in iMovie.
iMovie '11: Crop video clips or still images
http://support.apple.com/kb/PH2232
Cheers,
Allen

Similar Messages

  • Having problems copying an image

    I'm having problems copying an image. The Image comes from my jar file and I'm trying to copy it to my hard drive. The problem is that it seems to add extra characters at the beggining and maybe at the end as well. I used a Hex Editor to compare the contents.
    Anyway I was wondering if anyone could offer suggestions.
    My code is listed below in case that helps.
    "in" is an InputStream, "content" is a byte array, and "out" is an OutputStream
    try {
       in = getClass().getResourceAsStream("LoveGameSm.gif");
       content = new byte[in.available()];
       out = new ObjectOutputStream(new FileOutputStream("Tmp.gif"));
       in.read(content);
       out.write(content);
       out.flush();
       in.close();
       out.close();
    catch(Exception e)  {
       e.printStackTrace();
       return null;
    }

    The problem is in the use of ObjectOutputStream... this does not work the way you think it does. It is used to serialize an object to an output stream. A serialized object is just the on-disk representation of a Java object. So, you are getting a serialized copy of a byte array, which is why there are extra characters.
    Instead, just leave off the ObjectOutputStream stuff, and write to the FileOutputStream. Better yet, wrap it in a BufferedOutputStream to increase performance.

  • Since installing LION having problems getting photo images to upload?

    since installing LION having problems getting photo images to upload? anyone else havie this problem? I did finally get a message that the format was wrong, but I have changed nothing on my camera. Only change was the installing of LION.

    This is from the Kodak site which says there is no Lion compatible driver/software yet, but it is coming in late August:
    http://support.en.kodak.com/app/answers/detail/a_id/41646/kw/os%20x%20lion/selec ted/true
    If you don't want to wait there is always this kind of device for less than $10 (I don't own or endorse it):
    http://www.walmart.com/ip/Moultrie-USB-2.0-SD-Card-Reader/14972138

  • I am having problems saving certain images

    I am having problems saving certain images. For example, on Ebay while viewing an auction item, when you click on the image to view the larger picture it opens in a new window. With Internet Explorer, you can "right-click" and "save picture as". With Firefox 3.6.9 the "save picture as" option is not availabale. Other options such as save "save page as" are available, but not "save as," or "save picture as." Any ideas? Thanks

    I have found a solution to the problem. Apparently there is an addon to fix this. Had no idea a specific google search for "trouble saving images on ebay" would turn up anything.
    https://addons.mozilla.org/en-US/firefox/addon/13802/

  • Having problems scaling down image

    Hi there, I was hoping somebody here may be able to answer a query I have.
    I'm currently creating the following icon in Illustrator:
    The Image was created within illustrator using the shape and pathfinder tools, the problem I'm having is that when I come to scaling it down, this happens:
    The strange thing is that when I scale the icon upwards it does it perfectly as it should, but the problems are coming from scaling it down.
    I think it may have something to do with the size of the image already, it's quite small, approximately 50px accross. I'm looking to get it down to about 25-30 px accross, but when i take it down to about 40px the distortion occurs and gets worse as I make it smaller.. I thought it may have something to do with the handles on the anchor points overlapping? But I'm not so sure as I've never had an issue like this before, although I've never worked at this small scale before either.
    Any help on this is much appreciated.
    Thanks in advance,
    Lionel.

    In your transform palette turn OFF align to pixel grid, prior to scaling. Adobe since CS5 has made that to be on by default when you create an RGB document.

  • Having problem with importing images to a java applet in web broswer

    I'm creating a mini 2d game just for fun and I am running it as a applet with the JApplet class.
    This is my html file.
    <html>
    <body>
    <applet code=ambiDexApplet.class name=ambiDexApplett archive=ambiDexApplet.jar
         width=640 height=480>
         <param name="Player" value="Player.class">
         <param name="Actor" value="Actor.class">
         <param name="Tail_Bead" value="Tail_Bead.class">
         <param name="Block" value="Block.class">
         <param name="Morphable" value="Morphable.class">
         <param name="Item" value="Item.class">
         <param name="GameObject" value="GameObject.class">
         <param name="leftImg" value="Player_Left3.gif">
         <param name="rightImg" value="Player_Right3.gif">
         <param name="img1" value="bgImgFinal.jpg">
         <param name="img2" value="Block_Tower2.gif">
    </applet>
    </body>
    </html>However every time i try to run the program i get the following error when i open the java console.
    java.security.AccessControlException: access denied (java.io.FilePermission Images\Player_Left3.gif read)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    Obviously, the applet is not letting me read the image files. By the way, the .class files and the image files are all in same directory. So can anyone help me please?

    Unfortunately, yes--I've tried it that way over and over, and every other way I could think of.  The files are all in one folder, and I've converted the raw files to both tiffs and jpegs.  I even tried converting them to jpegs at the final pixel dimensions.  Each folder that I have used only contains one type of file, and they are all part of the same sequence and sequentially numbered.  I have even tried renumbering the files with numbers first, numbers last, numbers only, moving underscores.  I moved the files from my external hard-drive to the desktop ... I have a lot less hair than I had only a few days ago!
    I've looked at a few other tutorials that outline the same sequence of steps, and tried them over and over, and then changing one step at a time to make sure that it was not a single step that caused the problem.
    The thing that is really bugging me is that it works fine if I use the different approach of using the place command instead. 
    Anyway, thanks for all of your time.  It's going to be a lot simpler to just stick with 'place' command and I will likely do that, but I tend take things like this as a challenge.  I like to know WHY it won't work for me.  Sometimes it seems that there is just no logical explanation!
    Stuart

  • OS X 10.10.2 Server. Having problems with Netboot Image

    Hey there guys, it's the first time i'm having to deal with an OS X server.
    I've made a Mac Mini into a server, and would like to use it as an Imaging Server for our Company's laptops, which are MB pro's.
    I've checked that i've updated the OS on the Mac Mini and the MacBook Pro that i took the image from to the latestth
    soo... I made the image from the laptop, got it on the Server and it's in the Library/Netboot/NetbootSP0 folder.
    The Server app picks it up, and it's set so that you can install the image on other laptops via Ethernet.
    I'm using an apple Ethernet to thunderbolt adapter for the MacBooks
    At first i thought i've messed up something with the NetBoot image, so I had to Create another one.
    First one got Recognised by the laptops when i try to Boot while pressing [Alt+N], but when it booted that way, nothing happened - it just went to the "Select language screen" that you get when turning it on for the first time.
    The second image wouldn't be recognised at all and same thing happens.
    I can give you any additional info if required, just ask me.
    Thanks

    Without any more detail it looks like you've misconfigured something somewhere? Either the workstation you've used to build the image has somehow not 'taken' properly (don't ask me to explain as it can happen sometimes for no discernible reason) or deploy studio and/or your server (amounts to the same thing) have not been configured properly and/or the network in terms of what the clients use for DNS has not been thought through properly?
    It may be none of the above but they are good places to start the debug process.
    What we need is what you're basing your private network around in terms of DNS; e.g.: server's fully qualified domain name, does it resolve on both pointers, can your clients resolve it on both pointers, have you configured deply studio's depository correctly and so-on.
    You don't need to use alt N. Either use the N key or just use the alt key to select the Boot Disk Manager. If you've valid nbis they'll show up there. DeployStudio's netboot set is just a simple, minimal, network-based bootloader. It's typically not very large. Anywhere from 2-5GB. If your nbis are larger then you've not created what you think you've created.
    Hopefully some of the questions I'm asking will start you looking in the right places?

  • I am having problems with the image quality when image placing in indesign

    Hi
    I am finding that many illustrations are pixilating when I place them in indesign from illustrator or photoshop.  Some times I can rectify the issue by increasing the size or dpi of the image prior to placement, but I'm sure there must be another way.  How can I improve on the quality and definition of placed images in Indesign?

    This forum is actually about the Cloud, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/indesign
    http://forums.adobe.com/community/illustrator
    http://forums.adobe.com/community/photoshop

  • Having problems with swap image (roll over effect)

    I am trying to do a roll over state (swap image) for a linked item on my mock up. I've done this for other pages in the same file, but for some reason on another page, when I build the second state, insert the slice, and  create the swap image on the first state, it previews in the browser with just a white screen and the section that I sliced. How come it is showing a white page in lieu of my entire mock up with the roll over effect?

    I am trying to do a roll over state (swap image) for a linked item on my mock up. I've done this for other pages in the same file, but for some reason on another page, when I build the second state, insert the slice, and  create the swap image on the first state, it previews in the browser with just a white screen and the section that I sliced. How come it is showing a white page in lieu of my entire mock up with the roll over effect?

  • Having problems Masking unwanted images

    I am attempting to process video images of fish passing at a hydroelectric dam and extract the fish from turbulence and other debris in the water. The data was collected on digital video tape and sent to the computer using an NI-1409 card for processing using LabVIEW 6.1. Initial filtering of the data filters most unwanted particles out, but leaves some, and then using IVB ShapeMatch.VI with a fish image works pretty well to identify the actual fish images. However, when I output the data to a file particles from after the initial filtering and fish data are both written to file (data such as center X, center Y, # of pixels etc.). I have tried using Shape Mask FIlter.vi to mask images that don't meet the minimum value for the
    image used in the IVB Shape Match.vi but it hasn't helped, I've even set the acceptance value to 1000. Am I using the wrong mask filter or is there a better way to accept only the desired images? I've attached a copy of the LabVIEW program (I haven't tried to organize the from panel yet).
    Thanks,
    Mark
    P.S. You may see this twice. I received an error the first time I sent it and sent it again
    Attachments:
    big_fish_works2.zip ‏83 KB

    Mark,
    Without images to process, it is difficult to see where the information is changing, but from the sounds of it, you are seeing information you thought was lost being saved in your report. If this is the case, you are most likely not saving the image buffer that you think you are, or there is a race condition where it is being saved before its processed. I know this sounds basic, but insert Windraw windows in your program so you can see you image as it is processed. It helps to use the Vision IMAQ Copy (White vi) so you can see the image at each stage, and it does not change its display as you proceed though the program. This will help so you can see exactly what particles are being sent to the file.
    Best Regards,
    Chris D

  • Problems adding an image title?

    Hi,
    When I place an image in Muse I'm having problems adding an image title. When I Control click the image in Design view the choices I get at the bottom of the pop up menu are
    Edit original
    Edit Image Properties
    When I looked it up in help it tells me I should also see another item "Add Title" but I don't get that as a choice. When I click on "Edit Image Properties" I get a choice of Tooltips or Alt Text but no place for a title.
    Thanks,
    Bill

    This is the page
    http://www.adobekb.com/strategies_for_seo.html#addingmetadata
    To be clear when I right click on an image I only get the choice of "Edit Original" & "Edit Image Properties". When I click on "Edit Image Properties" I only get a choice of Tooltips or Alt Text, nothing for title
    Thanks,
    Bill
    Adding titles and alternative text to images
    After you place images on a page, you can access the Image Properties dialog box to set both a title and alternative text (also sometimes called alt text) that is assigned to the image.
    Here's a brief description of each property:
    Title: In many browsers, the title is displayed in addition to the image, typically as a tooltip that appears when a cursor hovers over it.
    Alternate text: If the image file cannot be shown, this text is displayed in place of the image. Alternate text is also used to describe images to visually impaired visitors using assistive technologies to access page content.
    It is ideal to set titles and alternative text for every site asset, to ensure that visitors have the best experience when navigating your site. Tooltips are helpful for including additional information about graphics and alternative text makes pages more accessible for screen readers that verbally present graphic content.
    To add titles and alternative text, follow these steps:
    1. Select a placed image.
    2. Right-click on the image and select Add Title or Add Alternative Text from the context menu that appears (see Figure 3).

  • I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    What happens when, after you connect your cam, you go to File > Import Media?
    But before that, does your cam require you to export your video files upon USB connection? I have a JVC Everio HD and I have to "Export to Library" from the cam's menu first-thing. This was true even in prior iMovie versions.

  • I am having problems opening images renerated in lightroom5 into cs6. Cs6 bridge does not see the lightroom libarary. If I open lightroom and right clik the image, edit in cs6, 6 opens but the picture doesnot follow. What is going on? Give me a hand.

    I am having problems opening images renerated in lightroom5 into cs6. Cs6 bridge does not see the lightroom libarary. If I open lightroom and right clik the image, edit in cs6, 6 opens but the picture doesnot follow. What is going on? Give me a hand, thanks.

    What edition of LR 5? What edition of ACR does PSCS 6 contain. If they are not parallel (same edition number x in [5 or 8].x ), is LR making a tiff or psd rendition of the image?

  • I'm having problems with videos, they shake and the images break up back and forth into striped colors, how do I fix this?

    I'm having problems with videos, they shake and the images break up back and forth into striped colors, how do I fix this?

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • I am having problems with clone and heal.  No matter what I do nothing changes in the image.  Has anyone had this problem?

    I am having problems with clone and heal.  No matter what I do nothing changes in the image.  Has anyone had this problem?

    Do you have your Opacity Control set to a very low value?

Maybe you are looking for

  • Notifications from Mail not working in iCal

    Notifications from Mail are not working. I have set the proper setting in both iCal and Mail with no luck. .ICS files show up in Mail when I search but they don't populate of show in the Notifications window in iCal.

  • Delet Requirment

    Hi, I am trying to change UOM for material I have closed all open documents for material and also stock is ZERO in all plant, but there there is some stock in RESERVATION how to make it zero? I mean I want to remove this stock from reservation how to

  • Can't see shared windows printer all the time

    The printer was set up when I was able to see the windows workgroup with  finder,  and then I went to setting to set up the printer (need to choose windows printer).  It was working when I tested it.   Later when I want to print, it says connection r

  • Max. No. of infobjects

    Hi experts What is the maximum no. of infoobjects can we accommodate in a cube? and what is the maximum no. of characterestics can have for a dimension? Thx a lot in advance Surya

  • Motherboar P55-GD65

    Hello, I have MB P55-GD65, i bought 2 HDD Segate Baracuda 1Tb, and i want to connect tham in Raid0. I change everyting in bios for that, appears screen there i must hit ctrl+i, i creat from this too disks 2 partitions one 50gb for windows and the res