Enhancing a portrait. photoshop help

Im working on a project with a subject in a similar light setting. I saw this project on behance, I'm more so wondering what the process is in step 2? is it a mask with a brush?

hi Rock,
it is safe to use the search help exit,it comes under modification only.by the way have u read the FM 'F4IF_SHLP_EXIT_EXAMPLE'.in this example every thing is described also look at this thread..
problem with search help exit
cheers,
T.K.Kishore
Edited by: krishna kishore on Oct 31, 2008 4:20 PM

Similar Messages

  • Photoshop help will no longer display

    For a long tine I have had cs2 v9 installed on my win7 64bit desktop computer.
    Since yesterday the photoshop help (F1) will not display - though the bottom row icon is shown. (clicking this icon causes the mouse pointer to whirl but nothing happens).
    What have I done??:-  I was playing around with a string of video frames to make an animation. I was flicking backa nd forth between Photoshop and Image Ready and at one time I tried to export to Flash SWF.
    I've tried restroring my computer to a time before I was messing around with the video frames, but stil cannot access Photoshop Help (either through the menu or F1).
    any and all  help welcome
    regards
    Tony

    https://forums.adobe.com/search.jspa?q=Error+150%3A30

  • I purchased Imagezoom and it will not open in Photoshop. help?

    I purchased Imagezoom and it will not open in Photoshop. help?

    Image Zoom is not for Photoshop, it is for Muse. Please see the compatibility window on the product/add-on homepage.

  • How to enhance the Opportunities search help in UI

    Hi all
    I have a requirement wherein I need to enhance the Standard Search help of  Opportunities in UI.
    The requirement is, we have few custom fields and few fields from 'Milestone' tab .These fields needs to show it in the initial screen of 'Opportunities' to search the different opportunities.
    Ex:1.We have a custome field called 'Direct  Margin%' and this should appear in the drop down of Opportunity search help in UI
            and if the user enters a value against this then system should filter all the opportunities and should display the oportunities which are having the value entered by the user for ''Direct  Margin%' (similar to standard search).
    2. We have a field called Contract Start Date*' and this should appear in the drop down of Opportunity search help in UI
         and if the user enters a date against this then system should filter all the opportunities and should display the oportunities
         with the date entered.
    Hope!! the requirement is clear to all.
    Can you please let me know the detailed steps to acheive this requirement.
    Regards
    Anil

    Hi,
    Put the break point and check  in GET_DYNAMIC_QUERY_RESULT of CL_CRM_QOPP_RUN_BTIL at line no 133, inside the get_result_values method at line 4 get_result_guids will be called, within this method the above mentioned Enhancement spot will be called.
    following is the sample code:
    **********Reading the Values from the Fields in the UI************************************
      READ TABLE IT_MULTIVALUES INTO LW_MULTI_VAL
                  WITH KEY FIELDNAME = 'ZXXX'.
        LT_BSP_RANGE = LW_MULTI_VAL-SEARCHVALUES.
        READ TABLE LT_BSP_RANGE INTO LW_BSP_RANGE INDEX 1.
        LV_PART = LW_BSP_RANGE-LOW.
    ************Calling standard search for all fields except ZXXX partner function********************
        CALL FUNCTION 'CRM_BSP_OIC_1O_SEARCH_FROM_RF'
               EXPORTING
                 IT_SEARCH_TAB             = IT_SEARCH_TAB
                 IT_MULTIVALUES            = IT_MULTIVALUES
                   IV_NUMBER                 = IV_NUMBER
                 IV_EXTERN_CALL            = 'X'
                 IV_SELECT_FOR_HEADERLEVEL = 'X'
               IMPORTING
                 ET_GUIDLIST               = ET_GUIDLIST
                 ET_RETURN                 = ET_RETURN
               EXCEPTIONS
                 DATE_NOT_CORRECT          = 1
                 NO_CARD_TYPE              = 2
                 NO_CARD_NO                = 3
                 NO_PROGRAM_ID             = 4.
        LV_MAXHITS = IV_NUMBER.
    ******Function called to change partner number in the required format *********
        CALL FUNCTION 'BUPA_SEARCH_2'
          EXPORTING
            IV_PARTNER       = LV_PART
          TABLES
            ET_SEARCH_RESULT = RESULT
            ET_RETURN        = RETURN.
        CLEAR LV_PARTNER.
        READ TABLE RESULT INTO WA_RESULT INDEX 1.
        IF SY-SUBRC EQ 0.
          LV_PARTNER = WA_RESULT-PARTNER.
        ENDIF.
        IF LV_PARTNER IS NOT INITIAL.
    ************Calling Search for field ZXXX partner function**********************************
          SELECT HEADER FROM CRMD_ORDER_INDEX
                    INTO TABLE LI_GUID
                  WHERE PARTNER_NO EQ LV_PARTNER
                  AND  OBJECT_TYPE EQ 'BUS2000111'.
    ********LOOP will filter the guids according to the partner function  **********************
          LOOP AT LI_GUID INTO WA_GUID.
            SELECT SINGLE GUID_HI FROM CRMV_LINKPARTNER
                      INTO LV_GUID
                      WHERE GUID_HI EQ WA_GUID-LV_GUID
                      AND PARTNER_FCT = C_PFT .
            IF SY-SUBRC EQ 0.
              LV_OBJECT_KEY = LV_GUID.
              APPEND LV_OBJECT_KEY TO ET_GUIDLIST_PFT.
            ENDIF.
          ENDLOOP.
    ********Search guids by standard search function called ***************************
          LI_GUID_KEY = ET_GUIDLIST.
    *******Guids on partner number search******************************************************
          LI_GUID_KEY2 = ET_GUIDLIST_PFT.
    **Comparison of the results from the standard field search and the results got from Z field search**
          LOOP AT LI_GUID_KEY INTO WA_GUID_KEY.
            READ TABLE LI_GUID_KEY2 INTO WA_GUID_KEY2
                 WITH KEY LV_KEY2 = WA_GUID_KEY-LV_KEY.
            IF SY-SUBRC EQ 0.
              LV_COUNT = LV_COUNT + 1.
              IF LV_COUNT LE LV_MAXHITS.
                APPEND WA_GUID_KEY2 TO LI_RESULT_ETGUID.
              ENDIF.
            ENDIF.
          ENDLOOP.
          IF LV_COUNT GT LV_MAXHITS.
            WA_RETURN-TYPE = C_MESSGTYPE.
            WA_RETURN-ID   = C_MESSGCLASS .
            WA_RETURN-NUMBER = C_NUM.
            WA_RETURN-MESSAGE_V1 = LV_MAXHITS.
            APPEND WA_RETURN TO LT_RETURN.
            ET_RETURN = LT_RETURN.
          ENDIF.
          CLEAR ET_GUIDLIST.
          ET_GUIDLIST = LI_RESULT_ETGUID.
    *****************Partner Number Entered in ZXXX not Found*******************************************
        ELSE.
          CLEAR ET_GUIDLIST.
        ENDIF.
    ENDMETHOD.
    Regards,
    S Reddy

  • How to enhance standard collective Search Help VMVM

    Hey Expert,
    Any pointer to enhance the standard search help VMVM with custom search option will be highly appriciated.
    Thanks in advance,
    Sayak

    Hey Expert,
    Any pointer to enhance the standard search help VMVM with custom search option will be highly appriciated.
    Thanks in advance,
    Sayak

  • Would Photoshop help improve the look of my video? [was: New to this]

    Not sure if I already posted this but would photoshop help imporve the look of my video?
    http://www.youtube.com/watch?v=n94-fqYPHWc

    I agree with Mylenium. Premiere Elements would be a better program for the post-production.
    As for shooting, I would use a background, as those wall plates/outlets really draw the eye. A nice piece of dark grey, non-glossy fabric, like perhaps a velvet, could be taped over the wall, behind your subject. If possible, move the subject a bit farther from any background.
    Do not be afraid of composing the subject more tightly, so that one sees more of them, and less background. Even with a "talking head" shot, you can get much tighter with the framing.
    I would also go for a bit more controlled lighting on your subject. Even placing a white card, or sheet to one side, just to fill in the face, would be better. Just keep it out of the coverage of the camera. A piece of foamcore, or Gator-foam, would work well. Angle it to fill that side of the subject's face.
    The audio was recorded in a fairly "hard," or "live" environment. If the mic is camera-mounted, think about hanging some soft fabric, in a V, behind the camera and operator. The camera would be in the apex of the V. A few quilts would work fine. That should help remove the slight echo of the room, and "soften" the sound a bit.
    Good luck, and hope those ideas help.
    Hunt

  • Where is Photoshop Help?

    I can't remember the last time I used Photoshop Help because I don't use Photoshop much. Tried it today and nothing happens. My menu bar switches from Photoshop to Adobe Help Center but no Help window opens in Safari or anywhere else. Help Prefs are set to U.S. and English. I'm running CS2 and 10.4.11. Is Help not an online service? Am I supposed to be opening a pdf or inserting a DVD? Could anyone refresh my memory on how this is supposed to work? Thanks.

    I seem to remember that there was an update for Help for CS2.
    Check Adobe's Downloads to make sure that your CS2 programs are fully up to date.
    This may be what you need:
    http://www.adobe.com/support/downloads/product.jsp?product=107&platform=Macintosh

  • Photoshop cs5 and cs4, photoshop help...f1 why online

    Hi
    i have installed on w7 photoshop cs5 and photoshop cs4
    well when i try to read the manual (the help files) clicking F1 or under the menu Help-> Photoshop Help F1 ,photoshop cs5 and cs4 connect to the net
    for example cs4 opens a firefox page with the help guides
    cs5 opens a windows connected to internet
    for example i need to know some shortcut and i have to be connected to the net
    that's  weird
    is there a way to use the offline help? like cs3
    thanks

    You can download the help files as a PDF from the Photoshop Support pages.
    If you want to access the offline help files from F1, you have to disconnect PS from the Internet.
    If you want to turn off Community Help so that local Help opens by default, do the following:
       1. Open the Connections panel (Window > Extensions > Connections).
       2. From the Connections panel menu , select Offline Options.
       3. Select Keep Me Offline and click OK.
    Note: When you disable web services from the Connections panel, all other web services (such as Adobe Kuler and Adobe ConnectNow) are also disabled.

  • Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    To all frustrated Photoshop users:
    As has been pointed out, the Adobe Photoshop Forum is NOT staffed by Adobe employees (though a few engineers DO stop by, when they have the time), and we are but users, such as yourself. The difference is that many users here have decades of experience with Ps, and can often solve all sorts of issues, of a technical nature.
    Ranting, and listing bad experiences with Adobe Technical Support (or Customer Support), will NOT reach Adobe - just other users, who might have also had negative experiences with Adobe T/S, but who are powerless to change anything, at a corporate level - also noted by others in this thread.
    We, as users, have no access to any communications that you might have had with T/S - no phone logs, no case numbers, nothing. All that we have is what YOU provide us, regarding YOUR problem. In that vein, if you read this FAQ Entry, plus the one linked in Station_Two's Reply above, and clearly state YOUR problem with the program, someone will attempt to help you with it: http://forums.adobe.com/message/4587299#4587299
    Please be patient, as we are all volunteers (even the Adobe engineers come here on their own time - it's most likely not part of their job descriptions), and drop by the forum, when we have a moment. Many users DO have "day jobs," and face client deadlines. They might not get by that often, and then with breaks in timing, that can extend for days. This is not a "live chat room," where "operators are standing by." However, with the number of contributing users here, it should not take too long, before someone DOES reply to your post. If they have questions, please answer them, to the best of your abilities, and do not hesitate to ask for clarifications, if you are not sure what they are asking, or where to obtain that information. Also, please be courteous, when replying to the users, who are donating their time - they get zero, beyond the satisfaction of helping other users get answers and solutions. If they DO help, which is likely, a simple "thank you," is the best that they can receive. If they DO help, please take a moment to let them know, and also use the "Correct," and "Helpful" buttons in the forum, to let Adobe Corporate know that you got help in the Adobe Forums - they DO count those numbers, though they do not monitor these forums.
    Good luck, and many feel that the help FROM the Adobe products forums, is much better, than from Adobe Technical Support.
    Hunt

  • I have cs4 product, and want buy only adobe pro, illustrator and photoshop, help me please

    for me what i have to do.
    i have cs4, but only need adobe pro, illustrator and photoshop.
    help me
    for best choice
    thanks
    paulo pedro

    As far as acquiring news versions goes, the only benefit you will get from owning CS4 is that you can get a Creative Cloud subscription at a special rate for the first year.  https://creative.adobe.com/#plans
    Otherwise, since CS4 is not in the upgrade path for CS6 products, you can purchase CS6 applications at full price.
    Purchase CS6 products:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

  • Where is the "Photoshop Help Folder" located on the Mac?

    Hi all,
    I am trying to install Strata 3D tryout and it is asking for the location of the "Additional How To Content" folder, inside the "Photoshop Help Folder". I cannot find the "Photoshop Help Folder"... can someone tell me where it is located?
    Thanks a lot in advance for your assistance:)
    Christine

    If you are not online and choose help, you'll get a html-based and non-updated version that's being read from your Libraries' Application Support folder.
    If you want a help.pdf you can get it here:
    http://help.adobe.com/en_US/Photoshop/11.0/photoshop_cs4_help.pdf
    But by using the online version you're always up to date with Adobe, as probably is intended hence the help setup.
    Torben.

  • Photoshop Help in CS4

    When I click on Photoshop Help in the Help Menu in CS4, it goes to the web and proclaims that the url cannot be found (it is obvioulsy an incorrect url that reads
    The requested URL /en_US/Photoshop/11.0/--POSTPROCESS-INSERT-GOURL-- was not found on this server.
    I have found the correct url (and bookmarked it) but it would be nice to get there from inside CS4 itself. Can anyone tell me how I can change the requested URL to the correct one?
    Thanks! I am techically deficient so I am hoping it is a simple fix. Otherwise, I guess I will just go there from my web browser. I have to add that I find it a titch irksome that my 5 minute old upgrade has such an obvious defect but I figure it is probably faster to try the brains here than to try offical Adobe-dom.

    Chris Cox!
    Great to see you posting here after all this time.

  • Access Photoshop "Help" without launching Adobe AIR?

    Is there a way to access Photoshop Help, from the Help menu, without installing or launching Adobe AIR?
    I'm not a mobile app developer, plus I've been seeing many security concerns and other problems related to Adobe AIR, like log files filling up hard drives.
    Also, I really don't like installing or opening apps on my computer that are not necessary and don't seem safe.
    Please help.

    Hi,
    AIR gets installed with your point product, but you will get AIR update notifications, at launch of an AIR app, if it's outdated.
    If you really don't want to use the AIR based Help app, then you can change a preference in said app. This will change the way Help is called from Ps and launch directly to the web based Help content in your default browser. You can also download the PDF help content if you don't have internet connection or would like to print out some content.
    To change the Help launch target, first launch the AIR based app via Help> Photoshop Help... (cmd+/) Then at the top menu bar, go to Adobe Help> Preferences (cmd+,). In this dialog (see screen shot below) go to the Accessibility Mode: section and select the 'Open Help in browser' radio button. Now close the dialog via Done button, and quit the application.
    You may need to relaunch Ps, I'm not sure.
    regards,
    steve

  • Where the %^)(! is the index in Photoshop Help?

    There was a time when every Adobe product came with a simple pdf manual. Simple questions could be easily asked of it. It would take a few seconds to find out a keyboard shortcut or where they moved that feature to. Now it takes 20 minutes of searching, and ultimately Googling "Anyone know how to do such-and-such?"

    Think the most recent Photoshop Help in PDF is this one: http://helpx.adobe.com/pdf/photoshop_reference.pdf
    And yes, I pretty much google everything, too.

  • Photoshop Help | Adding conditional actions | CC, CS6

    This question was posted in response to the following article: http://helpx.adobe.com/photoshop/using/conditional-actions-creative-cloud.html

    David Mac Do
    Conditional actions are not a big deal. In reality they are a one line script built into the fly-out menu and the feature only support a limited number of conditions. To phrase the script in english is a simple one liner
    If Document (condition pulldown list) selected is true Play true action in set(selected) else  Play false action in set (selected). Actions do not need to be select for both true and false. One selection may do what is needed.
    All three supported Photoshop supported scripting languages have support for an "if" statement.
    A javascript was posted years ago "Siva's Photoshop Conditional Action.jsx" do a serach.
    Actions can use scripts and scripts can do actions
    example
    if (activeDocument.height > activeDocument.width) doAction("Rotate", "MyActionSet");  // rotate portraits
    Crafting Actions PackageUPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Example
    Download

Maybe you are looking for

  • Xcelsius exe won't launch - Entry Point Not Found message given

    -Operating System: Windows XP -OS Patch level: SP3 -Office Version: 2007 -Flash Player version: Adobe Flash Player 10 -Xcelsius Version and Patch Level: Xcelsius 2008 5.3.0.0 -Xcelsius Build number (Help>About Xcelsius): <not accessible> -Business Ob

  • Mid-2011 21.5-in iMac repeated hard drive failures

    I have had a string of bad luck with this iMac and its hard drive. A so-called lemon I believe.  Using macs since late '80s and owned iMacs, MB Pro and Mac Mini since 2004 or so, but have had any hard drive issues until this one. This iMac is well-ca

  • Sync my existing iPad to new iMac

    Hi, I have just bought a new iMac computer which i have just tried to sync with my existing iPad.  I used to sync this iPad with my old laptop and when I now try to sync with the new iMac it says it will wipe all the date and replace with (not a lot)

  • Icon on Machelp page is missing and flashing,reinstall mac won't help

    Hello, whenever I clicked on Machelp, one of the page I visited have an icon missing, and the page keep on flashing, I have to click go button and revisited the page, it will then stopped flashing the page, I tried to reinstall mac tiger also won't h

  • I think my iBook G4 is dying...

    I've had my iBook G4 for about a year and lately it's been getting real slow and every few weeks I get the blue screen of death for a few hours, but even before that my display has been going out randomly. Sometimes when I try to wake it from sleep i