How to remove an object on elements 12

how to remove an object or person from photo on elements 12

Use the quick selection tool to outline the person and then press Ctrl+J to extract the selection on to a new layer.
You can then delete the background layer or turn off the eye symbol and add a new background image as required.
See my tutorial at this thread:
Re: How can i save an extracted image to be able to edit it

Similar Messages

  • How to remove the Object from memory.

    Hello.
    Flash file that i made with Flex Builder uses memory too
    much.
    Look at the next example source code.
    var testCan:Canvas = new Canvas();
    this.addChild(testCan);
    this.removeChild(testCan);
    testCan = null;
    but just memory usage still goes up, is not freed instantly.
    so if i load the large flash files on my web browser,
    after 5 munites or something, the web browser is down.
    How to remove the object from memory immediately without
    delay?

    It's all about the Garbage Collector ..
    There is a nice write up here :
    http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html

  • How to remove unused objects from the webcatalog In OBIEE11g

    Hi,
    I want to delete unused objects from obiee11g catalog, i know in obiee10g it's working fine (i.e: we can do it via manage catalog then delete the unused objects) is there any way to do it automatically like RPD utility --->removing unused objects from Physical layer in RPD
    fyi: I don't want to delete manualy. i need somethink like button/link to find unused objects(report,filter,folder..etc) from my obiee11g catalog.
    Thanks
    Deva
    Edited by: Devarasu on Nov 29, 2011 12:06 PM
    Edited by: Devarasu on Nov 29, 2011 3:15 PM

    Hi,
    Checked with Oracle Support team and confirmed below points
    --> incorporated into the Current product and consider as BUG it may resolve future release
    --> Currently there isnt any automatic method to remove the unused objects like reports, filters,folder etc from catalog.
    Treated as Bug
    Bug 13440888 - AUTOMATICALLY REMOVE OF UNUSED CATALOG OBJECTS FROM WEBCATALOG
    FYI:
    SR 3-4984291131: How to remove unused objects from the webcatalog in obiee11g
    Thanks
    Deva

  • How to remove an object from session with JSF 2.0 + Faceletes

    hi all,
    I have a facelets page which calls a backing bean of session scope. Now when ever i click on this page i want the existing bean object to be removed from the session . In my existing jsp i have a logic something like this to remove the object from session
         <% if (request.getParameter("newid") != null) {
              request.getSession().removeAttribute("manageuserscontroller");
    %>
    Now i have to refactor my jsp to use facelets and i should not be using scriplets anymore . I did try with JSTL but the <c:remove> tag is not supported by facelets.
    Can someone help me how can i refactor this code to work for my facelets?
    I really appreciate your help in advance
    Thank you

    r035198x wrote:
    Redesign things so that the remove is done in a backing bean method rather than in a view page.Exactly that. I tend to cleanup session variables at the start and at the end of a page flow; generally the end is some sort of save or cancel action being invoked through a button but that is application specific.

  • How to remove only the last element of spreadsheet string

    I use path to string option to store image path into database and while retrieving the string is again converted into path but it gives out an error as the output of array to spreadsheet string gives out a tab at the end which is unable for the IMAQ read file to recognise.but when i use the path of the image directly into IMAQ readfile the image is opened . so how to remove the tab only at the end of output of the spreadsheet string(whose length can vary)? I have also attached my program with this.
    Attachments:
    retrieve_images_from_DB.vi ‏65 KB
    file_path_to_db_(images).vi ‏40 KB
    create_table_for_images.vi ‏45 KB

    indhu wrote:
    > Thanks for your reply!
    > But my problem is to remove only the last element(which is a tab or an
    > alphabet) from a spreadsheet string of any length.
    If you just want to remove the last character of a string just use the
    String Size function reduce the result by one and wire it together with
    the string to the Split String function.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to remove an selection screen element at the event

    hi,
    can any one tell me how to remove / Disable an selection screen element at the runtime after an event occurs like selection of Value from a parameter.
    Thanks and Regards
    Guhapriyan Subrahmanyam

    TABLES : BKPF.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : P_BUKRS LIKE BKPF-BUKRS OBLIGATORY.
    "Company code
    SELECT-OPTIONS : S_BELNR FOR BKPF-BELNR MODIF ID M01.
    "Accounting Doc No
    PARAMETERS: P_GJAHR LIKE BKPF-GJAHR MODIF ID M02.
    "Fiscal year
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON S_BELNR.
    IF S_BELNR IS NOT INITIAL.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'M02' .
    SCREEN-INVISIBLE = '1'.
    MODIFY SCREEN .
    ENDIF.
    ENDLOOP.
    ENDIF.

  • How to remove an object lock from database in VMM?

    This seems to be a recurring issue for others as well, but the root cause might be different for each
    I am in a situation where I can't add additional disks to a VM because of running intoError (2602) "Unable to perform the job because one or more of the selected objects are locked by another job" - however, other VMs on
    the cluster are not locked and there are no other jobs running against the VM where I need to add the disks.
    Looks like a quirk in the VMM database to me - maybe an "orphaned lock"?  Would love to know how to remove this or how to handle this issue, as the recommended action in VMM doesn't really help much at all (To find out which
    job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.)  
    Why doesn't VMM at least say which job is locking the object? 

    This post is older than 30 days or we have not heard back from you. 
    Did this issue get resolved?  If so, please share with community how you resolved. 
    Otherwise, re-activate post if you still require assistance.
    o   
    Also, if you feel this is just a bug in SCVMM I recommend submitting bugs or recommendations to our connect site.  Connect offers the ability
    to have the product team directly evaluate a bug, design, or feature request.  Here is the link:
    https://connect.microsoft.com/site960
    Carmen M. Summers (MSFT) --Posting is provided "AS IS" with no warranties, and confers no rights.

  • How to remove an object from Buffer Cache

    Hi,
    I have a simple question. How can I remove an object from the Buffer Cache in Oracle 10gR2 ?
    I am doing some tuning tasks in a shared development database, so I can't do "alter system flush shared_pool" because it will affect other people who are running their queries. So I want to remove from Buffer Cache only the objects that I know that I am the only reader. I can see the objects that I want to be removed by querying the V$BH view.
    By the way, I did some "alter system flush shared_pool" and my objects were not removed from the Buffer Cache, and they are not in the "Keep".
    Thanks In Advance,
    Christiano

    Further more, you can use CACHE | NOCACHE on table level to indicate how you want Oracle handle the data blocks of said table.
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2215507
    CACHE | NOCACHE | CACHE READS
    Use the CACHE clauses to indicate how Oracle Database should store blocks in the buffer cache. If you specify neither CACHE nor NOCACHE, then:
    In a CREATE TABLE statement, NOCACHE is the default
    In an ALTER TABLE statement, the existing value is not changed.
    CACHE For data that is accessed frequently, this clause indicates that the blocks retrieved for this table are placed at the most recently used end of the least recently used (LRU) list in the buffer cache when a full table scan is performed. This attribute is useful for small lookup tables.
    As a parameter in the LOB_storage_clause, CACHE specifies that the database places LOB data values in the buffer cache for faster access.
    Restriction on CACHE You cannot specify CACHE for an index-organized table. However, index-organized tables implicitly provide CACHE behavior.
    NOCACHE For data that is not accessed frequently, this clause indicates that the blocks retrieved for this table are placed at the least recently used end of the LRU list in the buffer cache when a full table scan is performed. NOCACHE is the default for LOB storage.
    As a parameter in the LOB_storage_clause, NOCACHE specifies that the LOB value either is not brought into the buffer cache or is brought into the buffer cache and placed at the least recently used end of the LRU list. The latter is the default behavior.
    Restriction on NOCACHE You cannot specify NOCACHE for an index-organized table.
    CACHE READS CACHE READS applies only to LOB storage. It specifies that LOB values are brought into the buffer cache only during read operations but not during write operations.

  • How to remove Collected objects in BI system?

    Hi all,
    I am a new user of SAP BI, from the above steps I came to know how to activate remotely the Data sources. My concern is, accidently I have collected the Infoobjects from PHD source system, the system prompted me to check my authoriztion, I chose don't check. I didn't had a clear idea about how this works, the system started creating D versions of selected Infoobjects. I dont want to INSTALL those Infoobjects in BI content. I havn't done INSTALL step.
    Can someone guide me on how to remove those selected infoobjects completely from BI content ? Incase if its not possible to remove, if those objects are left as it is... what kind of problem it might cause further?
    Thanks
    Jeeth

    Hi
    If you ahve not installed these, you can simply remove these collection by draging the objects to the left hand side panel.
    Cheers
    Chanda

  • How to remove namespace from root-element

    Hi Gurus,
    I want one xml output from xslt transformation with no namespace. I managed to remove namespace from child elements by leveraging elementFormDefault ='unqualified' property of xsd. But not able remove namespace from root-element.
    Output that I want is :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <inp1:Email_Mod_Root>
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
              <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    Output that I am getting:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <inp1:Email_Mod_Root xmlns:inp1="http://www.example.org">
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
             <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    Anyone, pls suggest.
    Thanks in advance,
    SG_SOA

    First of all :
    <inp1:Email_Mod_Root>
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
              <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    isn't valid xml (you start with inp1: prefix and you end the tag with no prefix, but let's assume you don't want any prefix/namespace at all)
    if i use :
    [code]
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:inp1="http://www.example.org" exclude-result-prefixes="inp1">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="*">
        <xsl:element name="{local-name(.)}">
          <xsl:apply-templates select="@* | node()"/>
        </xsl:element>
      </xsl:template>
      <xsl:template match="@*">
        <xsl:attribute name="{local-name(.)}">
          <xsl:value-of select="."/>
        </xsl:attribute>
      </xsl:template>
    </xsl:stylesheet>
    [/code]
    i get this
    [code]
    <Email_Root_Element>
      <Email_Record>
      <EMPLID>EMPLID46</EMPLID>
      <EMAIL>EMAIL48</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE49</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
      <Email_Record>
      <EMPLID>EMPLID47</EMPLID>
      <EMAIL>EMAIL49</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE50</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
      <Email_Record>
      <EMPLID>EMPLID48</EMPLID>
      <EMAIL>EMAIL49</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE51</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
    </Email_Root_Element>
    [/code]

  • I want to purchase Apature, but In the advertising blurb I dont see how to remove unwanted objects from a photo. I know it can be done in Adobe Elements, but I would rather Apature.

    I want to purchase Apature, but in the advertising blurb I dont see hoe to remove unwanted oblectsfrom a photo. I know it can be done in Adobe but I would rather have Apature.

    What DiploStrat said.
    To expand a little bit:  Aperture allows you to assign a graphics program (such as PSE) as an "external editor".  In general, you use Aperture to organize your photos, to develop them (make them as good as possible for each use), and to publish them (create share-able files).  Your external editor is used when you want to create a new graphics file, which is what happens in all "destructive pixel editing".
    Aperture provides tools to remove sensor spots from skies (and like operations), but for removing people and billboards you'll want a proper compositor, a/k/a a graphics program.

  • How to remove an object/person from a photo

    I am working on some photos. I would like to keep the background image, but remove the people or an object in it. Is there a way to do that? If yes, how?
    Also could someone tell me how to add a person to a different background (than the original picture). What are the steps or ways to do that?
    Note: I have Photoshop Elements 6 for macs

    Mary,
    Actually, this was fairly easy to do.
    1. Use the Polygonal Lasso tool to roughly select the person, then use the arrow keys to move the selection to the left:
    http://www.pixentral.com/show.php?picture=1mAX25OsXTIreIjGbi6jNTCJKFAawa0
    2. Copy/Paste the selection to a new layer (Layer 1), and use the Move tool to move this to cover the person:
    http://www.pixentral.com/show.php?picture=1psigwltAR2fAPTymGYwOOrj2CHjoK0
    3. Since the right edge of the layer did not line up I had to slightly rotate the layer. You can use the Move tool to rotate but since it was a very fine adjustment I used the Free Transform and played around with the Rotate value in the toolbar. A value of -0.5 lined things up nicely, but I also had to use the arrow to nudge the layer up a bit.
    http://www.pixentral.com/show.php?picture=1XYwyI69U8zeW9NlH6qvKZE8FNV1Hq1
    As you can see in this shot the border of the new layer was noticeable:
    http://www.pixentral.com/show.php?picture=1qlLObbtSUIzi0AbDwSqDiAkvJpTmG1
    To fix this I used the Clone tool to clone adjacent areas over the seams, as you will see in the final shot.
    4. With the new layer, some of the morter between the bricks was missing and in some cases this was noticeable. Here's an example, a brick on the bottom row in the center:
    http://www.pixentral.com/show.php?picture=1iqLEmGNSqhas7RTDguwzwOHRRsBn
    I could have used the Clone tool to clone morter from elsewhere but I found it easier to use the Rectangular Marquee tool to select morter from another brick, Copy/Paste the selection to a new layer (Layer 2), and Move this layer over the missing morter.
    Here's the result at this point:
    http://www.pixentral.com/show.php?picture=1mGexOdSQzhanpw3fvDrPVa44gzXf0
    5. The clockwork was corrupted from Layer 1, so I temporarily turned off the visibility of Layer 1 and selected on the Background layer a portion of the good clockwork:
    http://www.pixentral.com/show.php?picture=1wX1ItQO89zlpBrIRydoYlAeRkBoe9
    6. Copy/Pasted this selection to a new layer (Layer 3), moved this layer to the top of the stack and used the Move and Free Transform tools to fine-tune the position. I had to use the Eraser tool to remove some of Layer 3 which covered the "R", and also used the Clone to clean up a bit more.
    Here's the final result:
    http://www.pixentral.com/show.php?picture=1wSdbCrlRalhJWQNJq67kXHaVecd0
    Hey, I took that same picture at Niagara Falls a few year ago!

  • How to remove overlap of cost element in allocation structure?

    hi experts,
    on KSES the source has double entry of cost element. those cost elements were defined under cost element group. when i checked on the Source screen the entries under the cost element group there is no double entry but when checked on Extras > Overview List i can see two entries of the cost element. how can i remove on the double entry of cost element on the source of the allocation structure?
    thanks!

    Hi,
    Go to KAH2 . enter cost element group.
    Select the cost element to be deleted , then select arrow (upwars left , 3rd button from top left) , right click and then remove.
    Regards,
    Mrinal

  • How to remove background object in new pages?

    How do I remove a background object on document issued from previous pages version?
    Before I could tick 'background object are selectable' or something like this... Now I cannot find anything comparable!

    Section Masters have static uneditable items on every page, really just watermarks.
    I take this back. It won't work in Layout mode documents but in Word Processor documents:
    1. Add a vertical rule with the Shapes tool.
    2. Add either 3 text boxes or a 3 row table
    3. Select all the above: Menu > Arrange > Section Master > Move Objects to Section Master/Make Master Objects Selectable
    4. Insert a Section Break on each page. It has to be a Section break otherwise editing the Master Objects will repeat on previous pages.
    This has been always the absolute worst part of Pages 5 and I really can't figure out how anyone at Apple thought this was good design.
    This was all resolved 30 years ago in PageMaker, Ready-Set-Go, and several other DTP Apps. Not to mention it worked very effectively in Pages '09.
    I admit the Captured Pages implementation in Pages '09 is less than obvious, but its function once set up is way faster than anything else I know.
    Peter

  • How to remove duplicate photos with Elements and Revel?

    While on vacation this year, I uploaded pictures from my camera to my iPad to Revel.  When I got home, I copied all of the pictures from my camera to my harddrive on my laptop and imported them into Elements 12.  On my laptop I store photos in subdirectories like this:  \Lisa\albums\Pictures201509.  I found duplicates of most of my photos in \Users\Owner\My Pictures\Adobe\Revel\My Catalog Old.  I would like to clean these up so I only have once copy of each photo on my harddrive.
    I have 3 questions:
    Why did this happen?
    How can I clean this up and not complete mess up my Elements and Revel catalogs?
    How can I prevent this in the future?
    thanks,
    Lisa

    The folks at www.overmacs.com/photosweeper told me that they are upgrading their product so it will work with Apple Photos.  It works now with iPhoto and Aperture.  It has many adjustments to detect same name files, and even same or similar content images.  Monitor their website for a future release.  There is a small fee for the pro version, which is well worth the price.

