How resize the image after drag drop according to container

Hi,
I have a image which can be drag drop in different size of containers. After drop i want to resize the image by maintaining the aspect ratio according to the container in which it is going to be drop. I will be very thankful for your help.

thank you, brother
i will try it see if it is work
whatever, i will report the result later

Similar Messages

  • How do I resize an image within a drop zone (not the drop zone itself) in motion 5?

    How do I resize an image within a drop zone (not the drop zone itself) in motion 5?

    I think others would be able to help if you describe a little more why you'd like to do this. Given that drop zones are a way of passing images into Motion that you want to manipulate, resizing a drop zone is the equivalent of resizing the image.
    If you're having a problem with an image from Final Cut being too big or too small, select the Drop Zone in the inspector and make sure the Fit parameter is set to 'Fit' - 'Center' will result in images dropped not being scaled to fit the Drop Zone. 'Stretch' will force the dropped image to fill the space defined by the drop zone,
    If the image is already cropped and scaled up in Final Cut Pro, that is the information that Motion gets - you can't scale down the image to see more of the edges that have been cropped off.
    If you want more than one copy of the image passed via the drop zone, use Make Clone Layer from the Object menu.

  • Photoshop CC: Have a template that I moved image into.  Image is too small.  How do I resize the image while in the template?  Or must I go to original image file and resize there again and again until I get the right fit?

    I have a template that I am able to plug different pictures into at different times.  The problem is that when I plug an image into that template, I find that the image is either too big or too small.  Is there a way to plug the image into the template and resize the image (and not the template itself) OR will I have to go to the file with the original image and resize it there and then try to plug it in to the template to see if it fits------and if it does not fit, go back to the original file with the image and resize it again and see if that fits---and so on and so on...........?  I have tried the" image size" option but it's hit or miss------mostly miss!
    Thanks!

    Read up on Smart Objects. It looks like you have no idea as to how to create and use them.
    Jut create a Smart Object from the layer containing whatever it image it is that you are "plugging into your template".  But you do need to learn the application at its most basic levels.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve.  You cannot learn Photoshop in a forum, one question at a time.
    Or is it possible that you don't even have Photoshop proper but the stripped-down Photoshop Elements?"
    If the latter is the case, you're in the wrong forum.  This is not the Elements forum.
    Here's the link to the forum you would want if you're working in Elements.:
    https://forums.adobe.com/community/photoshop_elements/content
    If you do have Photoshop proper, please provide the exact version number of that application and of your OS.
    (edited for clarification)

  • Guys, i want to ask on how to resize the images into 1200 pixels wide?

    Guys, i want to ask on how to resize the images into 1200 pixels wide, how to do it? and what are the step by steps on doing that? thank you!!!

    See this link: http://forums.adobe.com/docs/DOC-3691

  • Resizing of images after FCP update not working. When I try to resize, It resizes a blank transparent image.

    I am having trouble resizing images after I installed the FCP update. When I press the transform button, and then click on teh image, I go to the little blue dots on the side of the image that usually resize the image, and when I drag them out, instead of the image resizing, a black trasparent rectangle the same size as the photo expands outward to my desired size. This has happened to me before the update when trying to resize text, but the problem usually fixed itself once I clicked again on the text line in the editing section.
    Any ideas?

    Hi Russ,
    It doesn't work that way either, however it's okay because I solved the problem. Turns out I had to select 'add keyframe' on either the 'crop' or 'distort' tabs and it fixes itself. No idea why but the problem is solved! Thanks for your help anyhow.

  • Resizing the images

    hi,
    i want to resize and centering external images.
    i have done with centering the images.
    but how to do resizing.....here is my code....
    // code for centering images starts
    //Define center coordinates
    var centerX:Number = _root.emptymc_mc.imagemc_mc._width / 2;
    var centerY:Number = _root.emptymc_mc.imagemc_mc._height / 2;
    var movieClipLoader:MovieClipLoader = new MovieClipLoader();
    var loaderListener:Object = new Object();
    //Use the onLoadInit function to get the loaded images
    proportions
    loaderListener.onLoadInit = function(target:MovieClip) {
    trace(target._width + " x " + target._height)
    target._parent._x = centerX - target._width / 2;
    target._parent._y = centerY - target._height / 2;
    // end resizing and centerring code
    // now loading images into movie clip loader
    movieClipLoader.addListener(loaderListener);
    var movieClipHolder:MovieClip =
    _root.emptymc_mc.imagemc_mc.createEmptyMovieClip(" container",
    getNextHighestDepth());
    var movieClipLoaderTarget:MovieClip =
    movieClipHolder.createEmptyMovieClip("loader", 1);
    //Load an image to the target
    movieClipLoader.loadClip(_parent._parent.thumbs.fi
    rstChild.childNodes[2].childNodes
    .childNodes[0].nodeValue, movieClipLoaderTarget);
    // end
    now how to resize the images???

    Thanks for the reply...
    now its resizing and centering the images well but not
    according to the aspect ratio.
    see... i have one mc called imagemc_mc in which i want to
    load the images.
    so first i grab the width and height of the imagemc_mc in a
    varibale.
    var imgwidth = _root.emptymc_mc.imagemc_mc._width;
    var imgheight = _root.emptymc_mc.imagemc_mc._height;
    and then in onLoadInit() method first its check the width and
    height of the target and is it is greater than imagemc_mc then it
    resize the image to the imagemc_mc 's width and height.
    if(target._width > imgwidth && target._height >
    imgheight)
    target._width = imgwidth;
    target._height = imgheight;
    else
    target._parent._x = centerX - target._width / 2;
    target._parent._y = centerY - target._height / 2;
    target._parent._x = centerX - target._width / 2;
    target._parent._y = centerY - target._height / 2;
    its working ....but if image is greater than imagemc_mc then
    the image is squeezing ....it is not according to the aspect ratio.
    please reply..............
    thanks a looooooooot

  • I updated to Photoshop cc 2014 and now can't resize the images like I used to.

    I updated to Photoshop cc 2014 and now can't resize the images like I used to. 
    I used to click on the image and then go to the corner hold down shift and resize it.  Now it won't do it.
    How do I do it now? 
    I have a project deadline and need to do this asap.  Panicking that I won't meet my deadline.

    Did you turn off the "show transform controls" option in the move tool?
    It sounds like you were using that previously.
    And you can always transform by using the Free Transform command (command/control T).

  • Resize the image in the textpane

    Does anybody know how to resize the image in the textpane to fit the size of the textpane. I am trying to avoid scrolling. Any suggestions?

    Here is my code,
    JTextPane tp = new JTextPane();
    URL msn = new URL("http://www.msn.com");
    tp.setPage(msn);
    I am trying to make the webpage, which is returned by the URL, fit into the JTextPane without implementing scrolling. I would like to resize the webpage to fit into the JTextPane regardless of the size. Any suggestions? Thanks.

  • How to read bytes(image) from a server ?how to display image after read byt

    How to read bytes(image) from a server ?how to display image after reading bytes?
    i have tried coding tis , but i couldnt get the image to be display:
    BufferedInputStream in1=new BufferedInputStream(kkSocket.getInputStream());
    int length1;
    byte [] data=new byte[1048576];
    if((length1=in1.read(data))!=-1){
    System.out.println("???");
    }System.out.println("length "+length1);
    Integer inter=new Integer(length1);
    byte d=inter.byteValue();

    didn't I tell you about using javax.imageio.ImageIO.read(InputStream) in another thread?

  • How to use Dual monitors with G5 Mac;  AND    How can the image in "Develop" be made to look like wh

    Two questions: How can I use my dual monitors on my G5 Mac?
    How can the image in "Develop" be made to look like what it will print, just as it is
    done in Photoshop with view>proof setup.

    Still wondering what tool is available in LR 1.1 to "view proof"
    As in Photoshop CS 3, and previous versions of PS, in view I can
    choose the custom .icc profile of the printer, to view what the final
    print will nearly perfectly appear like.
    What tool is available in LR 1.1 to do the same?
    Equipment: Mac OS 10.4.10; dual monitors; Epson Pro 9600 and SPR
    2400, both dedicated to matte black ink. Color working space is
    ProPhoto RGB. I stay in 16 bit.

  • How to use Dual monitors with G5 Mac;  And...    How can the image in "Develop" be made to look like

    Two questions: How can I use my dual monitors on my G5 Mac?
    How can the image in "Develop" be made to look like what it will print, just as it is
    done in Photoshop with view>proof setup.

    Patience! :)
    (This was asked and answered in previous thread.)

  • I am using adobe photoshop cs6. I am facing a problem. When i save any image as "save for web". After saving image it show cropped. An image show many parts of the image after saving the image. Please help me. Thanks in advance.

    I am using adobe photoshop cs6. I am facing a problem. When i save any image as "save for web". After saving image it show cropped. An image show many parts of the image after saving the image. Please help me. Thanks in advance.

    Just go back in photoshop and use the Slice Select tool, then just click and select the slice and hit delete - if you're not sure which one is the active slice just right click and find the one that has the Delete Slice option.
    It's possible you either added the slices by accident or if you received it from someone they just had the slices hidden. For the future, you can go to View > Show > Slices to display (or hide) slices.

  • How to Rearrange components using Drag Drop functionality

    Hi,
    Is it possible to re-arrange the components inside the form using drag drop functionality in RCF?
    There are 3/4 section headers in my screen, user can re-arrange them.
    But as per the RCF document it says, "Drag Drop functionality allows users to drag the value of one component and drop it on to another". It dosent say any thing about component drag-drop.

    Hi,
    there is a componentDragSource element that you use for this. However, persisting the change of location is not handled automatically. I didn't try this, but I assume that using the component drag option gives you access to the UI component itself so you can nest it in another container
    Frank
    Ps.: the drag event always givey you access to the component. This componentDragSource however shows the component when dragging, which is a slightly better indicator if you plan to re-arrange items

  • X120e HDMI - 27" LED LCD @ 1920x1080 - how does the image look?

    Hi All,
    Since that my X120e is not compatible w/ my Dell 30" DVI-D dual link display, I'm about to invest in a 27" LED LCD w/ HDMI input.  If you're using the X120e on a 27" @ 1920x1080 via HDMI too, may I ask how does the image look to you?
    Can people even tell that all that images/video come from a lil' laptop?
    I asked cos' as we all agree that X120e's built-in display is a lil' on the weak side, I wonder if this carries onto an external display too or not.  Speaking of which, ever since I downloaded all latest drivers (as late as last night), my X120e's picture quality is now noticeably better, have you guys noticed this too?  And I haven't even used Microsoft's picture calibration software yet cos' last time I used it, all grey areas looked pinkish.
    Thanks.

    Yeah, as ColonelONeill said, the picture qualities are independent.
    Most likely, if you encounter any picture quality issue on the external, it's going to be due to picture options on that monitor itself (color temperature, brightness, contrast, sharpness, etc. etc.) that can be adjusted independent of any setting that the computer has.  Any calibration tool software on the PC only adjusts how the data is sent out to the monitor in question.  Hardware + Software calibration tools are considerably more reliable because they can take into account the settings on the monitor itself.  Sadly one can't adjust the laptop's screen's settings itself.
    If you're going to use the HDMI connection, don't forget to go into your Catalyst Control Center and adjust the overscan / underscan setting to get the image to fill up your monitor's screen.  AMD sets the overscan / underscan option to default with a slight border around the desktop.  This in turn can cause a sort of blurriness because the pixels on the monitor is not 1:1 to the pixels that the laptop is outputting (1920 x 1080 resolution being fit into a 1820 x 980 resolution with a 50 pixel black border, for example).
    P.S. the Overscan / Underscan option only shows up in CCC if you have the device connected through HDMI.
    For a compilation of most X120e issues:
    Compilation of Lenovo X120e issues and solutions

  • I don't remember my security questions and I don't how rest the answers after resetting my password. I want to use my itunes credit to purchase music on my idevices.

    I don't remember my security questions and I don't how rest the answers after resetting my password. I want to use my itunes credit to purchase music on my idevices. What can I do? I don't remember the answers to the questions.

    See Kappy's previous discussion.
      HT5312 How to recover security...: Apple Support Communities

Maybe you are looking for

  • Hitting 'Save' in EditForm opens PDF document

    I created a custom document library that stores scans of invoices as PDF-A documents. The library has a custom content type with some custom fields and the list's schema also links to a custom EditForm.aspx. In the EditForm I am using a JavaScript fu

  • Camera save function not working correctly

    When taking pictures my camera is intermittently saving the photos off center.  I take the picture and when I look at the saved product everything has shifted to the right.  Any ideas why this is happening and more importantly how to fix it?

  • Raise Application Error on Dynamic Action

    Hi I am using Apex 4.2. On a click of button a Dynamic Action is written, which calls a DB Package. The DB package has exception handlers and also the package has two output parameters Error Code and Error Msg So in my code(Dynamic Code) i make a cal

  • Difference between Report painter and abap query .

    can anyone please tell me the difference between the report painter and the ordinary alv,clasical reporting and also the difference between Report painter and abap query. How the output format will be in Report painter. If anyone has any documents pl

  • Pool of QueueSession/TextMessage for MQ connections

              In order to improve the performance, I want to create pool of QueueSender objects.           What potential problems the application might be exposed to, if I create pool           of "Message" types instead of the QueueSender.           Th