How can I create a composite layer and which you use e control alt shift or Shift control alt e and when I do the pop deletion tool?

How can I create a composite layer with 11 elements? How what should I do?

How can I get an answer to my problem? I would never buy the program if I'm having this famous problem with getting help?

Tags: Photoshop

Similar Questions

  • How can I create a new folder and add some choose another folder

    How can I create a new folder and add some pictures a different folder?

    Click Start-> computer.  Navigate to where you want to create the new folder.  Then, hold down the ALT key and press F.  Point again-> file and click folder.  Now, you have created the folder if you need to name it.  Type the name you want to give the file and press ENTER.  Now you have the new folder with the name you gave it.  Use him copy / paste to copy the images to the new folder.

    Good luck.

  • How can I remove windows box office and upcoming facebook in the start menu

    How can I remove windows box office and upcoming facebook in the start menu

    I moved your question answers feedback to Windows desktop and personalization areas.

    You care to offer up what version of Windows, you are talking about but if it's Windows 7, I would right-click on the offending list and either:

    1. Remove from this list , is that the entry is in the most recent lower part / area most often used.
    2. Delete the Start Menu if the entry is pinned in the Start Menu (above the most recent / most often used).
  • How can I make a clickable object, and when I click it, it moves down another object (extend)?

    How can I make a clickable object, and when I click it, it moves down another object (extend)?

    Only with a specific widget. Check the usual sites, if is not the default widgets menu and the accordion.

    Mylenium

  • How can I create a new layer that is a gradient?

    Hi, I'm very new to scripting photoshop and have some difficulty.

    I am looking for a way to take a picture I have and configure it to have a gradient opacity as he approaches middle, my thought on how to do was simply to create a layer that is a gradient from the upper left to lower right and secure then as a vector mask.

    Any ideas on how I could create this gradient layer of script or a better method to do this opacity gradient?

    Thanks in advance,

    Levianth

    You can try this:

    // 2012, use it at your own risk;
    #target photoshop
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    var theLayer = myDocument.activeLayer;
    if (theLayer.isBackgroundLayer == true) {theLayer.isBackgroundLayer = false};
    // create gradient layer;
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc15 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref3 = new ActionReference();
            var idcontentLayer = stringIDToTypeID( "contentLayer" );
            ref3.putClass( idcontentLayer );
        desc15.putReference( idnull, ref3 );
        var idUsng = charIDToTypeID( "Usng" );
            var desc16 = new ActionDescriptor();
            var idType = charIDToTypeID( "Type" );
                var desc17 = new ActionDescriptor();
                var idType = charIDToTypeID( "Type" );
                var idGrdT = charIDToTypeID( "GrdT" );
                var idLnr = charIDToTypeID( "Lnr " );
                desc17.putEnumerated( idType, idGrdT, idLnr );
                var idGrad = charIDToTypeID( "Grad" );
                    var desc18 = new ActionDescriptor();
                    var idNm = charIDToTypeID( "Nm  " );
                    desc18.putString( idNm, "Custom" );
                    var idGrdF = charIDToTypeID( "GrdF" );
                    var idGrdF = charIDToTypeID( "GrdF" );
                    var idCstS = charIDToTypeID( "CstS" );
                    desc18.putEnumerated( idGrdF, idGrdF, idCstS );
                    var idIntr = charIDToTypeID( "Intr" );
                    desc18.putDouble( idIntr, 4096.000000 );
                    var idClrs = charIDToTypeID( "Clrs" );
                        var list3 = new ActionList();
                            var desc19 = new ActionDescriptor();
                            var idClr = charIDToTypeID( "Clr " );
                                var desc20 = new ActionDescriptor();
                                var idRd = charIDToTypeID( "Rd  " );
                                desc20.putDouble( idRd, 0.000000 );
                                var idGrn = charIDToTypeID( "Grn " );
                                desc20.putDouble( idGrn, 0.000000 );
                                var idBl = charIDToTypeID( "Bl  " );
                                desc20.putDouble( idBl, 0.000000 );
                            var idRGBC = charIDToTypeID( "RGBC" );
                            desc19.putObject( idClr, idRGBC, desc20 );
                            var idType = charIDToTypeID( "Type" );
                            var idClry = charIDToTypeID( "Clry" );
                            var idUsrS = charIDToTypeID( "UsrS" );
                            desc19.putEnumerated( idType, idClry, idUsrS );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc19.putInteger( idLctn, 0 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc19.putInteger( idMdpn, 50 );
                        var idClrt = charIDToTypeID( "Clrt" );
                        list3.putObject( idClrt, desc19 );
                            var desc21 = new ActionDescriptor();
                            var idClr = charIDToTypeID( "Clr " );
                                var desc22 = new ActionDescriptor();
                                var idRd = charIDToTypeID( "Rd  " );
                                desc22.putDouble( idRd, 0.000000 );
                                var idGrn = charIDToTypeID( "Grn " );
                                desc22.putDouble( idGrn, 0.000000 );
                                var idBl = charIDToTypeID( "Bl  " );
                                desc22.putDouble( idBl, 0.000000 );
                            var idRGBC = charIDToTypeID( "RGBC" );
                            desc21.putObject( idClr, idRGBC, desc22 );
                            var idType = charIDToTypeID( "Type" );
                            var idClry = charIDToTypeID( "Clry" );
                            var idUsrS = charIDToTypeID( "UsrS" );
                            desc21.putEnumerated( idType, idClry, idUsrS );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc21.putInteger( idLctn, 4096 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc21.putInteger( idMdpn, 50 );
                        var idClrt = charIDToTypeID( "Clrt" );
                        list3.putObject( idClrt, desc21 );
                    desc18.putList( idClrs, list3 );
                    var idTrns = charIDToTypeID( "Trns" );
                        var list4 = new ActionList();
                            var desc23 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc23.putUnitDouble( idOpct, idPrc, 0.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc23.putInteger( idLctn, 0 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc23.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc23 );
                            var desc24 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc24.putUnitDouble( idOpct, idPrc, 100.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc24.putInteger( idLctn, 2048 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc24.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc24 );
                            var desc25 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc25.putUnitDouble( idOpct, idPrc, 0.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc25.putInteger( idLctn, 4096 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc25.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc25 );
                    desc18.putList( idTrns, list4 );
                var idGrdn = charIDToTypeID( "Grdn" );
                desc17.putObject( idGrad, idGrdn, desc18 );
            var idgradientLayer = stringIDToTypeID( "gradientLayer" );
            desc16.putObject( idType, idgradientLayer, desc17 );
        var idcontentLayer = stringIDToTypeID( "contentLayer" );
        desc15.putObject( idUsng, idcontentLayer, desc16 );
    executeAction( idMk, desc15, DialogModes.NO );
    // move layer below;
    var theGradient = myDocument.activeLayer;
    theGradient.move(theLayer, ElementPlacement.PLACEAFTER);
    // clipping mask;
    theLayer.grouped = true
    };
    
  • How can I put an af:InputText and af:CommandButton on the same line?

    How can I put an af:InputText and an af:CommandButton level horizontally between them in my JSPX page?

    ATM, they sit on top of each other which is not good. I must contain every element within a form or something?

    Hi, you can do this way:

            
              
              
            
    

    Kind regards

    Branislav

  • How can I create an automated folder that allows you to convert any PDF A4 put in letter format?

    Mac user, with later creative suite.

    Our documentation service wants to move entirely to a single format - A4 - as a British company, but to satisfy our Americans, I would like to have a version of the letter to all the documents that are in a particular folder.

    Is there a way I can use intelligent automation of Mac scripting and record to that effect, as well as any file deposited in a particular file is processed to create a copy that has the letter size paper?

    Thank you.

    PS Open to pointing me to another application that can help!

    Hi Vocality.

    Please refer to this topic How to convert PDF A4 format letter?, might be useful.

    Kind regards

    Nicos

  • How can I create a document Pro XI which will have the capacity of loading pitcure of a map (jpeg) or a scanned map

    How to create a button in browser on a document to loading a scan or photo of a card?

    Hello

    This can be done by using a java script of a button in a form. Pdf please follow the mentioned below as follows: -.

    (1) create the form and add a button.

    2) all properties-click and select Actions: -.

    Select trigger : mouse upwards

    Select the Action : run a java script

    and click on Add

    3) opens a new empty window. Paste this script:

    this.importDataObject ({cName: "Attachment1"});

    (4) save the form and an overview.

    It's just a basic to start script. Hope this helps

    Kind regards

    Tanvi

  • How can I download mp3 to blogsites and transfer files to the flash drive. ?

    Hello

    I visit various blogsites where music albums are available for download in mp3 format.

    When I download an album where he's going. ??

    Most of the files must also be extracted using WIN. RAR in mp3 format. (I do now with my windows pc)

    How this can be completed in waves apple ipad 2.

    Do I need to add specific applications to complete the download and extraction.

    I suppose that if I get this day won't be a problem transfer a file to a connected flash drive.

    Hope someone can help me because I am considering buying an imac as my windows pc is not future pick-up.

    Best regards

    Alan

    alanfrombarrow-in-furness wrote:

    When I download an album where he's going. ??

    Nowhere else. Safari will download the mp3 on itself for reading, but it will store not anywhere for later use.

    alanfrombarrow-in-furness wrote:

    Most of the files must also be extracted using WIN. RAR in mp3 format. (I do now with my windows pc)

    How this can be completed in waves apple ipad 2.

    on an iPad, you need to get an App that can handle RAR archives.  iZip did this:

    https://iTunes.Apple.com/en/app/IZIP-zip-unzip-unRAR-tool/id413971331?Mt=8

    alanfrombarrow-in-furness wrote:

    I suppose that if I get this day won't be a problem transfer a file to a connected flash drive.

    It will be a problem from an iPad. iPads may write directly to the USB flash drives.

    alanfrombarrow-in-furness wrote:

    Hope someone can help me because I am considering buying an imac as my windows pc is not future pick-up.

    What that has to do with an iPad?    iMacs are very different from iPads.   Everything you can do on a Windows computer, you can do on an iMac, a bit like you do on Windows. This is not the case with an iPad.

  • How can I get rid of wrinkles and fine lines on the face

    How can I get rid of fine lines and wrinkles

    Hello, Olivia,.

    It's something that Photoshop is much less. Try to use this video tutorial as a starting point:

  • How can I get my Web site and keywords included in the Firefox search engine?

    I'm having a hard time finding the place where I can put my Web site address and its key words for the search engine find me (my site). Is there an address I can go directly to the entrance of my keywords in SEO so potential customers can find my site and it will appear higher on the list?

    Thank you
    Victoria

    Firefox is not a search engine, we are a browser. Search engines like Google, yahoo, etc. have their own methods for sites subject to their databases. Usually they will find and index your site on their own as long as it is has some links somewhere on your site.

  • HP Pavilion Notebook - 15-p108: How can I remove audio beats CORRECTLY and its replacement by the Realtek HD Audio Manager? Help?

    Hello, I am running Windows 10 64-bit Edition-Standard-Core family, previously windows 8.1 I could uninstall Beats by uninstalling the Realtek drivers, and then by reinstalling drivers realtek generic on their site, I was able to replace the Panel of Beats Audio with the Realtek HD Audio Control Panel.

    When you try to do it now, Beats can reinstall itself even if I use the generic driver from Realtek... Is it possible to prevent this? Or is my only hope to sell this laptop and buy another brand?

    Thanks in advance.

    lemagex

    Edition all the old driver sound

    install the new

    http://ftp.HP.com/pub/SoftPaq/sp72001-72500/sp72094.exe

  • When I drag imessage photos in iphoto, it shows that they give, but then I can't find photos in iphoto. and when I open the finder there is no option of 'media' in the side menu.

    Could not find photos in iphoto after drag / drop imessage

    Correct, there is no media browser in the finder - only for download or open or install windows

    They show in the last import? check your type of event - they are probably n = just not where you are looking - in the last import done right click on one and show events - an event should open with your photo display - if not arrive then back up your iPhoto library and hold down the option and command keys at the launch of the iPhoto and repair permissions hen rebuild the database

    LN

  • How can I create a stationary layer with animated images?

    Hello world

    I am interested in starting something similar to this chart (https://twitter.com/RollingStone/status/631927992449671168). I am assuming that it is created in After Effects. I'm pretty new, so would appreciate any help anyone has to offer.


    Thank you!

    You can create a GIFFs animated in Photoshop using the timeline in Photoshop. But it is much easier to do in Fireworks.

    Create GIFs animated in Photoshop.

  • How can I create a series of blocks of text using the Excel list values?

    It is first of all, the first script I am trying to write from scratch. I'm completely green at the script and I picked up a few bits of ID Adobe scripting guide, but nothing has really stuck still relating to this particular goal.

    My supervisor maintains a master list of advertising space, with the name of the account, is the width of the space, and how space is the height, in an Excel sheet. These spaces can number in the hundreds, and I'm stuck manually drawing a rectangle for each space, which takes a lot of time.

    I would like to create / helped to create a script that will take these values and "magically" to draw these spaces in the form of blocks of text, with the width (in columns) and the height (in inches) defined by the values in the main list, as well as the name of each account in the subsequent text frames.

    The script didn't necessarily need to be able to pull the values directly from the Excel sheet; Can I transfer a file text if necessary, or directly in the script, values he change because I need it. A great thing (if she is not able to pull directly from an Excel sheet) which is the number of spaces a week changes, and so do the accounts and the width and height. Accordingly, it would be ideal that values of the sheet could be modified easily, in order to create a new set of spaces as necessary.

    Positioning for each space is not crucial, only the height and width. If they were all on top of each other on the same page, it is a result for me. The main idea is to not have to draw them all manually, one by one.

    For me, this looks like a command, but I hope that some experienced there Scripting Guys can help me, because I want to become experienced as well.

    Thus, the TL; DR version:

    -Script to draw a series of text blocks.

    -Size of the text boxes should be defined by the values width and height of spreadsheet Excel.

    -Text blocks must have the account name as content (from account in the Excel worksheet names).

    -Accounts, width and height changes every week in the Excel sheet, so must be relatively easy to exchange all values.

    -Width values on the Excel worksheet columns. It would be ideal that the script could turn those numbers into multiples of columns as necessary.

    -Script (optionally) can take values directly from Excel sheet.

    -Script (option) can set the fill color for the gray text frame. (If it works as I think, I could just select all the resulting images of the text myself and put them all to grey at the same time... I'm not lazy as )

    Thanks in advance to anyone who can help in any way possible, even if it's just a little push in the right direction. This script will save 1 to 2 hours of boredom every week.

    Look like the perfect thing for the InDesign scripting.

    I copy content from Excel to a text file, for a format easily read in InDesign, and there will automatically be a TAB for each 'cell', just using copy and paste.

    Here is a piece of code, perhaps you could go on with (the addition of variable to change pages and the location on the page and other things).

    The readFileLineByLine function, can be easily reused with any function using "recall". You simply tell the function what you want to be executed for each line of text that reads:

    const COLUMN_WIDTH = 2; // Define the column width in inch
    
    var pageIndex;
    var textFramesExported; // not implemented.
    
    // Add a new dokument. Set myDoc to app.activeDocument to use
    // the current document instead of creating a new one.
    var myDoc = app.documents.add();
    
    // The doSomethingWithTextRow function is called upon for every line of text read.
    readFileLineByLine('c:\\test.txt', doSomethingWithTextRow);
    
    function doSomethingWithTextRow(row){
        // We expect the text line to be TAB separated (\t = TAB). We get that from just copying the contents of an
        // excel file into a text document.
        var cells = row.split('\t');
        var companyName = cells[0]; // The Company name in the first slot of the array
        var width = COLUMN_WIDTH * cells[1];
        var height = cells[2];
    
        // Create a new text frame for every row handled
        if (pageIndex==undefined) pageIndex = 0; // Count up when you have exported a number of texts, I leave this for you to do.
        var newTextFrame = myDoc.pages[pageIndex].textFrames.add();
        newTextFrame.contents = companyName;
    
        // The text frame is created in the top left corner.
        newTextFrame.geometricBounds = [0, 0, height + ' in', width + ' in']; // Top, Left, Bottom, Right 
    
        // You might want to move the textframes to other positions, keeping track of how many you put out per page.
        newTextFrame.move( [10, 10] );
    }
    
    function readFileLineByLine(path, callbackFn){
        var myFileIn = new File(path);
        if (File.fs == 'Windows'){
            // This was probably added to recognize UTF-8 (even without its start marker?)
            myFileIn.encoding = 'UTF-8';
        }
        myFileIn.open('r');
        var myEncoding = myFileIn.encoding;
        try{
            if (!myFileIn.exists){
                throw('Missing file: ' + myFileIn.fsName)
            }
            var ln = '';
            while(!myFileIn.eof){
                // Read the lines from the file, until an empty line is found [now as a remark].
                ln = myFileIn.readln()
                // if(ln !='' && ln!='\n'){
                   // Call the function supplied as argument
                   callbackFn(ln);
                // }
            }
        }catch(e){
            alert(e);
            gCancel = true;
        }
        finally{
            myFileIn.close();
        }
    }
    

    The file in C:\ in my example was recorded in UTF-8 format and looks like this (showing hidden characters):

    Post edited by: Andreas Jansson

Maybe you are looking for

  • Why Firefox browser closes when the last tab is closed?

    When I close the last tab that I use, Firefox browser disappears. How can I keep Firefox browser will open for the next procedure without waiting for browser at startup?

  • iPhoto / Photo transfer from computer to phone

    I finally understood how to transfer photos selected in my iPhone of iPhotos via a folder designated in iPhotos that transfers the photos to a folder selected in my phone. Apple has decided to no longer support iPhotos. Now, I have to deal with photo

  • Beats Audio in Windows 8

    Hello...! I have HP-ENVY 6-1012TX Product number: B4Q12PA #UUF Operating system: windows 7(64 bit) and I want to upgrade to WINDOWS 8 (64-bit), but I've seen in this forum and and also with a friend of mine after having installed windows 8 panel AUDI

  • G42-490TU: advice on the upgrade of RAM - Cd u pls answer by 08/11/2015

    Hello My PC model # is G42-490TU, processor - Intel Core (TM) i3 CPU M370,RAM: 2.00 GB system Type: 32-bit operating system. I thought to increase RAM to improve efficiency, speed of my PC. Could you please suggest which RAM should go for? I will buy

  • Error 1 has occurred to the node invoke in openvi.vi

    Hi, openvi.vi, I use Invoke node to run showchannel2.vi, I encountered the problem about error 1. refer to the attachment file. Absolutely, this problem have been described below. Error 1 has occurred to the node invoke in openvi.vi Possible reasons: