Help with the removal of the pixels of color to Bw Images with a grain filter

Hi, what is the best way to remove color pixles to convert images p.c. with a grain filter?

You say that the grain filter is presenting the color noise in an earlier B & W image?  This filter Grain has a monochromatic setting?  Or just add a B & W adjustment layer.

Tags: Photoshop

Similar Questions

  • Get the canvas/screen of an object as a bitmap graphics? Help with post processing filter!

    Let's say I want to create an effect of post-processing, such as changing the pixels of the screen in a color a little more red (AFTER this drawing), or do a screen wavey distortion.

    I thought that my layout as follows:

    final class MyPaintScreen extends FullScreen{
        //
        //... stuff here
        //
        public void paint(Graphics g){
            //all kinds of draw commands here, then
            //the post processing method is called
            PostProcesser.modify(g);
        }
    
    }
    final class PostProcesser{
        final static void modify(Graphics g){
            //here lies the problem.
        }
    }
    

    Ideally, the modify method would use the Graphics object as a parameter, and it would get her a bitmap or an array of bytes/int with the data drawn. Then she do all that the pixel values and then crush them to the Graphics object. Or maybe it would do all this without copying it in a bitmap/picture and just edit a graphic field directly.

    I thought that it would be a way to get an article / a region which was drawn (I want my post method only affect an area of the screen), but there is no method to return the screen stretched somehow, it seems. There is no Bitmap field in class Graphics to mess with. No table with the pixel values. No getBitmap/getRegion method.

    After thinking long and hard, I thought to use a sort of buffer to the screen. Have a Bitmap of the size of the screen and instead draw things on the screen, draw them on the Bitmap object, and then apply the post treatment methods he and then draws the Bitmap over together on the Graphics object... but it seems so memory intensive. Moreover, I have to use the thingies setARGB awful and messy the bitmap instead of the methods of the Graphics class Drawing.

    Any advice on that? Comments? Help? Suggestions?

    Just to confirm the approach of the buffer, you can create a bitmap image in the desired size, create a Graphics using the bitmap object, and then you can call 'paint' provide your own Bitmap, rather than the image of the screen image.

    You can also get it current graph of the screen using . getGraphics().

    Not sure this helps.  Good luck.

  • Make the palette of colors in an image

    Guess I have the sentence doesn't have the right to question... will try once again =

    1. I did a painting
    2. I want to do another painting by using the palette of color this picture (usually the swatches in Corel Painter, who does)
    3. No color indexed
    4. Palette of RGB or CMYK
    5. work with photoshop CS3
    6. the painting I did below
    7. Loved editor - need to do more art using the same colors - without picking up one both of the image

    summerdazecatweb.jpg

    Photoshop can do pretty much anything. What you did in painter, is exactly what you said in your first post you want to do, i.e. using indexed color. If you actually agree with to convert your image into 256 shades of color (which is what you did to the painter), you can do this in Photoshop by an indexed image. And unlike your example painter, who is only limited to the only option which makes a rigid preset, you can actually select the number of colors, the different modes of interpretation of the color (perceptual, Adaptive), etc..

  • Help make the negative space of a PNG image

    So, I'm sure there is a super easy way to do it, but after an hour of struggle and in fifteen minutes of searching, I have nothing.

    What I'm trying to do is to take the picture of the family, the black silhouettes and make it negative space, so the purple background shines through, as it does with the Screenshot (10).png text.  Any help would be appreciated.  Please help me gods of illustrator.  Thank you

    a tip:

    Convert the image vector silhouette using image trace command (on top of the options bar)

    then use the pathfinder or the generator of form tool to subtract the background (yellow)

  • help get the records corrected through an existing image?

    I'm doing a lip with a file sync HAVE 'flying pig' I downloaded Adobe stock. I thought that in the way groups name change I could create a puppet. Is there a way to help in getting the correct records with an existing image?

    Jeff

    One of the fastest ways to understand our structure of ideal layering is to open one of our model puppets.  You can do this in the menu of the puppet by selecting, new puppet in Illustrator (or new puppet in Photoshop).  Once you select the menu item, Illustrator will launch and open the model of our puppets.  In the layers panel, you can see that the hierarchy specifies a character that contains different layers with names of specific layers allowing character animation to understand the structure and animating the puppet.  The "+" at the beginning of the name indicates that the layer is distorted independent of the parent layer.  Layers without the + will be part of the "rubber sheet" with the other layers of the same group of warping.  Your puppet should have a hierarchy of layer similar to that of the model, which allows behaviors to live your character.  You can use this template as a guide, or simply replace the work directly in the template file.  Good luck!

  • Need help from the iphone screen colors 4 change and sometimes the screen turns black

    Hello guys I need your help when I turn on my camera, my phone screen colors change, and sometimes it goes to black screen when I lock / unlock my colors sometimes phone repairs to normal, but when I turn on my camera once again it still happens

    The phone has been maintained in the past?

    To exclude a software problem, set it back to factory settings without using the backup data.

    If the screen works after that, restore your backup to new form.

    Use iTunes to restore your device to factory settings - Support Apple iOS

  • I can move the position of the pixel-values (browser-filling) background image?

    I want to design a landing with Muse page. To insert a background image that fills the screen on the top and to the left and right of the browser window edges, I think the best way is to put a picture as the fill "browser" (I this translated from the German term 'Navig-deflectors', then choose suitable size ('scale Passend").

    Unfortunately, if I'm having a menu bar on top of this image, it will always hide the upper part of the image. Can I therefore change the background a little image?

    There may be several ways to achieve this goal within the Muse.

    -Use composition to create the menu, where the menu will only appear on mouse click or hover.

    -Use any image editor and add a rectangle empty start of image where menu will be rendered.

    -Apply the scroll on the Menu so that the menu only to scroll page should appear on the page.

    -Make the homepage with only the picture fill and the link to get inside the site with sub-pages, which should include a menu.

    Thank you

    Sanjit

  • need help with outer join filter.

    Need a little help to filter a result set and I can't seem to find a good way to do this.
    /*table*/
    
    create table invoice( farinvc_invh_code varchar2(100),
                                  farinvc_item varchar2(100),
                                  farinvc_po varchar2(100)
                                  )
       create table po( 
            supplier_number varchar2(60),
            supplier_invoice_no varchar2(60),
            po_number varchar2(60),
            run_date varchar2(60),
            PO_LINE_NUMBER varchar2(60) );
    /*data*/
    
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO_ITEM) VALUES ('I0554164', '1', 'P0142245');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO_ITEM) VALUES ('I0554164', '3', 'P0142245');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO) VALUES ('I0554165', '1', 'P0142246');
    INSERT INTO "INVOICE" (FARINVC_INVH_CODE, FARINVC_ITEM, FARINVC_PO) VALUES ('I0554165', '2', 'P0142246');
    
    
    
    
    
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529132260', 'P0142245', '21-NOV-12', '1');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529137831', 'P0142245', '21-NOV-12', '3');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100121', '529137831', 'P0142245', '21-NOV-12', '2');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100122', '145678', 'P0142246', '22-NOV-12', '1');
    INSERT INTO "PO" (SUPPLIER_NUMBER, SUPPLIER_INVOICE_NO, PO_NUMBER, RUN_DATE, PO_LINE_NUMBER) VALUES ('914100122', '145679', 'P0142246', '22-NOV-12', '2');
    query execution of im.

    SELECT  farinvc_invh_code,
                    supplier_number,
                    supplier_invoice_no,
                    farinvc_item, 
                    farinvc_po ,
                    po_number,
                    run_date,
                    PO_LINE_NUMBER
            FROM INVOICE, PO
            WHERE PO_NUMBER = FARINVC_PO(+)
            AND FARINVC_ITEM(+) = PO_LINE_NUMBER
            
    result
    "FARINVC_INVH_CODE"           "SUPPLIER_NUMBER"             "SUPPLIER_INVOICE_NO"         "FARINVC_ITEM"                "FARINVC_PO"                  "PO_NUMBER"                   "RUN_DATE"                    "PO_LINE_NUMBER"              
    "I0554165"                    "914100122"                   "145678"                      "1"                           "P0142246"                    "P0142246"                    "22-NOV-12"                   "1"                           
    "I0554165"                    "914100122"                   "145679"                      "2"                           "P0142246"                    "P0142246"                    "22-NOV-12"                   "2"                           
    "I0554164"                    "914100121"                   "529132260"                   "1"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "1"                           
    "I0554164"                    "914100121"                   "529137831"                   "3"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "3"                           
    ""                            "914100121"                   "529137831"                   ""                            ""                            "P0142245"                    "21-NOV-12"                   "2"                           
    It is a much larger table, and I took an excerpt in order to keep things clear and understanding. I would like to filter the result set to only show lines that have po numbers are the same and line are the same but there is an additional element. in other words as such.
    "FARINVC_INVH_CODE"           "SUPPLIER_NUMBER"             "SUPPLIER_INVOICE_NO"         "FARINVC_ITEM"                "FARINVC_PO"                  "PO_NUMBER"                   "RUN_DATE"                    "PO_LINE_NUMBER"              
    "I0554164"                    "914100121"                   "529132260"                   "1"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "1"                           
    "I0554164"                    "914100121"                   "529137831"                   "3"                           "P0142245"                    "P0142245"                    "21-NOV-12"                   "3"                           
    ""                            "914100121"                   "529137831"                   ""                            ""                            "P0142245"                    "21-NOV-12"                   "2"                           

    Hello

    Let me assure you that I understand.
    Last time, we were looking for the PO_NUMBERs who have been partially put into correspondence , i.e. groups of rows in the order table with the same po_number, which some had corresponding lines in the table Bill, and some of whom have not. It was essential that there is at least 1 line and 1 row without connections with the same purchase order.
    Now that you are interested SUPPLIER_INVOICE_NOs who are partially paired, i.e. groups of rows in the table of po with the same po_number and supplier_invoice_no, some of which have corresponding lines in the invoice table, and some are not. ("Supplier_Invoice_No" is quite a mouthful. "We'll abbreviate as sin in the future.) However, the final selection is based on po_numbers: If a po_number has partially matched sins, then we are interested all po_number. For example, the result set must include = 529132260 SIN, even if that sin is completely, because there is a partially matching sin (529137831) with the same po_number (P0142245).

    As this problem revolves around partially matching sins, let's call them Cardinal sins . We can calculate match_cnt and total_cnt based NAS as well as po_number. Then, we can use another analytic function so see if the po_number has all cardinal_sins, like this:

    WITH    joined_data     AS
    (
         SELECT     i.farinvc_invh_code
         ,     p.supplier_number
         ,     p.supplier_invoice_no
         ,     i.farinvc_item
         ,     i.farinvc_po
         ,     p.po_number
         ,     p.run_date
         ,     p.po_line_number
         ,     COUNT (i.farinvc_po) OVER ( PARTITION BY  p.po_number
                                            ,                  p.supplier_invoice_no
                               )     AS match_cnt
         ,     COUNT (*)           OVER ( PARTITION BY  p.po_number
                                            ,                  p.supplier_invoice_no
                                          )     AS total_cnt
         FROM           po       p
         LEFT OUTER JOIN  invoice  i  ON   i.farinvc_po    = p.po_number
                                      AND  i.farinvc_item  = p.po_line_number
    )
    ,     got_cardinal_sin_cnt     AS
    (
         SELECT  joined_data.*
         ,     SUM ( CASE
                        WHEN  match_cnt  >= 1
                     AND     match_cnt  <  total_cnt
                     THEN  1
                    END
                  ) OVER (PARTITION BY  po_number)     AS cardinal_sin_cnt
         FROM    joined_data
    )
    SELECT    farinvc_invh_code
    ,       supplier_number
    ,       supplier_invoice_no
    ,       farinvc_item
    ,       farinvc_po
    ,       po_number
    ,       run_date
    ,       po_line_number
    FROM       got_cardinal_sin_cnt
    WHERE       cardinal_sin_cnt     > 0
    ORDER BY  po_number
    ,            farinvc_item
    ;
    
  • I need help with a radiation filter

    Hi guys,.

    I have a screen with a background and five different letter (objects) on it.

    I need these letters (C, O, etc) to be turned on in and out all the time, because they will be "interactive"... objects

    Now, apply the filter to make them glow, is easy... but how do I get it out and in (as when you play bejeweled and you don t know what to do and the game gives you a clue)

    I'd appreciate any help on this.

    Thank you very much

    Keep a radiation persistent for each filter (or re-using foreach) is a good idea. Here is a complete example, you can paste it into a new--> Document AS3 in Flash to show you how to use the Tween class integrated events:

    import flash.filters.GlowFilter;

    Import fl.transitions.Tween;

    Import fl.transitions.easing.Regular;

    Import fl.transitions.TweenEvent;

    import flash.text.TextField;

    import flash.text.TextFormat;

    import flash.text.AntiAliasType;

    Place the TextField to glow

    var letters_txt:TextField = new TextField();

    letters_txt. Width = 200;

    letters_txt. Height = 75;

    letters_txt.x = letters_txt.y = 100;

    letters_txt.antiAliasType = AntiAliasType.ADVANCED;

    letters_txt. Text = "GLOW."

    letters_txt.setTextFormat (new TextFormat("Arial",50,0x0,true));

    addChild (letters_txt);

    object to store the values of interpolation

    var glowProperties:Object = new Object();

    glowProperties.strength = 2;

    glowProperties.blurRadius = 20;

    glowProperties.alpha = 1;

    glowProperties.position = 100; only one percent, from 0 to 100

    Add a glow

    letters_txt.filters = [new GlowFilter(0xFF0000,1,20,20,2,1,false,false)];

    more than 2 seconds to animate the 'position' property in the

    object glowProperties from 100 to 0, then yoyo

    var myTween:Tween = new Tween (glowProperties, "position", Regular.easeInOut, 0, 100, 1, true);

    each change, handle it myself

    myTween.addEventListener (TweenEvent.MOTION_CHANGE, onTweenChange);

    end of the tween, the inversion and continue

    myTween.addEventListener (TweenEvent.MOTION_FINISH, onTweenFinish);

    manage the update properties based on position (0-100)

    function onTweenChange(e:TweenEvent):void

    {

    Calc percent of the effect to apply

    var pct:Number = glowProperties.position / 100;

    multiply the values of each property once the percentage of position

    var str:Number = glowProperties.strength * pct;

    var rad:Number = glowProperties.blurRadius * pct;

    var al: Number = glowProperties.alpha * pct;

    reapply the filter

    letters_txt.filters = [new GlowFilter (0xFF0000, al, rad, rad, str, 1, false, false)];

    }

    reverse and try again

    function onTweenFinish(e:TweenEvent):void

    {

    myTween.yoyo ();

    myTween.start ();

    }

    Here, I use an object to track the properties I am interested in the animation. Animate a property of this object, the 'position' property She is animated between 0 and 100, more than a second. I am attentive to the TweenEvent.MOTION_CHANGE so I can use the percentage position. I simply multiply each adjustment of the effect of this percentage to change the effect over time.

    When the Tween is finished TweenEvent.MOTION_FINISH triggers and I run the yoyo() function to reverse the change in the 'position' property so it goes back from 0 to 100, making a back loop. 100-0, then 0-100, rinse repeat.

    This can certainly be optimized by directly assigning a GlowFilter itself which is applied to several objects rather than recreating a new GlowFilter each change. You get the general idea, however.

    TweenLite is useful here as well because it can change many properties at once instead of one as the built in Tween class. Simply run the finished, reverse() method then restart() interpolation. Here are a few examples start-up. Also, if you don't mind the stature, TweenMax has the same syntax but supports the properties of 'repeat' and 'yoyo' to make your glow all literally take one line of code.

    Example of TweenMax (with anon function though):

    import flash.filters.GlowFilter;

    import flash.text.TextField;

    import flash.text.TextFormat;

    import flash.text.AntiAliasType;

    import com.greensock.TweenMax;

    import com.greensock.easing.Quad;

    Place the TextField to glow

    var letters_txt:TextField = new TextField();

    letters_txt. Width = 200;

    letters_txt. Height = 75;

    letters_txt.x = letters_txt.y = 100;

    letters_txt.antiAliasType = AntiAliasType.ADVANCED;

    letters_txt. Text = "GLOW."

    letters_txt.setTextFormat (new TextFormat("Arial",50,0x0,true));

    addChild (letters_txt);

    generate the radiation filter, apply

    var glowF:GlowFilter = new GlowFilter(0xFF0000,1,20,20,2,1,false,false);

    letters_txt.filters = [glowF];

    animate with tweenmax

    TweenMax.to (glowF, 1, {alpha: 0})

    blurX:0,

    blurY:0,

    power: 0.

    Ease:quad.easeInOut,

    yoyo: true,

    repeat:-1.

    onUpdate:function (): void {letters_txt.filters = [glowF] ;}

    });

    On a modern computer ~ 5 years old or more recent it is extremely easy to do. If you're programming device you really want to consider a different approach (such as fade in a version already glowing text on the non-incandescent text to 'fake it').

  • Need help with treatment of the raw image data

    I found that I can access the input raw through params [0]-> u.ld image and the output image I can write via the output in the rendering parameter works. I get most of the information required by the data, the width, the height and rowbytes members of these structures, but I can't understand how to determine the format or bit per pixel images. I would like the process, the data of params [0]-> u.ld.data and write directly to the output-> data, but I need to know the pixel format to correctly interpret image data.

    How can I get the number of bits of the output images? Is there a way to make my plugin support only 128 bits per pixel floatin' fist data?

    the best way to tell the depth of the incoming world is:

    extra-> input-> bitdepth;

    It gives all of the following values: 8, 16, 32.

    the 'extra' is one of the parameters passed to your plugin in the smart_render call, and this is true for the worlds of entry and exit.

    the second way is a little heavier, but you can check everyone with it:

    PF_WorldSuite2 * wsP = NULL;

    ERR (suites. Pica()-> AcquireSuite (kPFWorldSuite, kPFWorldSuiteVersion2, (const void *) &wsP));)

    ERR (wsP-> PF_GetPixelFormat (inputP, pixelFormat));

    ERR (suites. Pica()-> ReleaseSuite (kPFWorldSuite, kPFWorldSuiteVersion2));

    the type of pixel AE uses always is ARGB.

  • Helps with the removal of the picture of someone

    I'm fairly new to photoshop and I am familiar with the removal of the items/content aware. In the link im trying to remove the person with the hat on and whats difficulty flying over to give the impression that the water is. Especially if the difficulty to remove the lower part of the guy between her arms and keep water and plants there.

    http://i.imgur.com/Ol4NQ2J.jpg

    So my question would be what is the way most own pro of the person and to now look like water and weeds are still there? Thanks for the help.

    Thanks Cadogan, I'm glad you like the results. Here are some images that might help:

    It was the plane, I did inside the vanishing point, the idea is to ignore everything else and just try to focus on the perspective of the river. If your aircraft becomes red or yellow, you have an invalid plan this vanishing point can't really understand. play with the settings until you get a blue plane. Once the plane looks good, click ok to exit the vanishing point.

    Create a new layer and return to the point of escape, clone stamp, a little water in the upper right area, until you get something like this:

    as you can see I'm riding his arms a lot and clean up unwanted parts later by loading the mask. play with the levels to lighten some water, and it should marry very well.

    Finally, add a new layer for Clone Stamp weeds, it was general areas, I used:

    Please post again if you have any questions, have fun!

  • Help with the service of Skype numbers!

    So far, Support of Skype in Twitter acknowledged my request for help. And Skype Forum Administrators are too fast by removing the images they feel reveal content staff.

    It's now 28 hours since I've paid for my Skype number. The site says that it is active. But with the help of customers of Skype, my Skype number is not active.

    I use Skype since 2005. Now, I need to know what happened to the $18 I paid for the renewal of my Skype number. Help me anyone in Skype? Or I'll be ignored because my images are deleted.

    All I ask, "why does my Skype number display"non-active"after I paid for that on the web?" -It's a SIMPLE QUESTION.

    OK, I tweeted using Skype in Twitter. No response. I wrote this problem in the community forums of Skype, my image has been deleted, and I received a warning. What should I do now?

    Active Skype user since 2005. Advocate for Skype for PSP.
    Using Skype on PSP Go, my | phone A818 Duo (Android Gingerbread), Xubuntu Linux.
    SkypeIn user since July 2009.

    KuyaMarc wrote:


    What should I do now?

    Hello
    It is a peer-to-peer Forum. Your matter resolved please contact Skype here: contact customer service

    For your protection, all identifiable personal information is deleted because it is a public website.

    Thank you.

    TIME ZONE - US EAST. LOCATION - PHILADELPHIA, PA, USA.

    I recommend that you always run the latest version of Skype: Windows & Mac

    If my advice helped to solve your problem, please mark it as a solution to help others.
    Please note that I usually do not respond to unsolicited private Messages. Thank you.

  • With the help of the mouse click to return the coordinates of the image.

    Okay, so I tried to find a way to do it, and it seems very complicated for something that sounds really simple.

    Anyway. I have a camera that updates an object image on the front panel using a while loop. I have another image object that is updated with a still image when you press the button "snap." Now what I want to do is to click on a point in the image that are broken and have the VI to return the coordinates of this pixel as part of coordinated image.

    What I have so far is a structure of event in the while loop with the following to happen where "image object-> the mouse down:

    Server reference (reference to the image object)-> property (last position of the mouse)-> output coordinated screen node.

    I have two errors that don't make much sense to me (I have not worked with before event structures): ' event data node contains terminal unwired or bad "and"structure of the event one or several cases of event have no defined event. " This second shot seems odd because I don't actually want nothing to take if there is no click of a mouse. The first seems to refer to the box of the element on the left side of the structure of the event.

    Above is my last attmpt to the trouble of sorting and as far as I can see it should work. whatever about the errors, I even take the right approach with that? I would have thought cordinates image would be quite common but seek advice here, it does not seem...

    A bit puzzled here. Any help is very appreciated.

    Hello RoBoTzRaWsUm,

    I took a glance at your VI, who took a correct approach to the data you are looking for.  As you structure to aid and the event, you should look for an event to occur.  When you use a property node, you try to read an attribute of a control.  However, in a Structure of the event, I think you should use a node to invoke.  Allows a node to invoke your read an event or write a method with the control class in LabVIEW.

    1. place down and call the node in the Palette of functions in "Programming"-> "Application Control".

    2 wire your reference Image control to this

    3. click on the method, and then select 'get a last event. "

    4. right click on "Events that" and "create Constant.  Do the constant '1' in the table

    5. read the Cluster "Contact information" from the left side of the case of the event by clicking and "create indicator.

    You will find a piece of code attached example.

    Concerning

  • Is it possible to delete a plot with the help of the mouse select the chart control?

    For example, when I use the plot to draw thousands of lines on the chart control, I want to delete some of them, but there are thousands of generated plotHandle.

    How can I get the plotHandle of the specific line on the chart control with the help of the mouse to select the option?

    If I save the information from the lines, such as the plotHandle and the coordinates on a table or list, etc, I compare information lines for the plotHandle of the specific line.
    Is it all a user-friendly way to remove a track selection on the chart control?

    I can't give you a reasonable way to solve this problem, since as you have already noted plot do not snappable plots.

    A possible warkaround would be to replace the plot of individual instructions with a PlotXY matching with 2 bays 2 points each, which correspond to the x 1, x 2, y1, y2 parameters to plot. PlotXY plots are snappable, so you can enable this procedure select the plot and remove it.

  • Need help with deleting/closing 63 process running on the computer always?

    MY COMPUTER COSISTANTLY HAS ABOUT 60 PROCESSES RUNNING ALL THE TIME. I HAVE READ ALL THE INFORMATION ON WHAT THEY ARE AND WHAT THEY MEAN, BUT I STILL DON'T KNOW WHAT PROCESS I MUST CLOSE AND FEAR THAT I WILL END UP SHUTTING DOWN THE ONE WHO SHOULD RUN. IM NOT VERY SAVVY COMPUTER SO I DO NOT REALLY UNDERSTAND WHAT WANTS ALL SAY, BUT I DID RESEARCH ALMOST ALL PROCESSES TO SEE IF IT WOULD HELP ME DISTINGUISH WHICH THOSE DI NO NEED TO RUN WELL, IT HAS NOT HELPED. PLEASE IF ANYONE CAN HELP ME CLOSE / REMOVE PROCESSES THAT MUST RUN AND HELP ME FIND A PERMEANT WAY TO PROGRAMS/PROCESSES IN ORDER TO CLOSE WHEN NOT IN USE. THANKS FOR ANY HELP IT IS GREATLY APPRECIATED!

    Hello jacquelinek1104,

    Below, I've added a link with another similar to your question.  Hope this helps you.

    Microsoft Answers:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/how-many-processes-should-be-running/e82e627d-89b0-432c-9E6F-f689686398d4

    Thank you

    James

Maybe you are looking for