Rotated Images? WHAT THE FRACK?!

I don't understand this. Whenever I take an image, and place it on the desktop (Drag/Drop, or from Safari 'Save to Desktop'), it disappears off the desktop, and a folder is created called 'Rotated Images', and it's rotated. Even if I make it rotated back the way it's supposed to be through Preview, once it's back on the desktop, it auto rotates back and goes into the newly automatically created folder..
How do I disable this feature?

Try this in another browser and see if this still happening.
Firefox http://www.mozilla.com/en-US/
Photoscene
PowerBook G4 17 inch, PowerBook G4 12 inch   Mac OS X (10.4.7)   Tiger/Panther

Similar Messages

  • Keep rotate image on the top left of my panel.

    Hi,
    Does anyone know how to rotate an image but keep the image to the left upper corner of the panel? I am using affineTransform to perform rotation.
    Thanks.

    What's the problem exactly, does the image move from it's location? Does it not redraw properly? Please be more specific.
    Cheers.

  • Need to rotate image around the axis

    Hi, I'm using this ti rotate the image, it works but I need to rotate the image around the center of the image, center axis.
    I don't understad what is the meaning of values 50 and 60, and what I need to write instead?
    public void paintComponent_new(Graphics g){
    super.paintComponent(g);
    Graphics2D g2 = (Graphics2D)g;
    g2.rotate (Math.toRadians(angle),60,60);
    g2.drawImage(pre.getImage(), 50, 50, this);
    g2.dispose();
    }

    Using that method, the rotation occurs around the point (x,y). The rotation is a measure of theta radians. One radian translates to 180/PI degrees; thus, there are 2*PI radians in 360 degrees.
    So if, for example, you wanted to rotate round the point (40,40) exactly 90 degrees, you could use
    Graphics2D g2d = ...;
    g2d.rotate(Math.PI/2, 40, 40);Note that this rotation is a translation of the view, not a translation of any contents. That means that anything drawn to the Graphics2D object will appear as if rotated in that fashion. Therefore, if you draw an image onto that Graphics2D object after calling rotate in that fashion, the image will be rotated as well.

  • How do i rotate images in the Book feature?

    I run Aperture 3.4.4 and want to know if i can rotate images when designing a book.  I looked through the archives and there are several notes that say if i mouseover the upper left corner of a selected image in Edit Layout mode i will get crosshairs.   This does not happen in my version.  Any suggestions?

    You could try to change the "angle" in the "Edit Layout" view in the Size & Position options.
    To show the "Size&Position" layout options use the cogwheel below the Pages browser.
    Regards
    Léonie

  • Sub Folder auto-creation in N82 images, whats the ...

    So I get a folder 200810 for October 08, but within it I get folders 200810A0,200810A1,200810A2,200810A3, etc.
    Anybody able to tell me why I get these folders, and/or what their formation is based on. It's not based on the numbers of fotos, so is it based on mega pixel total,.
    They seem like an unnecessary hurdle in navigating images, anyway to stop them coming into being, or what use are they?
    Thanks
    PC:Win7 SP1 64Bit,Nokia Suite: v.3.6.36
    Phones:
    808:059M934 - SWv.:113.010.1507
    N8 :059C5Q8 - SW v. 111.040.1511

    The multicolumn Finder can confuse some Windows people, because it only sorts one way. Also the New Folder shortcut is not what you expect it to be. In Mac OS 9, it was simply command-N. It is now command-shift-N in Mac OS X. So you have to select the folder you want to create the folder inside of, make sure the rightmost column shows the contents of that folder you want to create the folder in, and then select command-shift-N, or new folder from the File menu. If in list or icon view, only the active folder is where you will store the new folder when you command-shift-N. The Title of the window in List or Icon view indicates where a new folder will be stored. Only multicolumn Finder gives you more control in the same window where you create a new folder.

  • Using Javascript to rotate images with the style.backgroundImage property & I leave the onload pg & return, the images have trouble loading.

    I'm using Javascript to rotate background images -->
    function rotateImages() {
    setInterval("startRotator()", 7000);
    var counter = 0;
    function startRotator() {
    var images = ["images/finance1.jpg","images/finance2.jpg","images/finance3.jpg","images/finance4.jpg","images/finance5.jpg","images/finance6.jpg"];
    if( counter >= images.length ) {
    counter = 0;
    var image = "url('" + images[counter] + "')";
    counter++;
    document.body.style.backgroundImage=image;
    The script is triggered by the load event when the homepage loads and the script only runs on the homepage. Everything works fine upon opening the homepage.
    If I leave the home page and return, the images will have trouble loading for about 3 to 5 cycles and I'll get white backgrounds for part of the time. The same thing happens if I enter the site from a page other than the homepage and then go to the homepage.
    I discovered, however, that if I enter the site at the homepage and then leave the homepage and return using the back button, everything runs fine. Apparently it then accesses a cached version of the homepage? Seems having two cached versions creates a conflict?
    This problem only happens with Firefox (I have ver 29.0.1). It does not happen on IE ver 11, Chrome ver 34, or Safari ver 5.1.7.
    I get the same problem with XP, Win7, and Win8 but, only on Firefox.
    Can you please fix this?

    Hey, I am trying to reproduce this here: [http://jsfiddle.net/u3TLb/]
    Mozillazine forums and the [http://webcompat.com] are more specialized in Web Compatibility, please ask there as well.

  • I have Lightroom 5. How do I rotate images in the development module?

    The heading says it all...

    Well actually, it doesn't say it all
    Do you mean rotate a few degrees to get the horizon level, or 90 degrees because the camera or software didn't properly recognize the photo was either landscape or portrait, or 180 degrees; or change from landscape to portrait without rotating 90 degrees; or what?

  • Rotating images in separate htm document (DW CS4)

    Hi all,
    A few questions:
    1. I created a rotating images htm document by using the swap image function and then changing the code a bit (found this on internet). This works just fine on my PC (LiveView) and the htm document is switching between 3 images. I have placed the document in the images folder. However, when uploaded it doesnt work:
    http://www.competenciagroup.com/images/RotatingImages.htm
    2. If i get this htm document to work on the net I would like to input the htm document with the rotating images into the heading of my main document:
    http://www.competenciagroup.com/ColombiaTravel/index.html
    (just above the menu)
    I could not though figure out how to input the htm document into the existing html document.
    Anybody have any clue on the 2 questions above?
    Thanks in advance,
    Ingvar Malde

    I know plenty of people run into the issue of not being able to see their images while in design view, but mine is the exact opposite.
    My images show up as a tiny blue question mark box in Live View... As well as when I preview it in a browser localy on my machine.
    I think I know why it might be happening but dont know how to fix it...
    When I insert an image DW codes it as such:
    <img src="/images/madintro.jpg" width="470" height="267" />
    The problem seems to lie in DW adding the "/" in front of "images"
    when I manually go in and take out the "/" the image shows magically shows up as it should.
    Why has dreamweaver suddenly defaulted to making bad code? what did I do to cause this issue? And obviously how can I change it back to work again and make the image show in my DW workspace?
    Yes, the slash is exactly the problem. That is known as a Site-root relative link.These types of link are good to use in Templates because they are always the same. They don't need to be "fixed' when you generate a page from your Template into a different folder.
    The downside of using Site-root reltive links, is that you can't access the files locally. You must get the page from a web server. One exception to that is using Preview in Browser (PIB) "Temp" files.
    Read this Tech Note about setting up a Testing Server so you can see these files in Live View and PIB:
    http://blogs.adobe.com/dreamweaver/2008/12/live_view_and_siteroot_relativ.html
    If you want to switch back to using Document relative links, then setthe Relative to: field to be "Document" in the "Browse for file" dialog (folder button next to Link field in PI). This setting is sticky, so all future link will use the same setting.
    Hope this helps,
    Randy

  • Rotating Image With Reflections

    A few years back I bought a manual for Director 6.0. In the
    back of the manual there was a demo disc showing some samples of
    other people's work. One of the samples was called Big Top. It was
    a totating logo in shinny gold, and as it rotated, you would see
    reflections of objects and light on the surface. At one Time I
    asked how it was done, and was told that an ap called RayDream
    Designer could do it. I was told that in that ap, you could draw a
    3D room, with the four walls, floor and ceiling, and when you
    placed an object in the center of the room and rotated it, you
    would end up with a rotating image with the reflection from the
    walls. I never tried it, and long ago RayDream Designer stopped
    being supported. Recently, I was told that the same thing could be
    done with Photoshop or Flash, but I have not figured out how it is
    done. What I want to do, is create a 3D image of a logo in gold,
    chrome, or somethign reflective, and have it rotate with the
    reflections as it rotates. I have seen similar thing on TV
    commercials, but I think I need a little help on figuring out how
    this is done.

    A few years back I bought a manual for Director 6.0. In the
    back of the manual there was a demo disc showing some samples of
    other people's work. One of the samples was called Big Top. It was
    a totating logo in shinny gold, and as it rotated, you would see
    reflections of objects and light on the surface. At one Time I
    asked how it was done, and was told that an ap called RayDream
    Designer could do it. I was told that in that ap, you could draw a
    3D room, with the four walls, floor and ceiling, and when you
    placed an object in the center of the room and rotated it, you
    would end up with a rotating image with the reflection from the
    walls. I never tried it, and long ago RayDream Designer stopped
    being supported. Recently, I was told that the same thing could be
    done with Photoshop or Flash, but I have not figured out how it is
    done. What I want to do, is create a 3D image of a logo in gold,
    chrome, or somethign reflective, and have it rotate with the
    reflections as it rotates. I have seen similar thing on TV
    commercials, but I think I need a little help on figuring out how
    this is done.

  • Photoshop CS3 will not auto-rotate images...

    After loading CS3 on my new MacBook Pro (3.06 Ghz Intel Core 2 Duo), Photoshop does not auto rotate images?
    The finder rotates them...Bridge rotates them...Expression Media2 rotates them.....Photoshop does not
    Obviously the camera, Nikon D2x, is set to tag vertical images for rotation. What gives? I can't find any sort of setting in PS for auto rotate.
    It worked on my old laptop and on an old EMac.

    Thanks! I appreciated the help. But I did that also.
    It is a waste of my time to have to do this after every photo shoot. Photoshop and many other programs do this automatically. There has to be a reason for it not working on my new laptop. I even uninstalled and reinstalled CS3.
    I was hoping for a solution not a work around....I guess I need to contact the Adobe support team. Do they frequent these forums or is it just us?

  • Severe memory leak in LR5 (CC release v5.0) when cropping (rotating) images

    I have a Quadcore i7 iMac with 12GB of memory.  When I start LR5, there is 8GB remaining.  With nothing else being done, as a edit some images, and especially when I am rotating images in the crop tool to level the horizon, fI sometimes get the "OSX beachball" and the memory immediately drops from 8GB to 10-20MB!!!  The disk goes crazy and LR5 and the entire machine slows to a crawl.  The only way to bring it back is to Force Quit LR5.  But this has happened with the same picture twice already and am getting ready to try #3.
    Please fix this .... this is definitely a bug as there is no reason it should eat 8GB of memory for doing an image rotate.

    There are a number of bugs that have been logged against crop/roate in Lr5. The engineering team are currently working to fix these.

  • Rotated Images

    When I download a picture to Desktop it transfers the picture to a folder called Rotated Images no matter which ISP I am using. It also happen if I drop an image /picture onto the desktop: it sits there apx 3 seconds then creates a Rotated Images folder & the picture is there rotated 90 degrees.
    I have tried deleting the folder to Trash, emptying the Trash, and Restart. Same thing happens. Although there is no Rotated Images folder on the Desktop, as soon as I drop any image on the Desktop it creates an Rotated Images folder and the picture goes in there and rotates 90 degrees. It seemed to suddenly start. I don't believe I installed any app that would cause it to happen (I hadn't installed an app at the time it started).
    I don't know if it was 'spammed' to my iMac -possibly?
    When I use Spotlight it doesn't find Rotated Images except for the newly created folder on the Desktop.
    Has anyone encountered this problem? Has anyone found a solution? It is confusing and annoying. I have to add it to iPhoto then rotate it and Revert to Original rotates back.
    The work/around is to Rotate & Save in Photoshop, then Import to iPhoto. Bummer.
    Thank you.

    I meant to ask: Has anyone encountered this problem? Has anyone found a solution? It is confusing and annoying. I have to add it to iPhoto then rotate it and Revert to Original rotates back.
    The work/around is to Rotate & Save in Photoshop, then Import to iPhoto. Bummer.
    Thank you.

  • How to make a button remain still while on top of a rotating image?

    I've tried making an interactive menu that has a rotating image in the background and some buttons on top of that background. The background itself is in a JPanel and the button is added directly on that JPanel since the Panel occupies the entire frame. Now, the problem is that the button spins along with the rotated graphics X_X. So...any ideas?
    Here's some of the code:
    class EyE extends JPanel{
    Image im;
    public int angx=0;
    MediaTracker tracker=new MediaTracker(this);
    EyE(){
    Toolkit ec=Toolkit.getDefaultToolkit();
    im=ec.getImage("Graphics\\hcr1.png");
    setPreferredSize(new Dimension (400,400));
    setBackground(Color.BLACK);
    JButton frog=new JButton("Jerry");
    this.add(frog);
    setOpaque(false);
    setVisible(true);
    public void paintComponent(Graphics ecr){
    Graphics2D g2d=(Graphics2D)ecr;
    tracker.addImage(im,1);
    try{tracker.waitForID(1);}
    catch(InterruptedException ie){}
    //code for roatating image (really didn't want to use AffineTransform)
    double cs=Math.cos(Math.toRadians(angx)),ss=Math.sin(Math.toRadians(angx));
    g2d.rotate(Math.toRadians(angx));
    double x2=(200*cs-200*ss),y2=(200*ss+200*cs);
    double m,n,d,tetcs1,tetss1,tetcs2,tetss2,ang1,ang2;
    d=(Math.sqrt(Math.pow((y2-200),2)+Math.pow((x2-200),2)));
    tetcs1=d/(400*Math.sqrt(2));
    tetss1=Math.sqrt(1-Math.pow(tetcs1,2));
    tetcs2=(160000-Math.pow(d,2))/160000;
    tetss2=Math.sqrt(1-Math.pow(tetcs2,2));
    ang2=180-2*Math.toDegrees(Math.acos(tetcs1));
    ang1=ang2+Math.toDegrees(Math.acos(tetcs1))-45;
    n=d*(Math.sin(Math.toRadians(ang1)));
    double g=Math.sin(Math.toRadians(ang1));
    m=Math.sqrt(Math.pow(d,2)-Math.pow(n,2));
    if(angx<=90)g2d.translate(m,-n);
    else if(angx<=180)g2d.translate(-m,-n);
    else if(angx<=270)g2d.translate(-n,-m);
    else if(angx<=360)g2d.translate(-n,m);
    //rotating code ends
    g2d.drawImage(im, 0,0,400,400, this);
    }

    class EyE extends JPanel {
        Image im;
        public int angx=0;
        MediaTracker tracker=new MediaTracker(this);
        EyE(){
            Toolkit ec=Toolkit.getDefaultToolkit();
            im=ec.getImage("Graphics\\hcr1.png");
            setPreferredSize(new Dimension (400,400));
            setBackground(Color.BLACK);
            setOpaque(false);
            setVisible(true);
        public void paintComponent(Graphics ecr){
            Graphics2D g2d=(Graphics2D)ecr.create();
            tracker.addImage(im,1);
            try{tracker.waitForID(1);}
            catch(InterruptedException ie){}
    //      code for roatating image (really didn't want to use AffineTransform)
            double cs=Math.cos(Math.toRadians(angx)),ss=Math.sin(Math.toRadians(angx));
            g2d.rotate(Math.toRadians(angx));
            double y2=(200*cs-200*ss),x2=(200*ss+200*cs);
            double m,n,d,tetcs1,tetss1,tetcs2,tetss2,ang1,ang2;
            d=(Math.sqrt(Math.pow((y2-200),2)+Math.pow((x2-200),2)));
            tetcs1=d/(400*Math.sqrt(2));
            tetss1=Math.sqrt(1-Math.pow(tetcs1,2));
            tetcs2=(160000-Math.pow(d,2))/160000;
            tetss2=Math.sqrt(1-Math.pow(tetcs2,2));
            ang2=180-2*Math.toDegrees(Math.acos(tetcs1));
            ang1=ang2+Math.toDegrees(Math.acos(tetcs1))-45;
            n=d*(Math.sin(Math.toRadians(ang1)));
            double g=Math.sin(Math.toRadians(ang1));
            m=Math.sqrt(Math.pow(d,2)-Math.pow(n,2));
            if(angx<=90)g2d.translate(m,-n);
            else if(angx<=180)g2d.translate(-m,-n);
            else if(angx<=270)g2d.translate(-n,-m);
            else if(angx<=360)g2d.translate(-n,m);
    //      rotating code ends
            g2d.drawImage(im, 0,0,400,400, this);
            g2d.dispose();
            super.paintComponent(ecr);
    }

  • What's the RIGHT way to draw an image in the upper left corner?

    I have an NSView in a ScrollView and I'm trying to draw an image in it. The problem is that I want the upper left corner of the image locked to the upper left corner of the frame, instead of the lower left corner, which is what the View wants me to do. I will need to be able to zoom in and out, and rotate.
    currently, I have a kludge of a system where I calculate how much I have to translate my image based on the size of the image and the size of the window. In order to do this, I needed to create an extra view outside the scrollview, so that I could get the size of the window, not including decorations. Then I can calculate the size of the view based on the size of the image and the size of the window, and based on THAT, I can figure out where to translate the image to.
    My only other thought was to use the isFlipped: method, but that ends up reversing my image L-R which is bad.
    Is there another way I should be doing this?
    thanks.

    Ah, the problem is that the content view includes the control panel, and while I'm sure I can get access to the control panel, and find out it's size, and then calculate everything off that, it becomes messy, and my way is easier, and no more messy.
    And I never said this was HARD. I have already DONE it. It's just ugly, and I'm wondering if there is a better way to do it. Translating between coordinate systems is normal, but changing lower left to upper left origin is an artifact of the Mac's history with PDF and PS.
    If the way I'm doing it is the accepted normal way, then fine, just tell me that.

  • LR rotates images as they were at the upload

    Hi everybody
    I went back to a folder I haven't been looking for about 3-4 months. After I located the folder from the external disk all the images opened,  with my surprise, without the rotation I have set at the time so I had to to do it all again. Usually LR should retain the settings you apply to images, with no time limitation. So what happened in this case?
    p.s. it's even worse: LR is opening the images, in Grid View, initially with the rotation I set after the first opening but as I scroll down, always in Grid View, the images showed in the screen are rotated back as they were at the upload.
    Then I scroll down a bit more, images that were out of view are showed with the correct rotation and after a while they start rotating as they were at upload .....what the hell is going on???

    I think the key is when you said you have not viewed these pictures in 3-4 months. Therefore LR deleted its previews and the effect you are seeing is LR re-making them. If it does not have a preview in its cache it tries to be quick by showing you the JPG preview in the image file. That's as the camera recorded it. The it makes a preview from the image data, and finally applies the editing steps either from the catalog or the XMP information in the file.
    So if you give LR the time to do all that it should give you the pictures as you last had them in LR.
    I just went back to some pictures from February in my catalog and LR did recall the image orientations.
    BUT - I am also confused. I did a test and rotated a picture in LR. That rotation did not appear in the History panel. That surprised me, because LR does remember any rotations applied. I don't know where.
    Another factor may be that many cameras record the orientation in the EXIF. Thus my Canon DSLR rotates images correctly on the LCD display whereas my Nikon Coolpix P6000 does not. This could be part of your issue:- the camera's notion of orientation vs. LR's.
    So this is only a partial answer but I hope it helps.

Maybe you are looking for

  • File upload problem - BAPI_DOCUMENT_CREATE2

    Hi All, I am trying to upload a new document using the below code, but no is generated, but file is missing REPORT  ZSBN_DMS_T1 DATA: LS_DOC    LIKE BAPI_DOC_DRAW2,            LS_RETURN LIKE BAPIRET2. DATA: LF_DOCTYPE    LIKE BAPI_DOC_DRAW2-DOCUMENTT

  • External hard drive & iphoto question

    My hard drive was getting full, so I copied my iphoto library to an external hard drive.  My question is when I add new photos to my computer, if I want to copy them to my external hard drive, do I just plug it in again and copy iphoto library? It wo

  • Dynamic structure field change

    hi, i am having  one structure. structure having 20 columns. Each columns have 30 entries.. now i want to fill the first column of 30 entries.. after filled the first column dynamilly goes to second column.. column names like col1 col2 col3 like this

  • Changing Tab colors in a flash form

    I am trying to change the tab color inside a form... I can change the highlighted color but I can't change the ones that are not selected... I have tried using fillColors:##343434, ##FFFFFF and It works for the selected tab, but the others tab have t

  • Hidding the Url in JSP

    Hi, I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet Url and params?