How to 'remove color' from a selection?

I plan to get PSE (Mac) soon but need to ask a question
before...
Say I have a .jpeg, or .tiff (color image) open.
I then make a selection of a rectangle or some other shape over the image.
Is it possible to 'remove the color' or select gray scale
within the selected shape, so that there is then the
original image with the selection in monochrome
and the rest in the original color?
many thanks

Come back when you're ready and someone can tell you some of the ways to do it. No point in going into that till you have the program in front of you.

Similar Messages

  • [solved] How to remove color from yaourt output?

    Hi everyone,
    I am having a problem with removing color output from yaourt.
    In order to get a list of installed packages in kdemod-core, I execute the following:
    yaourt -Qs ^kdemod | grep kdemod-core | awk '{print $1}' > kdefiles.txt
    Some time ago colored output was usually lost when piping commands. For some reason it is not removed anymore so that I get the following file content:
    [1;35mkdemod-core/[0m[0m[1mkdemod-kde-common
    [...] and so on
    Of course pacman doesn't understand this anymore:
    pacman -S `cat kdefiles.txt`
    Btw. The same options (-Qs ) with pacman search only locally installed packages.
    Any ideas?
    Thanks,
    David
    Last edited by dcrabs (2009-05-31 10:47:57)

    skottish wrote:
    dcrabs wrote:Btw. The same options (-Qs ) with pacman search only locally installed packages.
    Any ideas?
    pacman -Ss searches on-line.
    Thanks, but then I don't have the packages that are installed. It is of course much faster and without color but doesn't solve my problem.
    Then only thing I could find so far was a statement, that piping through less for example removes color for security reasons. That doesn't seem to be true any more.
    There is a col command which outputs plain text but there are still characters left.

  • How to remove buttons from a selection-screen as window.

    Hello SAPients.
    I'm using CALL SELECTION-SCREEN 100 STARTING AT 10 10 to call a previously created selection-screen. The window shows 4 buttons: Execute,  Check input, Save as variant and Cancel. The user is asking to remove the Check input and Save as variant buttons. Is that possible? I've been searching and I can't find a way to remove those 2 buttons.
    Thank you in advance for your help.

    Hello Ric,
    The buttons must be defined in GUI status right?
    So you must be calling the 'set pf-status' command?
    Modify this statement.
    suppose the function code for check input is 'CHECK' and save variant is 'SAVE'.
    TYPES: BEGIN OF TAB_TYPE,
            FCODE LIKE RSMPE-FUNC,
          END OF TAB_TYPE.
    DATA: TAB TYPE STANDARD TABLE OF TAB_TYPE WITH
                   NON-UNIQUE DEFAULT KEY INITIAL SIZE 10,
          WA_TAB TYPE TAB_TYPE.
    CLEAR TAB.
    MOVE 'CHECK'TO WA_TAB-FCODE.
    APPEND WA_TAB TO TAB.
    MOVE 'SAVE' TO WA_TAB-FCODE.
    APPEND WA_TAB TO TAB.
    SET PF-STATUS 'STAT' EXCLUDING TAB.
    Thanks,
    Susmitha
    Dont forget to reward points for useful answers

  • HT1386 The first time I synced my iphone with my mac, I didn't realize that all of my photos from iphoto would transfer over to the phone.   Now, I need to remove some, as they are taking up too much space.  I cannot figure out how to remove them from the

    The first time I synced my iphone 4 with my mac, I didn't realize that all of my photos from the iphoto library would transfer over to the phone (more than 3,000).   Now, I need to remove some, as they are taking up too much space.  I cannot figure out how to remove them from the phone.  I tried to uncheck boxes and sync again, but I get a message that there is no room on the iphone.  I've read as many articles as I can find, but still cannot manage this.  Thanks for any help.

    Open itunes, connect iphone, select what you want, sync

  • How to remove pics from my 3GS...???

    How to remove pics from my 3GS..???

    Photos taken with the phone can be deleted by selecting them and hitting the little wastebasket icon in the right bottom corner.
    Photos you did sync to your phone, can only be removed by deselecting them in the photo pane in iTunes, the following sync will remove them from the phone.

  • Does anyone know how to remove images from google

    i had instagram and i didnt upload images of myself but i only used my own image in the display picture and some how it has gone on to the google image search yesterday i deleted my account but when i checked to see if my images do appear in the google images i had some really bad regrets !! i reallywant to know how i can remove pictures off the google image search  even doe this does not kind of relate thank you .

    Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ?
    If you are talking about some "Karaoke" method using Logic I'll try to offer one. Before that I must say that most of the Karaoke methods are based on reversing the Phase of one of the stereo channel and bussing or merging the stereo into Mono. The result is: killing all Pan Centered in the mix - like Main Vocal, Bass, Kick, SN ect.
    The artifacts of the Stereo FX of the main vocal will stay in the Karaoke, cause the FX is stereo etc.
    Here is the Logic Setup I can offer to try some Karaoke trick using Logic.
    1. Import a Stereo mix into a Logic Stereo track.
    2. Create another stereo track and duplicate (copy) the Original Mix region to the duplicated track.
    3. Hard Pan L/R both stereo tracks.
    4. Insert an EQ and Gainer plugins into the duplicated track (R).
    5. Set the Output select of the both tracks to a Bus and assign the new Aux Track Switch mode to "Mono".
    6. Open the Gainer plugin and thick the "Phase Invert" Right button.
    7. To keep the "lowend" instruments like the bass and kick, open the EQ plugin and enable the Low Cut filter and try some Hz settings 80-115, or different Q which will sounds better for your Karaoke.
    P.S Click the image below to show its real resolution!
    Regards,
    A.G
    ======================================
    www.audiogrocery.com
    Author of: Logic GUI Deluxe(Free), Vox De Bulgaria s.a.g.e vocal pack for RMX, Logic Snapshot Console, RMX Power CTRL - Logic Environment Midi editor for Stylus etc.
    ======================================

  • How to remove text from .swf animation?

    how to remove text from .swf animation? Can no find this text
    in fla file. Flash 8.

    exactly what 'text' are you referring to? text that you typed
    on the Stage using the 'textTool'? simply select the text with the
    'arrowTool' and hit delete.
    If you are referring to a textField that you want to
    eliminate after a certain amount of time, within your animation
    sequence. first copy the text, create a new layer, paste the text
    in place, then where you want to have the text 'disappear' insert a
    'blank keyframe' at that point in the text layer.
    OR place the textfield within a MC and remove it with code.
    OR if the text is dynamic and you wish to use the position at a
    later time, pass a value of null or and empty string to the field
    at the point you wish. And there are other ways still. :) hope one
    of these works for you.

  • How to remove songs from iPad?

    I've read several threds from users asking how to remove songs from the iPad 1.0, but have not found anyone with the symptoms mine has.
    For some unknown reason, the checkbox next to each song to remove them from the iPad is disabled.
    My latest attempt at removing all of the music was to tell iTunes to "Sync Music" with "Entire Music Library' selected.  That caused iTunes to push all 2700+ songs to the iPad.  I checked to see if I could remove the songs from the iPad by de-selecting the checkbox, but the checkbox was still disabled.
    So I told iTunes to stop syncing Music.  I acknowledged the warning message that this would remove all songs from the iPad.  Perfect - remove everything and I'll manually add the songs I want to put back on.  However, the results were not what was intended... I am back to where I started:
    When I open "Music" on my iPad, it shows lots of albums and songs (over 2700).
    When I view my iPad using iTunes, "Sync Music" is disabled and the capacity indicator shows 11.1GB of space allocated to audio files.
    When I view my iPad's Music folder using iTunes, it shows only 3 albums.
    At this point, I am thinking my only option is to wipe the iPad and manually add everything back on.  I'd rather not do that... but am out of options I can think of.

    I cannot delete music from my iPad2.  I've gone into iTunes and selected to manually manage my music.  When I click on my iPad and then MUSIC, I don't see any songs listed.  When I look at my iPad itself under usic there are a ton there.  I just want to keep my iPad free of music.  I don't need my music on my phone and my iPOD (yes, I still use an iPOD and I still like my music SEPARATE.)
    HELP
    Thanks.
    PS:  I'm using iTune 11.1.3.8
    iTunes software and iPad software up-to-date

  • Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ?  o mixdown ,

    Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ? What are some other editing allowed on a stereo import (polyphonic mix) Thanks, Sploink.

    Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ?
    If you are talking about some "Karaoke" method using Logic I'll try to offer one. Before that I must say that most of the Karaoke methods are based on reversing the Phase of one of the stereo channel and bussing or merging the stereo into Mono. The result is: killing all Pan Centered in the mix - like Main Vocal, Bass, Kick, SN ect.
    The artifacts of the Stereo FX of the main vocal will stay in the Karaoke, cause the FX is stereo etc.
    Here is the Logic Setup I can offer to try some Karaoke trick using Logic.
    1. Import a Stereo mix into a Logic Stereo track.
    2. Create another stereo track and duplicate (copy) the Original Mix region to the duplicated track.
    3. Hard Pan L/R both stereo tracks.
    4. Insert an EQ and Gainer plugins into the duplicated track (R).
    5. Set the Output select of the both tracks to a Bus and assign the new Aux Track Switch mode to "Mono".
    6. Open the Gainer plugin and thick the "Phase Invert" Right button.
    7. To keep the "lowend" instruments like the bass and kick, open the EQ plugin and enable the Low Cut filter and try some Hz settings 80-115, or different Q which will sounds better for your Karaoke.
    P.S Click the image below to show its real resolution!
    Regards,
    A.G
    ======================================
    www.audiogrocery.com
    Author of: Logic GUI Deluxe(Free), Vox De Bulgaria s.a.g.e vocal pack for RMX, Logic Snapshot Console, RMX Power CTRL - Logic Environment Midi editor for Stylus etc.
    ======================================

  • How to remove Unicode from XML file

    I get following error when unmarshal xml:
    [java] org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x15) was found in the element content of the document.
    Anyone know how to remove Unicode from xml file? Can I remove the unicode by rebuild the file?
    Thanks

    These sort of error usually occur when you're using a different character encoding to read the file than the one you wrote it with. Perhaps if you were to post the problem section of the file and/or the code that created it in the first place.

  • How to remove iPhone from a certain computer

    How to remove iPhone from a certain computer along with it's ID to allow another phone to use the comp soley.

    You do not need to do anything.
    Simply stop syncing the iphone to the computer and begin syncing the new iphone to the computer.

  • How to remove Seperator from check-in and profile check in pages

    How to remove Seperator from check-in and profile check in pages
    The seperator is included on the checkin pages, which is present in the std_page with name "std_namevalue_separator", this is called by td_document_checkin_fields and std_document_file_fields.
    Defination of include:
    <@dynamichtml std_namevalue_separator@>
    <$if not isUploadFieldScript$>
    <tr>
         <td width="<$captionFieldWidth$>"><hr /></td>
         <td width="<$captionEntryWidth$>"><hr /></td>
    </tr>
    <$endif$>
    <@end@>
    I have to remove the following include from some of the profile check in page.
    Please suggest if anyone have some idea, how to proceed.
    Thanks,
    Sumit

    791848 wrote:I have to remove the following include from some of the profile check in page.The key here is that you want to do this in some profiles, not all profiles or globally, if I'm reading this right.
    Without writing a component, you can put this code in the "side effects" box in the desired profile(s). This code removes the horizontal rule, and inserts a non breaking space in its place.
    <$setResourceInclude("std_namevalue_separator","<$if not isUploadFieldScript$>
    <tr>
    <td width=\"<$captionFieldWidth$>\"> </td>
    <td width=\"<$captionEntryWidth$>\"> </td>
    </tr>
    <$endif$>")$>YMMV. The non-breaking space may get stripped out in the forum.

  • How to remove passcode from ipod touch 3g  if power botton is not working?

    how to remove passcode from ipod touch 3g  if power botton is not working?

    Use this program to place the iPod in recovery mode so that you then can restore the iPod via iTunes.
    RecBoot: Easy Way to Put iPhone into Recovery Mode

  • How to remove myself from/leave a team?

    Hi
    I'm using Visual Studio Online in my software development classes. The problem is that the "Accounts list" on my Visual Studio Online portal is crowded with projects from past years. A clean-up is needed.
    I found this solution (https://social.msdn.microsoft.com/Forums/vstudio/en-US/80057697-38d7-4161-8564-13c630943484/vs-tfs-online-how-to-remove-myself-from-a-team-?forum=TFService), but the problem in order to apply it is that I have no more contact with
    a lot of those students + most of their accounts are expired.
    How can I solve this?
    Thanks in advance!
    Evert
    PS: my apologies for any linguistic mistakes... English isn't my mother tongue.

    Hi Evert,
    Based on your description, seems you're the owner of the Visual Studio Online account. If you want to remove your account from the teams that expired, then you can delete the teams directly in team project administrative page of team web access.
    If you only want to remove your account from the teams, then you can click the team and remove your account in administrative page.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT4859 kindle fire how to remove items from icloud

    kindle fire how to remove items from icloud

    Kindle Fire's don't work with iCloud, your question makes no sense.

Maybe you are looking for

  • Profit center - Return on Investment

    Hi All, S_ALR_87013339 - Profit Center Comparison: Return on Investment  - Can any one explain me what is this report? What type of data we can get through this report?  rajeswjari

  • Change ECCS Hirarchy & first consolidation

    Dear ALl, My Company use ECCS Modul and First Consolidation was done at period 04/2004 and Hirarchy are : BIG --1000 --BG 2000 BPG 3000 4000 5000 SG 6000 7000 We have processed consolidation every month until period 08/2007. Start on period 09/2007 m

  • ! next to Podcast

    I have an ! next to a few of the podcasts that I subscribe to. What does this mean? These are podcasts I download on a daily basis. Thanks

  • Configure new datasource,certain terms

    Hi all, while configuring a new data source, i am confused by certain terms, would appreciate if anyone can shed some light. Under the connection pool settings: Maximum Capacity: 20 According to BEA online help, its the "The maximum number of physica

  • Differences between LIS & LO

    Hi everyone, can anybody tell me the differences between LIS & LO's Thank u all