How to clone one part of an image into another

Is it possible in Aperture to clone one part of an image into another or as in windows fuse the photos together?
Thanks

This points directly to the difference between a digital image conversion and development program, and a graphics program.
Development programs' tools adjust the color and luminance information in each pixel.  They do not (mostly) add any information to the pixels or to the image.
Graphics programs are built around adding information to images (or blank canvases).  Rectangles, circles, text, other images -- these are all graphics elements which are combined to make a new image.
Aperture is the former (and also a superb digital asset manager).
The generalized workflow is this:
Capture information using a digital camera
Optimize that information (make the picture as good as possible) using an image development program
Combine pictures and graphics elements to make new graphics using a graphics program
There are many excellent graphics programs.  Photoshop is the best known and most used.

Similar Messages

  • Is it possible to clone one part of an image into another in iphoto?

    Since it is not possible in Aperture to clone one part of an image into another photo is it possible in iphoto?

    No.  You will need to use an image editor that can handle layers.
    Some Image Editors that support  layers:
    Photoshop Elements 9 for Mac - $79
    GraphicConverter - $45
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50 Pixelmator - $60 
    Seashore - Free
    Portraits and Prints - Free
    GIMP for Mac - Free
    Of those I believe you get the most bang for the buck with PSE 9.  The following are some of the advanced editing you can do with it:
    Click to view full size
    Click to view full size
    Additional possible candidates for editors can be found by searching for "edit" at MacUpdate.com.
    OT

  • JTextPane: Insert one (part of) a Document into another

    Hi,
    I am writing a small programm which user a JTextPane and a
    StyledDocument with
    an RTFEditorKit.
    Now I have the problem that I want to get one Document, transport it
    over
    a network and insert it into another Document.
    The only method in Document to insert sth needs a string but I have a
    Document.
    So my question is: How can I insert one Document into another or at
    least append
    one Document to another?
    Thanks
    Frank

    Hi, it is much more simpler than i thaught.
    use the getLength method of the Document-Interface.
    e.g.:
                    InputStream in1; // Streams of your Files
         InputStream in2; // Streams of your Files
         RTFEditorKit rtf = new RTFEditorKit();
         Document doc = rtf.createDefaultDocument();
         try{
             rtf.read(in1, doc,0);
             int x = doc.getLength();
             rtf.read(in2,doc,x);
         }catch(BadLocationException ble){
         }catch(IOException ioe){
         }use this value in the read-method as pos and your second doc is concated to the first.
    Or any other pos you like.
    Hope this is what you are lokking for.
    Greetings Michael
    read
    public void read(InputStream in,
                     Document doc,
                     int pos)
              throws IOException,
                     BadLocationException
        Insert content from the given stream which is expected to be in a format appropriate for this
        kind of content handler.
        Overrides:
           read in class DefaultEditorKit
        Parameters:
           in - The stream to read from
           doc - The destination for the insertion.
           pos - The location in the document to place the content.
        Throws:
           IOException - on any I/O error
           BadLocationException - if pos represents an invalid location within the document.

  • How to clone one mac mini and restore on another

    Hi,
    I have 2 mac mini's. Both are version OSX 10.6.8.
    Is it possible to backup one Mac Mini and fully restore on the other so it is an exact clone? So software, files, user accounts, settings etc. would all need to be backed up and restored from the source machine to the target machine
    Cheers

    See:
    http://nyacomputing.com/how-to-create-a-bootable-clone-of-your-mac-hard-drive/
    You can use Disk Utility if you boot into recovery as described in the article
    If you want to cone one Mini to the other, Boot the source Mini in recovery and the other one in Target Disk mode and connect the two via firewire

  • I just upgraded to LR4, how do I get all my LR2 images into LR4?

    I just upgraded to LR4, how do I get all my LR2 images into LR4?

    Images are not "in" Lightroom. Image files are on the hard drive, and the Lightroom edits are in the catalog.
    Lr creates a link between the catalog and the image files on the hard drive.
    So, there is no need to bring images from one version of Lr to the other.
    When you install Lr4 it will find your existing catalog and update it (in fact it updates a copy of the catalog); Lr4 will then "know" where your images are because their location is recorded in the catalog.
    It is the unfortunate choice of the word "import" that creates the impression that images are in Lr like eggs in a basket. Nope!

  • __Can I merge one large Bitmap image into another?

    __Can I merge one large Bitmap image into another?
    I have 2 very large hi-res Bitmaps that I want to merge together into 1 file without converting to grayscale or anything. The problem is the second Bitmap is like a 'patch' and I want to insert it into the other like a puzzle piece, while maintaining corect registration (the bitmaps combine to a 4 colour seperation).
    Thanks in advance!

    1bit Bitmap offers no layer capabilities so going through grayscale seems advisable. (Edit: Naturally one should at the end of the combination process convert to bitmap again.)
    Other than that you could after pasting remove parts of the pasted content with the selection tools (setting them to subtract with alt).

  • I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?

    I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?
    Any and all advice is welcome.

    Do you have different versions of the graphic novel pages, or is there just one version of the page? If there is one version, can you crop into the page without losing anything important?
    I would guess that there is one version, and that cropping into the page will lose something important. If that's the case, here's how I would handle it:
    Make a stage that is 14:9. The size doesn't matter, but 1400x900 could be a good starting point.
    Put down a background texture that fits well with the look of the other images. Make that fill the 1400x900 stage.
    Place your page graphics so that they are within the center 1200x788 area of the stage.
    Set the stage scalemode to "noBorder".
    You now have a layout that will work on all devices, as narrow as iPad, and as wide as iPhone 5. All without any code. On the widest devices you'll see a bit of your background pattern to the left and right of the page graphic. On the narrowest devices you'll see a bit of background pattern above and below the page graphic. But you won't lose sight of anything important.

  • How to insert a pdf or jpeg image into a blob column of a table

    How to insert a pdf or jpeg image into a blob column of a table

    Hi,
    Try This
    Loading an image into a BLOB column and displaying it via OAS
    The steps are as follows:
    Step 1.
    Create a table to store the blobs:
    create table blobs
    ( id varchar2(255),
    blob_col blob
    Step 2.
    Create a logical directory in the database to the physical file system:
    create or replace directory MY_FILES as 'c:\images';
    Step 3.
    Create a procedure to load the blobs from the file system using the logical
    directory. The gif "aria.gif" must exist in c:\images.
    create or replace procedure insert_img as
    f_lob bfile;
    b_lob blob;
    begin
    insert into blobs values ( 'MyGif', empty_blob() )
    return blob_col into b_lob;
    f_lob := bfilename( 'MY_FILES', 'aria.gif' );
    dbms_lob.fileopen(f_lob, dbms_lob.file_readonly);
    dbms_lob.loadfromfile( b_lob, f_lob, dbms_lob.getlength(f_lob) );
    dbms_lob.fileclose(f_lob);
    commit;
    end;
    Step 4.
    Create a procedure that is called via Oracle Application Server to display the
    image.
    create or replace procedure get_img as
    vblob blob;
    buffer raw(32000);
    buffer_size integer := 32000;
    offset integer := 1;
    length number;
    begin
    owa_util.mime_header('image/gif');
    select blob_col into vblob from blobs where id = 'MyGif';
    length := dbms_lob.getlength(vblob);
    while offset < length loop
    dbms_lob.read(vblob, buffer_size, offset, buffer);
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    offset := offset + buffer_size;
    end loop;
    exception
    when others then
    htp.p(sqlerrm);
    end;
    Step 5.
    Use the PL/SQL cartridge to call the get_img procedure
    OR
    Create that procedure as a function and invoke it within your PL/SQL code to
    place the images appropriately on your HTML page via the PL/SQL toolkit.
    from a html form
    1. Create an HTML form where the image field will be <input type="file">. You also
    need the file MIME type .
    2. Create a procedure receiving the form parameters. The file field will be a Varchar2
    parameter, because you receive the image path not the image itself.
    3. Insert the image file into table using "Create directory NAME as IMAGE_PATH" and
    then use "Insert into TABLE (consecutive, BLOB_OBJECT, MIME_OBJECT) values (sequence.nextval,
    EMPTY_BLOB(), 'GIF' or 'JPEG') returning BLOB_OBJECT, consecutive into variable_blob,
    variable_consecutive.
    4. Load the file into table using:
    dbms_lob.loadfromfile(variable_blob, variable_file_name, dbms_lob.getlength(variable_file_name));
    dbms_lob.fileclose(variable_file_name);
    commit.
    Regards,
    Simma........

  • How can I save a region of an image into another image?

    How can I save a region of an image into another image? Should I use JAI?
    Java2d? Is there an example?
    Thank you.

    Here is what I try, but I find out I just get a black square for my output image, can you please tell me what am I missing?
              ImageIcon file=new ImageIcon("images/clouds.jpg"); // You can't open bmp files
                   // width, height looks correct:
                   System.out.println (" width" + file.getIconWidth());
                   System.out.println (" height" + file.getIconHeight());
                   BufferedImage bi = new BufferedImage(file.getIconWidth(), file.getIconHeight(),
                   BufferedImage.TYPE_INT_RGB);
                   int x = 0;
                   int y = 0;
                   BufferedImage subimage = bi.getSubimage(x, y, 40, 40);
                   File outputFile = new File("newimage.png");
                   ImageIO.write(subimage, "png", outputFile);

  • How can I copy pictures from google images into MS word for iMac

    how can I copy pictures from google images into MS word for iMac.
    How can I copy pictures from iphoto to MS word for iMac.

    As MS Word is not an Apple product, you may do better posting in the MS forums:
    Office for Mac forums
    Most people find them very helpful

  • How do i convert my scanned jpg images into word

    How do i convert my scanned jpg images into word

    No, Acrobat Pro is expensive
    95% of all the professional scanned in books are in PDF, the entire structure and countless years of work have gone into Acrobat being not just the "best" standard for scanned books, but really the ONLY standard for them.
    Yes, many many little programs can convert to PDF after you have them in a file, or even from Safari you can "print as PDF" or "save as PDF"
    however it just saves them as PDF, and you can use Acrobat READER for free,....
    but Reader is just that, a reader, you cannot do pro editing, scale down the file size etc etc, signatures, portfolios etc.
    Ive got a 42 Terabyte collection of PDF books,.....Ive spent too much time staring at PDF books   LoL.

  • Clone my exacting oracle apps 11i into another box

    Hi,
    I want to clone my exacting oracle apps 11i into another box.
    Bellow, I am describing current setup:
    OS: Solaris 9
    Application Version: 11.5.7
    Database version: 8.1.7
    Single Node Installation on Sun Cluster (Active / Passive Mode)
    Node 1 Host name: orafin1 (10.1.1.33)
    Node 2 Host Name: orafin2 (10.1.1.34)
    Virtual Host Name: orafin (10.1.1.35)
    Now we want to clone exiting apps on another sun box on bellow setup:
    OS: Solaris 10 (64 Bit)
    Stand Alone cloning with out Sun Cluster.
    Please suggest me , solution about above scenarios.
    Thanks
    Anup

    Dear All,
    One of my previous apps dba suggested me how to do manuall cloning, I have 11.5.10.2 but it is upgraded from 11.5.9, though it is autoconfig enabled but rapid clone has errors and I dont want to touch the Source Production system, my steps will be like this , please correct me if I am wrong.
    1. Copy dbTier - rdbms home to target system
    if (hot backup use rman backup)
    2. copy appsTier to Target system
    On Target System.
    3. set ORACLE_SID, ORACLE_HOME
    run rman target /
    restore controlfile
    mount the database and restore database and recover.
    alter database open resetlogs
    alter tablespace temp add datafile
    shutdown immediate;
    startup.
    4. connect apps/apps
    exec fnd_conc_clone.setup_clean;
    commit;
    exit;
    5. change dbTier context file
    change the host name to Target hostname
    run autoconfig :
    cd /u2/oracle/proddb/9.2.0/appsutil/bin
    adconfig.sh contextfile=conext_file appspass=apps
    6. run autoconfig on appsTier
    cd /u2/oracle/prodappl/ad/11.5.0/bin
    adconfig.sh contextfile=context_file appspass=apps
    Mohammed Vilayath Ali

  • Sign out of one itunes account and sign into another seperate account on same macbook.  Cannot access itunes library for 2nd account

    Sign out of one itunes account and sign into another seperate itunes account on same macbook.  Cannot access itunes library for 2nd account.  How do I do this?

    iTunes account is not the same as iTunes library.
    iTunes account is what you use to purchase from iTunes.
    iTunes library is what is on your computer.
    You can have items from multiple iTunes accounts in one iTunes library.

  • I am trying to drag and drop one page of a .pdf into another .pdf in Acrobat Reader.  I used to be able to drag and drop from one .pdf to another.

    I am trying to drag and drop one page of a .pdf into another .pdf in Acrobat Reader.  I used to be able to drag and drop from one .pdf to another.

    If you could drag and drop pages before, it wasn't in Reader. You no doubt had Adobe Acrobat (Pro or Standard) which shouldn't be confused with Adobe Acrobat Reader. They recently added Acrobat to the name of Adobe Reader so the confusion about which product you had and/or have is understandable.

  • How do I insert part of one image into another in Elements 8?

    I am testing Elements 8 and would like to, for example, take an eagle from one image and insert it into another.  I've done this with other editing programs, but can't see how to do it here.  If one is to use layers, then I have another problem.  How does one open layers from more than one image in the palettes?

    MS993 wrote:
    I am testing Elements 8 and would like to, for example, take an eagle from one image and insert it into another.  I've done this with other editing programs, but can't see how to do it here.  If one is to use layers, then I have another problem.  How does one open layers from more than one image in the palettes?
    You can only view the layers of one image at a time. I believe E8's default setting is a maximized setting which allows for only one image in the workspace. If you change the setting in the menu to Cascade, you can have several images open in your workspace. I believe, that's under Window<Arrange.  The layer's palette will display whichever image is currently selected.
    There are several ways to do it. Here are a couple...
    Copy/Paste...
    One way is to select the eagle with a selection tool...magnetic lasso whatever...then copy the eagle into your clipboard. Edit<copy. (Shortcut = Ctrl + C on PC; Cmd + C on Mac).
    Open the second image then paste. (Shortcut = on PC Ctrl + V; on Mac Cmd + V). This will add the eagle to the current image. Use the move tool to position the eagle.
    Drag/Drop...
    Alternately, change window<Arrange in the menu bar to Cascade. This will allow you to have more than one image in your workspace.
    Open both images. Select eagle with a selection tool. Once selected, switch to the move tool. Drag eagle into second image.
    Alternately, you could also lift the eagle to it's own layer then drag it over using the move tool. Release the mouse button when you are over the second image to drop the eagle. (Shortcut to lift selected eagle from the background to it's own layer = on PC Ctrl + J; on Mac = Cmd + J.)
    Note: Both images should be the same or close to same resolution. The image that is dragged will adjust (resize) to match the background image resolution. (Low resolution images dragged into high resolution images are tiny whereas high resolution images dragged into low resolution images would be huge).

