I want to make just one layer smaller

I have two maps of same area (different years) and I want to match them up as one map.  I can load them both as layers and make the older map transparent so that I can see through to newer map, but older map is larger than the newer map (in the background).  I can move the transparent map but I cannot make just the transparent map smaller to fit over the other map.  I will also need to rotate the map slightly.  When I try to resize it changes both maps.  I have tried the transform and the move tool.  So how can I make one layer smaller and rotate it it leaving the other layer intact?

We went over this yesterday:
http://forums.adobe.com/thread/1184026?tstart=30
Did it not work for you?

Similar Messages

  • Two libraries, want to make just one

    I got two iPhoto Libraries in a computer, but I'd like to make a single one that would have the pictures that these two libraries have.
    The thing here is that there might be duplicate pictures (pictures that are in both libraries), and both libraries are pretty big.
    How would be the procedure?

    If you want to merge the Libraries: that is get all the pics, metadata, versions and so on then the only way to do it is use iPhoto Library Manager.
    See here for their information:
    http://www.fatcatsoftware.com/iplm/Help/merging%20libraries.html
    In their notes they speak about duplicates.
    Other than that you would need to export from one Library and import to the other - but this will not get all your versions.
    Regards
    TD

  • I want to make only one node draggable in the tree. How?

    I want to make only one node draggable in the tree. How?
    when we have only
    tree.setDragEnable(true)which makes draggable the entire nodes in the tree.
    Thanks -

    Hi Andrea
    Just to clarify things up: is this what you want?
    package treeDnD;
    * DragJustOneNode.java
    import java.awt.*;
    import java.awt.datatransfer.*;
    import java.awt.dnd.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    public class DragJustOneNode extends JFrame {
        private JTree tree;
        private DefaultTreeModel model;
        private DefaultMutableTreeNode root;
        public DragJustOneNode() {
            super("Only child 1 is draggable!");
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            setSize(400,300);
            setLocationRelativeTo(null);
            tree = new JTree();
            tree.setDragEnabled(true);
            getContentPane().add(new JScrollPane(tree), BorderLayout.CENTER);
            tree.setTransferHandler(new TreeTransferHandler());
            root = new DefaultMutableTreeNode(new NodeData(0, "root"));
            root.add(new DefaultMutableTreeNode(new NodeData(1, "child 1")));
            root.add(new DefaultMutableTreeNode(new NodeData(2, "child 2")));
            root.add(new DefaultMutableTreeNode(new NodeData(3, "child 3")));
            root.add(new DefaultMutableTreeNode(new NodeData(4, "child 4")));
            model = new DefaultTreeModel(root);
            tree.setModel(model);
        public static void main(final String args[]) {new DragJustOneNode().setVisible(true);}
    class NodeData{
        private int id;
        private String data;
        public NodeData(final int id, final String data){
            this.id = id;
            this.data = data;
        public int getId() {return id;}
        public void setId(final int id) {this.id = id;}
        public String getData() {return data;}
        public void setData(final String data) {this.data = data;}
        public String toString() {return data;}
    class TreeTransferable implements Transferable{
        private NodeData nodeData;
        public TreeTransferable(NodeData nodeData){
            this.nodeData = nodeData;
        public DataFlavor[] getTransferDataFlavors() {
            return new DataFlavor[]{DataFlavor.stringFlavor};
        public boolean isDataFlavorSupported(DataFlavor flavor) {
            return true;
        public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
            return nodeData;
    class TreeTransferHandler extends TransferHandler{
        private DefaultMutableTreeNode sourceNode, targetNode;
        public boolean canImport(final JComponent comp, final DataFlavor[] transferFlavors) {
            NodeData nodeData = (NodeData) (sourceNode).getUserObject();
            if(nodeData.getId() == 1) return true;
            return false;
        protected Transferable createTransferable(final JComponent c) {
            JTree tree = ((JTree)c);
            sourceNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            return new TreeTransferable((NodeData) sourceNode.getUserObject());
        public int getSourceActions(final JComponent c) {return DnDConstants.ACTION_MOVE;}
        public boolean importData(final JComponent comp, final Transferable t) {
            JTree tree = ((JTree)comp);
            DefaultTreeModel model = (DefaultTreeModel)tree.getModel();
            targetNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            DefaultMutableTreeNode parent = (DefaultMutableTreeNode)targetNode.getParent();
            if(parent == null) return false;
            model.removeNodeFromParent(sourceNode);
            model.insertNodeInto(sourceNode, parent, parent.getIndex(targetNode));
            tree.setSelectionPath(new TreePath(model.getPathToRoot(sourceNode)));
            return true;
    }

  • I want to sync just one song from an album to my iphone

    I want to sync just one song from an album to my iphone

    Okay, so what is your question?

  • How can I Make just one color pop and the rest a black and white photo??

    How can I make just one color pop and the rest of the photo black and white?? I'm using iphoto...

    3rd party image editors like Photoshop Elements for Mac can do it:
    Click to play video screenshot
    Or use it to keep an object in color and the rest B/W.
    Click to view full size
    OT

  • Make only one layer of a video brighter

    Hi,
    I have few layers of videos, I am trying to make only one layer brighter.
    How can I do that?
    Thanks,

    Hmm, select the layer in the timeline, go to the effects menu, scroll down to color correction, in that menu choose brightness and contrast and adjust the brightness to your liking. It will only be applied to that layer.

  • When I got my Mac I set up an iChat account and now I want to make another one.  Does anyone know how to change it?  F

    When I got my Mac I set up an iChat account and now I want to make another one.  Does anyone know how to change it?  F

    HI,
    You can create and add another Screen Name to iChat.
    From iChat 4 you can have as many AIM Logins and Jabber Logins as you want.
    "AIM" in this case includes the Apple IDs (@mac.com and @me.com ending names) that also work as Valid AIM Screen Names as well as AIM registered Names.
    "Jabber Names" includes using Google Mail IDs and Facebook IDs as well as any registration with any other Jabber server.
    If you are not happy with the one you have you can delete and stop using it.
    Both Adding and Deleting are done in iChat > Preferences> Accounts.
    Highlight an Account/Name and then the minus button to delete.
    Using the Plus button show you the Add Screen.
    8:00 PM      Sunday; December 11, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HT4623 Every 10-12 minutes my I-phone 4 comes on automatically and the screen is the one where we enter password. When it does that it makes just one beep.

    I have multiple problems with my i-phone 4S.
    Every 10-12 minutes my I-phone 4 comes on automatically and the screen is the one where we enter password. When it does that it makes just one beep.
    Sometimes, it just shuts down and comes back on by itself.
    I am downloading the 6.1.3 update as I write this.

    Many thanks for responding and helping me, it is really appreciated. I have done exactly as you suggested and used your  link to run the hardware test. It advised that I do have a Hardware problem.
    The error was: 4SNS/1/40000001 : IDOR.0 .000
    I have done some searches to see if other customers have had this problem and there is a lot out there about the black screen with the macbook pro and retina display. I am not very technical, I undestand some people say to reset the PRAM but I honestly have not a clue about where to start to see if that helps but perhaps I should as I am nowhere near an Apple shop.
    It just seems odd to always revert to this old screen saver image no matter how many times I have changed it in the last 6 months it shuts down and goes back on a daily basis.
    Would you say that now I have a real error number does it mean I need to pack it up and FedEx it away to an Apple Store before it shuts down and never comes back?

  • I want to make a new layer of multiple items on multiple layers...

    Hello,
    This is probably easy, but I can't figure it out.
    I have a multi layered document and I don't want to flatten things to do this.
    Sure I can go the long route, but there has gotta be a better way that I just
    do not know about.
    I have drawn a selection with the marquee tool. But the items this selection includes are all on separate
    layers.
    Without merging them, how can I make a new layer out of this selection?
    I'm on CS4
    Thanks
    Nikki

    Stamp multiple layers or linked layers
    When you stamp multiple selected layers or linked layers, Photoshop creates a new layer containing the merged content.
    Select multiple layers.
    Press Ctrl+Alt+E (Windows) or Command+Option+E (Mac OS).
    Stamp all visible layers
    Turn visibility on for the layers you want to merge.
    Do one of the following:
    Press Shift+Ctrl+Alt+E (Windows) or Shift+Command+Option+E (Mac OS).
    Hold down Alt (Windows) or Option (Mac OS), and choose Layer > Merge Visible.
    Photoshop creates a new layer containing the merged content.

  • Cropping just one layer in CS6?

    I have multiple layers. I lock the other layers and turn them off (the "eye" is turned off).
    I attempt to crop the ONE layer that's selected. All layers are cropped.
    What am I doing wrong? I searched tutorials and didn't find this issue,
    I did go through the tutorial with the new crop functions.

    Hi Anita,
    Here is an illustrated version of what R_Kelly is recommending:
    In the example below I have a file with multiple layers. The top layer (hidden in this illustration) is too large and will cover up the other layers. It needs to be "cropped".  The recommended way to crop that layer would be to make a layer mask. Click here for a some great tutorials about  layers and layer masks. A quick and easy way to crop it would be to do the following steps.
    Using one of the selection tools, create a selection that represents the shape you want for your layer. In this example, I used the rectangular marquee tool. Be sure you've targeted the correct layer when you make the selection.
    Once the selection is made, choose Select > Inverse. This will select all the pixels outside of the original selection.
    To remove the unwanted pixels, choose Edit > Clear. The layers below your newly cropped layer should be visible now.
    I hope this helps,
    Luanne

  • I want to email just one track from a song

    Hello! I work with a composer. He sends me the music, I put it into Garageband and create the melody and voice(s). Now I want to send just the voices back to him. I have tried muting all the other tracks so he just hears the voices - but does that mean that I am sending a large file each time? ... plus he has to listen to a couple of minutes of 'nothing' as that is where the intro to the song would have been. I have tried copying and pasting the track and then opening a new project and sending it that way but is there an easier way? I don't really want to have all different versions of the same song on my system. (one for each additional voice). Plus, when I hear something I want to change I then have to go back to the original, change that and then re-copy the voice only track.... I hope I am explaining myself properly. Thank you for any help.

    Now I want to send just the voices back to him
    solo the vox track and export it.
    plus he has to listen to a couple of minutes of 'nothing' as that is where the intro to the song would have been.
    export the exact section you want:
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportsections
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Make just one row of data be a percentage

    Any idea on how i can have just one account in my EVDRE report show up as percentages? Thanks.

    Hi,
    You can use the advanced formatting options.
    You can have the criteria as ACCOUNT.ID=mention the ID for which you want the format as percentage.
    Under the format, you can right click the cell and maintain the desired formatting.
    In the formatoption, please refer to this range.
    Please take a look at the below link from help.sap for more information on this:
    http://help.sap.com/saphelp_bpc75/helpdata/en/87/2e5940a305405f957eb987daf30d5b/content.htm
    Hope this helps.

  • How to report stolen iPhone ? I want to make no one can use my stolen phone again.

    My iPhone was stole and I made new iPhone with same number yesterday. I want no one can use my stolen iPhone again. I have serial number of my stolen iPhone. Can I report my stolen iPhone and make no one can't use it?

    adnan02.ch wrote:
    ya on a nother ios device download find my iphone and press remote wipe
    While this can be done (and can also be done from iCloud.com) it can only be done if "Find My iPhone" was enabled on the device prior to it being lost.

  • I have a nano, 2 ipods, ipad, and ipad2. I want to have just one account and one itunes. I would like to combine all of them and not have to have all different accounts, is there a way to do this. I

    I would like to have just one itunes account. Is there anyway to do that? Right now I have too many accounts and all on different computers. I would like to combine them and just have one place for all my music, books, movies and games. I would need a step by step easy to understand method. Help!!! One Library to rule them all. Lol

    I see what your problem is. You are physically connected the devices. It would be better if the information was in iCloud. Then they all would sync instantly.

  • HT204053 I have 2 Apple ID's one billing account. I wanted to keep just one Apple ID and transfer my music and account into just ONE. How can I do that?

    This device is old. No color...really. iPod 20GB HP Click wheel. Need to have just 1 account instead of 2 apple id's with just one billing account. 

    Welcome to the Apple Community.
    Unfortunately, you cannot transfer data from one account to another or merge accounts.

Maybe you are looking for

  • How do I transfer files/folders to an external hard drive without "dragging and dropping"?

    Hi, I'm having a lot of trouble trying to transfer folders of pictures and individual pictures to my external hard drive (which God forbid isn't an Apple product). I attempted to drag and drop, which usually works. I have also attempted to find an op

  • Business packages, Business Functions and Business Components

    Dear All, I am new to ESS/MSS. We are going to implement the following applications. (Company is Indian based). Version : EHP6 and Portal 7.3 1. Employee Search 2. Personal Information 2. Working Time 3. Benefits and Payments (Reimbursements, Salary

  • How to build a cluster array dynamically from another cluster array?

    I'm working on a problem where I seem to be getting lost in a sea of possibilities, none of which strikes me as optimum. Here's what I need to do. I've got an input array of clusters (ARR1). Each cluster contains the following components: an integer

  • Conversion Agent Serializer

    Hi All, I am doing an IDOC to EDI File scenario, and EDI Conversion using Conversion agent. I have designed the Serializer from the standard library in Conversion agent studio. I need to to add the Line wrap for the output EDI file. How can i do this

  • Compaq 6510b factory restore

    Hi I'm trying to factory restore my HP Compaq 6510b with Vista. I've not got a recovery disc & laptop didn't come with 1 either. F11 option doesn't work however F8 allows me to access the Advanced Boot Options however there is no repair your computer