Resize of picture changes frame size

Hi,
I put an 8 point stroke around my photos and if I resize by using command option shift while draging the corner the stroke changes too.
This is a new behavior for me and I am not sure of the terms to use to look it up in help. How do I resize without changing the stroke weight?
Thanks,
Garrett

Where specifically in the upper control panel?
I'm assuming you mean the lower of the two upper control panels?
So, in the upper control panel there is a button that says "?" click that exact particular button and the window that says Stroke Styles will open.
Alternatively, please tell me what terms to use to look up "Stroke Styles" in help.
Thanks,
Garrett

Similar Messages

  • Changing Frame Size in MPEG2

    I'm using compressor to change less than stellar VHS video to MPEG2. I see that compressor has an option for frame size, but its ghosted out for MPEG2, can this be overridden in any manner? MPEG2 can be resized to LoRes MPEG2, with other programs, to 352x240 which is VHS quality and would make the video look generally better on a TV.

    MPEG-2 (or MPEG-1) output file frame size can't be altered in Compressor. Sorry.

  • How do I change frame sizes to user-defined frame sizes

    Hi,
    I hope someone can help me. I dont know how to change my project frame size to a user-defined frame size.
    ( like from 1920x1080p to 575x900p ) Ive found nowhere a answer to this question.

    You can try this workaround:
    http://library.creativecow.net/payton_t/FCPX_Custom-Resolution-Timelines/1

  • Successfully changing frame size of footage shot portrait on iphone4

    ive been fighting the iphone embedded orientation lock for shot footage.
    i have a clip i hit record at the beginnin gthe the phone didn't realize i was recording it widescreen (landscape).
    i tried rotating in final cut, but since the frame size is 720x1080 and not 1080x720 after the footage has been rotated the original size of the frame is naturally cropped it.
    i transcoded the orig clip in compressor to the correct frame size, but it's now squeezed.
    how can i get this clip to be 1080x720 non anamorphic?

    You can't add what's not there...
    You will have to scale up the video to the width of your canvas... being that the original source is not really a decent camera (and you wouldn't want to do this with a decent camera either), your resulting video will look fuzzy and/or pixelated...
    Or you can also change your sequence settings to SD (720 x 486)... but it all depends what is the end use of this video...

  • Help! Trying to change frame size of project/sequence

    I have tried everything I can to change my project's frame size to 320 x 240 from 720 x 480--modifying sequence settings (nowhere to change size, just "timeline options" and "render control" tabs), clicking on the sequence's frame size in the browser (even with option and command), going into user preferences, system preferences, item properties, project properties without any dialog box that will help me make the change. I checked off "Prompt for seeings on New Project/Sequence" in User Preferences, but it only gives me a pop-up menu with the Easy Setup options. What's happening? This is taking me forever to figure this out. Any help would be greatly appreciated. Thanks.

    Hi Bob,
    Why do you want a project at 640 X 480 ? You will not be able to print it to your camcorder.
    Just put those values in quicktime conversion box, and your exported movie will has this frame size.
    May be the confusion become from the aspect ratio of pixel...
    DV pixel are displayed "as square pixels" in Final Cut Express, if you uncheck this option in viewer, you will get a horizontal squashed image.
    That's because TV set do not handle pixel like computer monitor and your camcorder record it with this aspect.
    So don't be concern with the 720 or 640 question: just export your movie using quicktime conversion set to 640X480 for viewing on computer (like I suggest earlier) or simply "print to tape" from FCE to your camcorder (with stretched pixel for TV monitoring).
    Michel B.

  • How to Change Frame Size in FCE 2

    Hi,
    I'm very new to this video stuff. Is there a way to change the frame size in FCE 2? When creating a new project there are different options for the type of video but there does not appear to be a way to change the frame size from 720 x 480. I would like to use a different frame size.
    Thanks!!
    john

    Tom Wolsky wrote:
    FCP can. What size is the material and where is it coming from?
    The material is 360 x 243, it is a .mov file from a SVHS transfer. Is 360 x 243 a standard size for an SVHS transfer? I expected the frame to be 640x480.

  • Changing frame size in avi

    I'm editing a number of clips (different sizes) and I to save all of them in the same size. When importing I could only convert all their sizes to the projects size (which I couldn't change). When exporting, the feature enabling saving in a different size was disabled.
    I used the scaling option, but then the movies are saved in the same size, only with a black background. Is there any way to actually set the movies to the size I want?
    The clips are AVIs (could it be a codec issue?)
    The operating system is windows XP
    I'm using Adobe Premiere CS3
    If it is not possible to save the movie with smaller dimensions - is there at least a way to determine the background color?
    Thanks,
    Aya

    Thanks! The GSpot looks like a good program to have
    The codec is MP42 (S-Mpeg 4 version 2)
    And the initial settings are the default ones - DV-PAL 48kHz
    What I would really like to do is to crop (and resize) the videos, then save them all in the same size (smaller than the default 720x576), without a black background. Is it possible?
    Thanks!

  • What settings are needed for Flip 4 Mac to change frame size?

    I just installed Flip 4 Mac Studio Pro so that I can make wmv files in different sizes. It works in 340x240 and 480x360, but freezes up when I choose the preset 384x288. Are there other settings that need to be changed to make this work. I thought this version of Flip would allow me to do most anything.
    I'm exporting a short 4 min sequence from FCP using Quicktime conversion.

    This will give you the instructions on how to set it up step by step.
    http://community.virginmedia.com/t5/Email/Setting-up-access-to-Virgin-Media-NTLW ORLD-email-on-iPhone-or/td-p/883445

  • JFrame content displayed only after changing frame size

    Hello everybody,
    could someone explain to me why the content in this frame:
    public class PHPTableReport extends JFrame {
         public PHPTableReport() {
              getContentPane().setLayout(null);
              final JLabel newAppletLabel = new JLabel();
              newFrameLabel.setBorder(new BevelBorder(BevelBorder.LOWERED));
              newFrameLabel.setBackground(Color.BLUE);
              newFrameLabel.setText("New Frame");
              newFrameLabel.setBounds(10, 10, 50, 58);
              getContentPane().add(newAppletLabel);
         }when invoked like this (in a JApplet):
    PHPTableReport pHPTFrame =  new PHPTableReport();
    pHPTFrame.setVisible (true);
    pHPTFrame.setBounds(300, 300, 800, 600);only displays after dragging the window/frame bigger or smaller?
    Thanks in advance again
    Jan

    Change this :
    pHPTFrame.setVisible (true);
    pHPTFrame.setBounds(300, 300, 800, 600);To:
    pHPTFrame.setBounds(300, 300, 800, 600);
    pHPTFrame.setVisible (true);

  • Changing Frame Size in MPEG_Streamclip for FC

    I have a 4 cameras shoot with 3 cameras filming in PAL at 1920x1080 interlaced, and a different 4th camera filming at 1440x1080 interlaced.  I'm trying to convert the 4th camera to match the others, and do a Multiclip editing.  So I used MPEG Streamclip for conversion and opened a Destination Folder.  But when I imported the 1920x1080 converted files from that folder into my project they were 1440x1080 !  Does anybody have a solution please?  Thank you in advance.

  • Final Cut Pro 7 Slow Render, Frame size changing

    I have a sequence open with the following properties:
    29.97 fps frame size: 720 X 480, Compressor: DV/DVCPRO - NTSC, Audio Rate: 32.0 KHZ
    The Clips I'm editing with have the following properties:
    29.97 fps, 854X480, DV/DVCPRO - NTSC, 32.0 KHZ
    Everything was going smoothly until this one clip I dragged in with the exact same properties changed it's frame size. There had been two perfect black bars on the top and bottom of all the shots up until this one clip that changed frame size and covered up those black bars. It's also taking forever to render any small edit I do with that troublesome clip. I was thinking it might have to do with the difference in frame sizes from the sequence properties and the clip properties. I tried to change that by clicking: 1. Sequence 2. Settings.... and changing the width and heigth but it wouldn't let me. Anyone got some tips?

    Where did you get that footage?  854x480 is a display size.  It sounds like your footage was ORIGINALLY anamorphic DV.  Which is actually 720x480.  You would need to tell FCP that the footage is anamorphic, either on ingest, or by checking the anamorphic column in the browser-- EXCEPT that somehow the clips are baked in to a non standard size-- like someone exported them at the anamorphic display size.  You would do this for example if you were making a file for projection or computer use, where the anamorphic flag would not necessarily be recognized.  But you normally would not do this if you were still working with the footage in an editing program.
    You might also note that the top clip above is set to less than 100% scale.
    What happens if you select all in your sequence and Edit>remove attributes>basic motion and distort?
    Quite a mess you've built for yourself, or someone handed you.

  • How to change the picture frame size in Lightroom 5 Book

    I would like to control the actual picture frame size when making a Book in Lightroom 5. Or else know the sizes of the different picture frames provided by choosing the different page layouts. That way I can either change the picture frame dimensions to accomodate each photo or change the image size to fit in the offered picture frame. I find that using the software as is winds up cropping the images in unwanted ways. Modifying the picture frame would be my preferred alternative. Appreciate any ideas

    Hi again Tony,
                I have been using Adobe Photoshop 7, Photoshop Elements, Perfect Photo Suite, Photo Studio, etc., changing Image size, placing a picture on a page and then, do a simple last minute size adjustment by using the arrows to stretch or shrink it in place. Things would be a lot simpler if I could do the same thing with the cells in Lightroom 5. Cell pad adjustments do not fill the bill.
    I think we’ve pretty much concluded this exchange. Thanks again for your effort.
        david
    ay [email protected]
    Sent: Wednesday, March 12, 2014 11:27 PM
    To: dgbrow
    Subject: How to change the picture frame size in Lightroom 5 Book
    Re: How to change the picture frame size in Lightroom 5 Book
    created by Tony Jay <http://forums.adobe.com/people/Tony+Jay>  in Photoshop Lightroom - View the full discussion <http://forums.adobe.com/message/6205206#6205206

  • How to change the size of the titel of  a picture in a diashow

    please answer the question.
    how to change the size and the possition of the titel of  a picture in a diashow

    You need to select it.  Copy that selection to a new layer, and use Free Transform to resize it.
    http://www.youtube.com/watch?v=qWpAGmwhllQ
    http://www.youtube.com/watch?v=Bi4jJnYLkUA

  • How to change the size of a particular object in the picture?

    How to change the size of a particular object in the picture?

    You need to select it.  Copy that selection to a new layer, and use Free Transform to resize it.
    http://www.youtube.com/watch?v=qWpAGmwhllQ
    http://www.youtube.com/watch?v=Bi4jJnYLkUA

  • Editing scroll view frame size in IB causes table view to change

    I suppose this is a continuation of the problems I was having with the table view resizing: http://discussions.apple.com/thread.jspa?threadID=2618816&tstart=0.
    I have a controller which needs to have a scroll view with numerous elements attached to it, including a table view.
    I have performed the following steps:
    - Set the simulated interface elements of the owning view to a nav bar.
    - Added a scroll view to the main view in the nib file.
    - Set the file owner view controller subclass' view to the scroll view.
    - Set the contentSize of the scroll view to the desired size in viewDidLoad.
    The problem is that the table view size/position are incorrect when I load the view in the iPhone simulator if I change the scroll view's frame size from 320x460. Basically, every time the scroll view frame size is changed, it causes the scroll view position and size to change.
    However, there are times I want to make the scroll view's frame size bigger in order to edit items that might be offscreen when the application is first loaded, which becomes awkward if the size of the view in IB or in code without causing the table view size/position to change. I keep having to change the size of the scroll view frame, edit the items, change it back to 320x460, and then fix the table view.
    Is there a way around this, such as a way to locking the size of a table?

    Hi Kaspars,
    I would say there is atm no possibility to change the table view size dynamicly, because you can't input a formula into the size field so the size is fixed as you enter it.
    Best Regards,
    Marcel

Maybe you are looking for

  • Problems (not responding) when monitor not connected

    Hi All, I have been having problems with certain applications when using my macbook without the LED Cinema display connected.  When the monitor is connected there are no problems at all, but if it is disconnected and I try to open Google Chrome it ju

  • How to enable my ipad air coz of wrong password and Findmy ipad air is on

    How to enable my ipad air because of wrong password and i cannot recover or restore my device coz Find my ipad setting in my device is on. Itunes said this must be off before anything, but i cannot turn it off in setting because device is disable. He

  • I mistakenly changed the video type to iTunes U

    I was intending to classify it as a TV Show. Now I cannot see it on my Itunes U library therefore I cannot change the video type to the originally intended TV Show. I know the file exists by using Finder and browsing all the way down to Itunes U fold

  • How can I keep songs and apps that were downloaded by a former roommate?

    My pc says songs or apps are not authorized by this computer because my former roommate purchased them...can I keep these songs?

  • HT1338 Mac Mini OS 10.5

    I'm updating the OS on a PPC Mac Mini to OS 10.5.  I first got a screen about the wireless mouse then just a gray screen no spinning gear.  It sounds like the DVD drive is spinning for about 20 minutes.  How long should this take?