How can I highlight parts in a screenshot












7















High-level use case: Highlight parts in a screenshot



I don't care if gimp or another tool gets used to solve this.



Up to now, I do it like this:




  1. Super-key "screen..."

  2. choose application "Screenshot"

  3. take screenshot

  4. save it as foo.png

  5. open gimp

  6. select pencil

  7. set color to red

  8. set brush type to pixel

  9. set width of brush to 4

  10. mark the part

  11. overwrite foo.png


Unfortunately, gimp does not remember the settings.



I need to do step 6 to 9 over and over again.



What is the easiest way to take a screenshot and highlight a part?



Version: Ubuntu 18.04










share|improve this question




















  • 1





    Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

    – pomsky
    yesterday











  • @pomsky the old question is related, but different. Please answer the current answer question here.

    – guettli
    yesterday













  • I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

    – pomsky
    yesterday


















7















High-level use case: Highlight parts in a screenshot



I don't care if gimp or another tool gets used to solve this.



Up to now, I do it like this:




  1. Super-key "screen..."

  2. choose application "Screenshot"

  3. take screenshot

  4. save it as foo.png

  5. open gimp

  6. select pencil

  7. set color to red

  8. set brush type to pixel

  9. set width of brush to 4

  10. mark the part

  11. overwrite foo.png


Unfortunately, gimp does not remember the settings.



I need to do step 6 to 9 over and over again.



What is the easiest way to take a screenshot and highlight a part?



Version: Ubuntu 18.04










share|improve this question




















  • 1





    Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

    – pomsky
    yesterday











  • @pomsky the old question is related, but different. Please answer the current answer question here.

    – guettli
    yesterday













  • I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

    – pomsky
    yesterday
















7












7








7


3






High-level use case: Highlight parts in a screenshot



I don't care if gimp or another tool gets used to solve this.



Up to now, I do it like this:




  1. Super-key "screen..."

  2. choose application "Screenshot"

  3. take screenshot

  4. save it as foo.png

  5. open gimp

  6. select pencil

  7. set color to red

  8. set brush type to pixel

  9. set width of brush to 4

  10. mark the part

  11. overwrite foo.png


Unfortunately, gimp does not remember the settings.



I need to do step 6 to 9 over and over again.



What is the easiest way to take a screenshot and highlight a part?



Version: Ubuntu 18.04










share|improve this question
















High-level use case: Highlight parts in a screenshot



I don't care if gimp or another tool gets used to solve this.



Up to now, I do it like this:




  1. Super-key "screen..."

  2. choose application "Screenshot"

  3. take screenshot

  4. save it as foo.png

  5. open gimp

  6. select pencil

  7. set color to red

  8. set brush type to pixel

  9. set width of brush to 4

  10. mark the part

  11. overwrite foo.png


Unfortunately, gimp does not remember the settings.



I need to do step 6 to 9 over and over again.



What is the easiest way to take a screenshot and highlight a part?



Version: Ubuntu 18.04







18.04 screenshot image-processing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 18 hours ago









cmak.fr

2,0991021




2,0991021










asked yesterday









guettliguettli

59452267




59452267








  • 1





    Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

    – pomsky
    yesterday











  • @pomsky the old question is related, but different. Please answer the current answer question here.

    – guettli
    yesterday













  • I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

    – pomsky
    yesterday
















  • 1





    Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

    – pomsky
    yesterday











  • @pomsky the old question is related, but different. Please answer the current answer question here.

    – guettli
    yesterday













  • I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

    – pomsky
    yesterday










1




1





Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

– pomsky
yesterday





Revisit this answer posted to your older question. Both Shutter and Flameshot would do the job pretty well.

– pomsky
yesterday













@pomsky the old question is related, but different. Please answer the current answer question here.

– guettli
yesterday







@pomsky the old question is related, but different. Please answer the current answer question here.

– guettli
yesterday















I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

– pomsky
yesterday







I never claimed the questions are the same... (BTW I didn't downvote if you're pointing to that)

– pomsky
yesterday












3 Answers
3






active

oldest

votes


















12














There was Shutter but the edit (marking some parts) feature is a bit hard to enable under recent Ubuntu.
Personaly familiar with Shutter, I did enable the edit feature by downloading missing debs. It works fine



sudo apt install shutter
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
sudo apt --fix-broken install


enter image description here




If you prefer some out of box app, you can take a look to Flameshot (available in Ubuntu repositories via apt)
sudo apt install flameshot


