Zoom in and zoom to images?

How can i zoom in and out my images to orqcle portal?
general for images whre can i find a additional portlet?
thanks,

I don't know what is the correct terminology, but none of those things does what I want.  With the Content Grabber I can move the image and see where it is going and place it where I want it, and the frame does not move and is not changed in any way. I want something that does exactly the same thing with "zooming" in and out on the image.
Shift-drag on the corners moves the frame.  In the Transform panel, in the lower box, it makes the image AND the frame larger or smaller. Neither of these is what I want.
If I'm not using the right terminology, let me try to explain.  If I have an image that is larger than the frame, then I can only see a small part of the image inside the frame.  If I could zoom out on the image, I would then see a larger part of the image in the frame, but the frame would be exactly the same size and in exactly the same place (just like it would be when you use the Content Grabber).  If I could zoom in on the image, then I would see less of the image but in more detail.
If I could move (like the Content Grabber) AND zoom without doing anything with the frame, then I could get the image just the way I want it inside an already-properly-placed frame in the most straightforward and simple manner, and be able to see what I was doing in the process. Dragging on the corners is basically trial and error because you have to go through several steps before you see the final result.

Similar Messages

  • Zoom in and zoom out a image in a java applet

    hello, i don't find any example of code of a java applet that zoom in and zoom out an image in jpeg format...
    can you help me?
    thanks

    Crosspost (and other thread has started some answers):
    http://forum.java.sun.com/thread.jspa?threadID=624295

  • How to open,view pdf document in a form with zoom in and zoom out functionality Please urgent

    Hi
    Anybody can help me with a sample code in c# to open a pdf document using forms and to give the functionality   zoom in and zoom out   with verticall and horizontal scroll bar. Please help
    Regards
    Pol
    polachan

    Hello polachan,
    you can find two sample projects with code at
    [1] and
    [2].
    [1]
    http://www.codeproject.com/Articles/579878/MoonPdfPanel-A-WPF-based-PDF-viewer-control
    [2]
    http://www.gnostice.com/nl_article.asp?id=159&t=How_To_Create_A_PDF_Viewer_in_PDFOne_NET_v2_x
    Regards,
    Bo Liu
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions
    apply: Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline .

  • Panel content zoom in and zoom out

    I have created a panel  by using flex 4.5.1.But while increasing and decreasing  panel size content of panel also zoom in and zoom out respectively.But i dont want this functionality.Is there any way to overcome these problem?

    thnx..
    I have included above mentioned compiler argument but it works as before it work.There is no change in zoom_in, zoom_out functionality.

  • Stopping Zoom in and Zoom out of pictures

    I can't seem to find where I turn off the Zoom in and Zoom out features in iMovie related to pictures.
    Where or what I have to do to turn this feature off..
    Thanks

    Hi Douglas,
    Thanks for visiting Apple Support Communities.
    It does look like this is the default behavior for imported pictures in iMovie 10, and can't be disabled from the iMovie preferences. The best workaround is to select all of the pictures in your timeline and turn off the Ken Burns effect using the Adjust menu.
    iMovie Help
    http://help.apple.com/imovie/mac/10.0/#mov26d3f6a6c
    Modify a crop, rotation, or Ken Burns effect
    In the timeline, select the photos you want to modify or restore to their original state.
    Click the Adjust button in the toolbar.
    The adjustments bar appears above the clip in the viewer.
    To show the cropping controls, click the Cropping button.
    In the cropping controls, change Style from Ken Burns to Fit to display the pictures in their original size. From there, you can crop them individually as needed.
    Best,
    Jeremy

  • TileLayout spark Item Renderer and Zoom in and zoom out

    I implemented a spark ItemRenderer, which serves a DataGroup with TileLayout:
        <s:Border id="scrollView"
                  styleName="scrollView"
                  width="100%"
                  height="100%">
            <s:filters>
                <s:DropShadowFilter inner="true"
                                    alpha=".35"/>
            </s:filters>
            <s:Scroller id="continuousViewScroller"
                        height="100%"
                        width="100%">
                <s:DataGroup id="continuousView"
                             height="100%"
                             width="100%"
                             itemRenderer="PageRenderer"
                             dataProvider="{pages}">
                    <s:layout>
                             <s:TileLayout columnAlign.OneUpView="justifyUsingWidth"
                             columnAlign.TwoUpView="left"
                             verticalGap="10"
                             horizontalGap.TwoUpView="10"
                             horizontalAlign="center"
                             verticalAlign="top"
                             useVirtualLayout="true"
                             clipAndEnableScrolling="false"
                             requestedColumnCount.OneUpView="1"
                             requestedColumnCount.TwoUpView="2"/>
                        <!--
                        <s:VerticalLayout horizontalAlign="center"
                                          useVirtualLayout="true"
                                          clipAndEnableScrolling="false"
                                          variableRowHeight="true"
                                          paddingTop="5"
                                          paddingBottom="5"
                                          requestedRowCount="2"/>
                        -->
                    </s:layout>
                </s:DataGroup>
            </s:Scroller>
        </s:Border>
    I execute a zoom effect everytime some one pushes zoom in or zoom out buttons. The trouble is that zoom in and zoom out works fine. However, the gap between two item renderers increase, when I zoom out.
    Is there a way that the gap remains fixed?

    Zoom in means, within the PageRenderer, I use a Scale effect, which zooms in and out based on an event. The following code is for doing zoom in and zoom out for the PageRenderer. It works fine. However, the vertical/horizontal gaps increases once have a zoomed in and then try to zoom out incrementally. I want to keep the gap between elements same all the time.
    If I run this same code, with VerticalLayout, It works great. However, this does not work with TileLayout.
    The following link:
    http://opensource.adobe.com/wiki/display/flexsdk/Spark+TileLayout
    says:
    "Note that justify only grows the columnWidth/rowHeight, so to handle cases where the size of the columns/rows has to shrink, the default column width/row height should set explicitly to zero."
    Does anyone has any idea how to implement this?
    Source Code for zoom in and zoom out:
    <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    xmlns:mx="library://ns.adobe.com/flex/halo"
                    creationComplete="init()">
        <fx:Declarations>
            <s:Scale target="{this}" id="zoomPlayer"  duration="150" />
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.core.FlexGlobals;
                import mx.events.EffectEvent;
                private var _zoom:Number=1.0;
                [Bindable]
                public function set zoom(value:Number):void
                    _zoom=value;
                public function get zoom():Number
                    return _zoom;
                private function init():void
                    var proj:TestProject=FlexGlobals.topLevelApplication as   TestProject;
                    proj.systemManager.addEventListener(ZoomEvent.ZoomChange, updateZoom);
                private function updateZoom(event:ZoomEvent):void
                    if(zoom != event.zoom){   
                        if(zoomPlayer.isPlaying){
                            zoomPlayer.stop();
                        zoomPlayer.addEventListener(EffectEvent.EFFECT_END, zoomEnd);
                        zoomPlayer.scaleXFrom=zoom;
                        zoomPlayer.scaleXTo=event.zoom;
                        zoomPlayer.scaleYFrom=zoom;
                        zoomPlayer.scaleYTo=event.zoom;
                        zoomPlayer.play();
                        zoom=event.zoom;
                private function zoomEnd(event:EffectEvent):void{
                    zoomPlayer.removeEventListener(EffectEvent.EFFECT_END,zoomEnd);

  • What happened to zoom in and zoom out selection, so you could make the screen zoom in and out?

    I added zoom in and zoom out to my yahoo toolbar and from one of the sites that let you pick buttons to add to your toolbar, and now it has disappeared. And I can not find zoom anywhere. Have you heard of this happening before? If so do you have a resolution for this? Thanks in advance. Dan

    You seem to be using a Firefox 23.0a1 Nightly build.
    Please update to the current Firefox 24 release.
    *Help > About Firefox
    *https://support.mozilla.org/kb/update-firefox-latest-version.
    *https://support.mozilla.org/kb/Updating+Firefox
    The Firefox version that you currently run is no longer supported with security updates.
    *It is important to update Firefox and add-ons to the latest version to get all security fixes.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *if missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar setup
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Zoom in and Zoom out

    How to zoom in and Zoom out the particular area in
    Graph

    hi,
    for zooming in & zooming out,you need to extend canvas class from AWT.Overide the method getPreferredSize() from component.Then attach this class to scrollpane.Add this scrollpane to container(Applet/Frame).Keep two button for zooming in & zooming out.when zooming in button is clicked increse the canvaswidth by amount you want,then say scrollpane.doLayout().This will create scrollbars to scrollpane.Try it out.If any difficulty then email me at [email protected]
    cheers
    dgk

  • Mesh line artifact movement upon zooming in and zooming out of composition

    I'm having a problem with my puppet tool in my After Effects composition–I'm getting this strange mesh line artifact.  The layers have been imported from an Illustrator file.  The boy has six puppet pin points.  Hand, wrist, elbow, shoulder, neck and head.  The actual animation of the puppet looks great, however, the problem arises with the zooming in and zooming out and panning over.  I'm zooming in and panning over to the boy with a camera layer and null object layer before the puppet animation and then zooming out and panning away from the boy when it is over, and it's as if the mesh outline is following my null object layer during the pan and zoom...  The boy is not on a pre-comp, and I tried to put in pre-comp to see if it made a difference but it does not.  I also tried expanding the mesh but it doesn't work either.  Any suggestions? 

    I'm having a similar problem. I have an illustrator file that I have a position and rotation change (to have the hand fly in), then the puppet tool mesh to have the pointer finger move to dial the numbers on the phone. I have tried non-pre-comped and pre-comped. Both produce the same results. In the first picture you can see that the mesh doesn't change position/rotation with the pre-comp. They seem to stay where I originally placed them. And where the hand flies in and moves over the mesh, that artifact is generated. I have tried expanding the mesh and making the pre-comp layer 3d.
    It's rather frustrating, and I haven't found anybody solving this problem out here on the interwebs.
    ***OK OK. The only way I figured out to fix this was to make the illustrated hand the exact size I need it in Illustrator. Then I just don't make the layer "continuously rasterized".

  • How create zoom in and zoom out buttons in a JfreeChart

    hi,
    i want implements a "zoom in" and "zoom out" functionalitys form my Jfreechart. in a popupmenu this function there is, but i want create two buttons.
    I don't know how implement this.
    Can you help me???
    Tanx
    P.S. Sorry for my english :D

    If you right click on any of the JFreeChart standard examples you will see buttons that allow you to zoom in and zoom out. Just follow the code that the examples use. This feature can be enabled/disabled using the parameters in the chart construction. Check the Javadoc.

  • How to Zoom in and zoom out

    Hi All,
    I am making a JFrame in which animation is shown. Balls are moving randomly on the canvas. I want to zoom in and zoom out the animation. How can i do that . Any source code or ant tip please.

    AffineTransformya, or Graphics2D.scale

  • TheThe "Zoom in" ( ) and "Zoom out" (-) buttons stopped working

    The  “Zoom in” and “Zoom out” buttons stopped working when I open a pdf file within Safari. I'd appreciate some direction as to what I should do.
    Thanks,
    Julio

    Carolyn,
    I downloaded and installed the Adobe plug in and it worked.
    For those who may read this. I downloaded "AdbeRdr1013_en_US.dmg" from the link below:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5363/.
    Have a nice day.
    Julio

  • Firefox RC does not allow me to use the zoom in and zoom out function on Apple Touchpad

    A couple of weeks ago, I tried out Firefox 4 Beta version, but soon I realized that Firefox 4 Beta does not support certain functions of the multi-touch pad, of the Apple Macbook I bought in 2010. The two finger scroll works. The three finger swipe to go forward or back in the web browser also works. But what does not work, is the two finger zoom in and zoom out function.

    In the address bar type without quotation "about:config" then hit enter. Be careful about what you type. I would suggest copy/paste.
    Scroll down to
    "browser.gesture.pinch.in"
    right click and in the small window under value type without quotation "cmd_fullZoomReduce"
    Scroll down to
    browser.gesture.pinch.in.shift
    right click and in the small window under value type without quotation "cmd_fullZoomReset"
    Scroll down to
    browser.gesture.pinch.out
    right click and in the small window under value type without quotation "cmd_fullZoomEnlarge"
    Scroll down to
    browser.gesture.pinch.out.shift
    right click and in the small window under value type without quotation "cmd_fullZoomReset"

  • How to zoom in and out an image??

    like in a geospatial application, one may need to enlarge or shrink a map.
    3x!!!

    <moved from Downloading, Installing, Setting Up to Photoshop General Discussion>

  • Problem to do sweet/slow zoom-in and zoom out on picture

    Hi,
    I'm now doing a costum slide show ... i'm trying to made my picture zoom in very slowly ... but everytime picture is distord during the motion.
    Some body have and idea ? ... i'm trying to do something like that:  http://www.theglobalfund.org/html/accesstolife/en/
    But I can only do this: http://www.dev.papahost.ca/bond/
    Thanks to everybody who will help me to find my problem !

    First try making the images the actual size they will be in the Flash file before you import them if you haven't already done that.  The waviness in it gives me the impression the image is much larger than the size you show.  Then for the image in the library, right click on it and select Properties.  In the interface that opens select the option to allow smoothing.  See if that makes a difference.

Maybe you are looking for

  • Any issues with Koolance CPU-200G on 865PE NEO2 FIS2R?

    I'm thinking about getting a Koolance Exos and using the CPU-200G Block on my 865PE NEO2 FIS2R board. Has anyone had any experience, good or bad, with this set up. My problem is that I just upgraded from a 3 year old Presario that was actually very q

  • Apps Adapter API is called before Db Adapter inserting data

    Hi All, I am using a bpel process which calls db adapter to insert/update data in staging table, after this activity i am calling a Apps Adapter PLSQL API where it takes the data from staging table and performs some functionality. But the problem her

  • Having trouble with Google 2 factor authentication and Mac Calendar

    Hello!  I recently started using Google 2-factor authentication on my Google Apps (Pro) account, and have successfully configured my gmail settings in OS X Mail so that inbound/outbound work correctly.  Here's where the problem is:  OS X uses a singl

  • AR Clearing with different doc #

    Hello Experts. Please let me know how to get the different clearing doc # and Accouting Doc# For Ex : i have posted the customer Invoice using FB70 after that i have cleared using tcode F-28. When i cleared the open item clearing doc # and accouting

  • Error starting schconfig on Solaris 10 (OBIEE 10.1.3.2.1)

    We're running OBIEE 10.1.3.2.1 on Solaris 10 and receive the following error when starting schconfig: Oracle BI home directory is not defined Incomplete Oracle BI Server Suite configuration Error: Incomplete Oracle BI Server Suite configuration Any i