Maybe you are looking for

  • Black screen and no HDD action on Satellite A315-S2615

    Hi, First, let me thank everyone who gives input. This is my last hope. Background: I've had a A315-S2615 (I think, it's at home and I'm typing this at work so I'm not 100% sure of the model #) for 11 months when the problem started. I hit the power

  • Why can't I install iTunes on my Windows 7 laptop?

    So I am installing iTunes for Windows, and it's not like working....it's been stalled at some point where it says "uploading product info." My windows is Windows 7 (64 bit) IT'S NOT WORKING It says this whenever I'm installing itunes

  • A Dialog modal only to (a) specific InternalFrame

    Is this (http://www.javaworld.com/javaworld/javatips/jw-javatip89.html) really the only ( / easiest) way (in ... 1.5?) to make a ((J)OptionPane) (J)Dialog (or (J)InternalFrame, maybe later on...) "modal" only to it's (parent) (J)InternalFrame (semimo

  • How to open a single WD Component in a popup window?

    Hi, I want to open a WD component in a popup window but don't know how. I have searched this forum without a result. The following situation: DC1 (main DC) with a button to open the popup DC2 (popup DC) How can I open DC2 in a popup window without de

  • Population of Hyperion Performance Scorecard

    Hi all, after setting up a performance scorecard system (by defining framework, creating employee profiles, defining units/targets, building performance indicator ranges, strategy trees, accountability maps and strategy maps, defining measures and me