flameshot demo






share|improve this answer





















  • 1





    Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

    – pbhj
    yesterday






  • 1





    You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

    – Organic Marble
    yesterday











  • Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

    – Videonauth
    yesterday











  • @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

    – cmak.fr
    yesterday











  • @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

    – Videonauth
    yesterday





















5














In Gimp you can save tool settings, using the icons at the bottom of the tool options:



enter image description here



(the icons are bit different in Gimp 2.8 but the functionality is the same)



If you use Gimp mostly for this, you can also make the whole setup your default when you start Gimp:




  • Activate the pencil tool

  • Set colors

  • Set brush and brush size

  • Set whatever you like as a default (font, gradient, pattern...)


Go to Edit>Preferences>Tools options




  • Uncheck Save tool options on exit

  • Click Save tool options now


In Gimp 2.10, also go to Edit>Preferences>Input devices




  • Uncheck Save input device settings on exit

  • Check Save input device settings now






share|improve this answer































    1














    I think you got better answers already providing specific tools for Ubuntu.
    Still I share my 50 cents here. This is how I do when I need to highlight a part of the image.




    1. Simply open it in GIMP

    2. Add a new layer

    3. Make a selection of the parts I want to Highlight.

    4. Fill with a colour

    5. Change the blending option with one that works for me.

    6. Export to your taste (image, copy/paste, and so on...)


    In point 3: To make regular and clean results I often use guides to have a standard line height on text or precise selection overall. I often zoom to be pixel perfect. Them you can quickly get very precise selection using magnet selection.



    In point 5: I use Multiply mostly.
    On white backgrounds Result : Text + coloured frame. Like a highlighter pen.
    On Black backgrounds Result : Coloured text.



    There are tons of apps now that give such results quickly but often you have to draw the lines with mouse which to me give unclean results hence all the fuss with GIMP.
    Now I would go for Flameshot from what I see.






    share|improve this answer








    New contributor




    猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123472%2fhow-can-i-highlight-parts-in-a-screenshot%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      12














      There was Shutter but the edit (marking some parts) feature is a bit hard to enable under recent Ubuntu.
      Personaly familiar with Shutter, I did enable the edit feature by downloading missing debs. It works fine



      sudo apt install shutter
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
      sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
      sudo apt --fix-broken install


      enter image description here




      If you prefer some out of box app, you can take a look to Flameshot (available in Ubuntu repositories via apt)
      sudo apt install flameshot


      flameshot demo






      share|improve this answer





















      • 1





        Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

        – pbhj
        yesterday






      • 1





        You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

        – Organic Marble
        yesterday











      • Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

        – Videonauth
        yesterday











      • @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

        – cmak.fr
        yesterday











      • @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

        – Videonauth
        yesterday


















      12














      There was Shutter but the edit (marking some parts) feature is a bit hard to enable under recent Ubuntu.
      Personaly familiar with Shutter, I did enable the edit feature by downloading missing debs. It works fine



      sudo apt install shutter
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
      sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
      sudo apt --fix-broken install


      enter image description here




      If you prefer some out of box app, you can take a look to Flameshot (available in Ubuntu repositories via apt)
      sudo apt install flameshot


      flameshot demo






      share|improve this answer





















      • 1





        Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

        – pbhj
        yesterday






      • 1





        You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

        – Organic Marble
        yesterday











      • Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

        – Videonauth
        yesterday











      • @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

        – cmak.fr
        yesterday











      • @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

        – Videonauth
        yesterday
















      12












      12








      12







      There was Shutter but the edit (marking some parts) feature is a bit hard to enable under recent Ubuntu.
      Personaly familiar with Shutter, I did enable the edit feature by downloading missing debs. It works fine



      sudo apt install shutter
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
      sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
      sudo apt --fix-broken install


      enter image description here




      If you prefer some out of box app, you can take a look to Flameshot (available in Ubuntu repositories via apt)
      sudo apt install flameshot


      flameshot demo






      share|improve this answer















      There was Shutter but the edit (marking some parts) feature is a bit hard to enable under recent Ubuntu.
      Personaly familiar with Shutter, I did enable the edit feature by downloading missing debs. It works fine



      sudo apt install shutter
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
      wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
      sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
      sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
      sudo apt --fix-broken install


      enter image description here




      If you prefer some out of box app, you can take a look to Flameshot (available in Ubuntu repositories via apt)
      sudo apt install flameshot


      flameshot demo







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited yesterday

























      answered yesterday









      cmak.frcmak.fr

      2,0991021




      2,0991021








      • 1





        Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

        – pbhj
        yesterday






      • 1





        You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

        – Organic Marble
        yesterday











      • Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

        – Videonauth
        yesterday











      • @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

        – cmak.fr
        yesterday











      • @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

        – Videonauth
        yesterday
















      • 1





        Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

        – pbhj
        yesterday






      • 1





        You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

        – Organic Marble
        yesterday











      • Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

        – Videonauth
        yesterday











      • @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

        – cmak.fr
        yesterday











      • @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

        – Videonauth
        yesterday










      1




      1





      Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

      – pbhj
      yesterday





      Nice gif, top marks. I think Okular (KDE file viewer) does highlighting like that.

      – pbhj
      yesterday




      1




      1





      You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

      – Organic Marble
      yesterday





      You can install the full version of shutter with all dependencies from this ppa: launchpad.net/~linuxuprising/+archive/ubuntu/shutter

      – Organic Marble
      yesterday













      Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

      – Videonauth
      yesterday





      Since when is shutter not complete on Ubuntu? Asking just out of curiosity as it works fine without any other side steps to do on 18.04

      – Videonauth
      yesterday













      @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

      – cmak.fr
      yesterday





      @Videonauth : The Edit image function needs libgoocanvas old version, unavailable in official repos since 18.04.

      – cmak.fr
      yesterday













      @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

      – Videonauth
      yesterday







      @cmak.fr Well then i have a very weird version of shutter :) on my 18.04 shutter install only recommends libgoo-canvas-perl, but not depends on it. and the edit function works. To be precise I installed it just fine without adding any libraries or other repositories to make that happen

      – Videonauth
      yesterday















      5














      In Gimp you can save tool settings, using the icons at the bottom of the tool options:



      enter image description here



      (the icons are bit different in Gimp 2.8 but the functionality is the same)



      If you use Gimp mostly for this, you can also make the whole setup your default when you start Gimp:




      • Activate the pencil tool

      • Set colors

      • Set brush and brush size

      • Set whatever you like as a default (font, gradient, pattern...)


      Go to Edit>Preferences>Tools options




      • Uncheck Save tool options on exit

      • Click Save tool options now


      In Gimp 2.10, also go to Edit>Preferences>Input devices




      • Uncheck Save input device settings on exit

      • Check Save input device settings now






      share|improve this answer




























        5














        In Gimp you can save tool settings, using the icons at the bottom of the tool options:



        enter image description here



        (the icons are bit different in Gimp 2.8 but the functionality is the same)



        If you use Gimp mostly for this, you can also make the whole setup your default when you start Gimp:




        • Activate the pencil tool

        • Set colors

        • Set brush and brush size

        • Set whatever you like as a default (font, gradient, pattern...)


        Go to Edit>Preferences>Tools options




        • Uncheck Save tool options on exit

        • Click Save tool options now


        In Gimp 2.10, also go to Edit>Preferences>Input devices




        • Uncheck Save input device settings on exit

        • Check Save input device settings now






        share|improve this answer


























          5












          5








          5







          In Gimp you can save tool settings, using the icons at the bottom of the tool options:



          enter image description here



          (the icons are bit different in Gimp 2.8 but the functionality is the same)



          If you use Gimp mostly for this, you can also make the whole setup your default when you start Gimp:




          • Activate the pencil tool

          • Set colors

          • Set brush and brush size

          • Set whatever you like as a default (font, gradient, pattern...)


          Go to Edit>Preferences>Tools options




          • Uncheck Save tool options on exit

          • Click Save tool options now


          In Gimp 2.10, also go to Edit>Preferences>Input devices




          • Uncheck Save input device settings on exit

          • Check Save input device settings now






          share|improve this answer













          In Gimp you can save tool settings, using the icons at the bottom of the tool options:



          enter image description here



          (the icons are bit different in Gimp 2.8 but the functionality is the same)



          If you use Gimp mostly for this, you can also make the whole setup your default when you start Gimp:




          • Activate the pencil tool

          • Set colors

          • Set brush and brush size

          • Set whatever you like as a default (font, gradient, pattern...)


          Go to Edit>Preferences>Tools options




          • Uncheck Save tool options on exit

          • Click Save tool options now


          In Gimp 2.10, also go to Edit>Preferences>Input devices




          • Uncheck Save input device settings on exit

          • Check Save input device settings now







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          xenoidxenoid

          1,8131416




          1,8131416























              1














              I think you got better answers already providing specific tools for Ubuntu.
              Still I share my 50 cents here. This is how I do when I need to highlight a part of the image.




              1. Simply open it in GIMP

              2. Add a new layer

              3. Make a selection of the parts I want to Highlight.

              4. Fill with a colour

              5. Change the blending option with one that works for me.

              6. Export to your taste (image, copy/paste, and so on...)


              In point 3: To make regular and clean results I often use guides to have a standard line height on text or precise selection overall. I often zoom to be pixel perfect. Them you can quickly get very precise selection using magnet selection.



              In point 5: I use Multiply mostly.
              On white backgrounds Result : Text + coloured frame. Like a highlighter pen.
              On Black backgrounds Result : Coloured text.



              There are tons of apps now that give such results quickly but often you have to draw the lines with mouse which to me give unclean results hence all the fuss with GIMP.
              Now I would go for Flameshot from what I see.






              share|improve this answer








              New contributor




              猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                1














                I think you got better answers already providing specific tools for Ubuntu.
                Still I share my 50 cents here. This is how I do when I need to highlight a part of the image.




                1. Simply open it in GIMP

                2. Add a new layer

                3. Make a selection of the parts I want to Highlight.

                4. Fill with a colour

                5. Change the blending option with one that works for me.

                6. Export to your taste (image, copy/paste, and so on...)


                In point 3: To make regular and clean results I often use guides to have a standard line height on text or precise selection overall. I often zoom to be pixel perfect. Them you can quickly get very precise selection using magnet selection.



                In point 5: I use Multiply mostly.
                On white backgrounds Result : Text + coloured frame. Like a highlighter pen.
                On Black backgrounds Result : Coloured text.



                There are tons of apps now that give such results quickly but often you have to draw the lines with mouse which to me give unclean results hence all the fuss with GIMP.
                Now I would go for Flameshot from what I see.






                share|improve this answer








                New contributor




                猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  1












                  1








                  1







                  I think you got better answers already providing specific tools for Ubuntu.
                  Still I share my 50 cents here. This is how I do when I need to highlight a part of the image.




                  1. Simply open it in GIMP

                  2. Add a new layer

                  3. Make a selection of the parts I want to Highlight.

                  4. Fill with a colour

                  5. Change the blending option with one that works for me.

                  6. Export to your taste (image, copy/paste, and so on...)


                  In point 3: To make regular and clean results I often use guides to have a standard line height on text or precise selection overall. I often zoom to be pixel perfect. Them you can quickly get very precise selection using magnet selection.



                  In point 5: I use Multiply mostly.
                  On white backgrounds Result : Text + coloured frame. Like a highlighter pen.
                  On Black backgrounds Result : Coloured text.



                  There are tons of apps now that give such results quickly but often you have to draw the lines with mouse which to me give unclean results hence all the fuss with GIMP.
                  Now I would go for Flameshot from what I see.






                  share|improve this answer








                  New contributor




                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  I think you got better answers already providing specific tools for Ubuntu.
                  Still I share my 50 cents here. This is how I do when I need to highlight a part of the image.




                  1. Simply open it in GIMP

                  2. Add a new layer

                  3. Make a selection of the parts I want to Highlight.

                  4. Fill with a colour

                  5. Change the blending option with one that works for me.

                  6. Export to your taste (image, copy/paste, and so on...)


                  In point 3: To make regular and clean results I often use guides to have a standard line height on text or precise selection overall. I often zoom to be pixel perfect. Them you can quickly get very precise selection using magnet selection.



                  In point 5: I use Multiply mostly.
                  On white backgrounds Result : Text + coloured frame. Like a highlighter pen.
                  On Black backgrounds Result : Coloured text.



                  There are tons of apps now that give such results quickly but often you have to draw the lines with mouse which to me give unclean results hence all the fuss with GIMP.
                  Now I would go for Flameshot from what I see.







                  share|improve this answer








                  New contributor




                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered yesterday









                  猫IT猫IT

                  1113




                  1113




                  New contributor




                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  猫IT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123472%2fhow-can-i-highlight-parts-in-a-screenshot%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How to label and detect the document text images

                      Vallis Paradisi

                      Tabula Rosettana