Maybe you are looking for

  • How can I change my Skype email notifications to E...

    My email notifications from Skype are received in Spanish, apparently because I live in a Spanish-speaking country (Panama).  Since I do not speak nor read Spanish, it would be greatly appreciated if these notifications could instead come in English.

  • From Windows 8 to Windows 7

    Hi! So, I have just bought a Satellite C850 and I despise Windows 8! I have the Windows 7 DVD, have downloaded all the drivers and now I wish to reformat my computer and install Windows 7 instead of 8... But, I'm not sure how to go on about doing thi

  • Partner update during IW31 Order creation

    Dear all, In one of my requirements, I am trying to create a PM Order through IW31 and not filling the Partner on the screen. The requirement is to calculate the PM Partner in the flow ( Currently calculating it in the WORKORDER_UPDATE BADI ). I need

  • Adobe Presenter on MacBook Pro?

    Is it possible to run Adobe Presenter (current version) on an Apple  MacBook Pro either directly or with one of the programs (Parallels etc) that allow Windows programs to run a MAC? If it is possible hopw has your actual experience been? My work is

  • How to disable UltrNav when external mouse connected

    Is there a way to have the UltraNav turned off automatically when an external mouse is connected? When typing it's too easy to inadvertently touch the UltrNav and if you're not watching find you're typing in a different location, so we like to turn i