How to get thumbnail of a file?How to get JPEG thumbnails quicklyNemo: How can I fix 'A Problem has been...

Is low emotional intelligence associated with right-wing and prejudiced attitudes?

Glue or not to glue boots

Splice or replace

Can a corpse possessed by a Dybbuk be turned via Turn Undead?

Is a suit against a Univeristy Dorm for changing policies on a whim likely to succeed (USA)?

Job offer without any details but asking me to withdraw other applications - is it normal?

Do my friendships grow, even if I cannot progress the story?

Telling my mother that I have anorexia without panicking her

Linear Programming with additional "if-then"/"Default to zero" constraints?

How to help my 2.5-year-old daughter take her medicine when she refuses to?

Writing a love interest for my hero

Does an oscilloscope subtract voltages as phasors?

How is Team Scooby Doo (Mystery Inc.) funded?

Make 1998 using the least possible digits 8

How to say "quirky" in German without sounding derogatory?

Where to disclose a zero day vulnerability

What officially disallows US presidents from driving?

What jurisdiction do Scottish courts have over the Westminster parliament?

Does my opponent need to prove his creature has morph?

How are chord ratios developed exactly?

How do EVA suits manage water excretion?

Maintenance tips to prolong engine lifespan for short trips

Evidence that matrix multiplication cannot be done in O(n^2 poly(log(n))) time

Might have gotten a coworker sick, should I address this?



How to get thumbnail of a file?


How to get JPEG thumbnails quicklyNemo: How can I fix 'A Problem has been detected with your thumbnail cache'?Extract the thumbnail which is shown in Caja from a videoUse default application as file thumbnail in Mint's file browserHow to remove the thumbnail frame in Nautilus?How do I query individual thumbnail-namespace attributes with the gio command?How to force thumbnail refresh in PCmanFMSupporting new digital cameras Raw files on Linux






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have a xcf file which is corrupted and can't be recovered but it still has thumbnail which is large enough for me. I checked ~/.thumbnails to get it to my home folder but there are 9900 files (I guess they are named with md5) and I can't check them all.



I'm using Xubuntu 14.04. How can I get the corresponding thumbnail.png of a file?










share|improve this question

















bumped to the homepage by Community 21 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.























    0















    I have a xcf file which is corrupted and can't be recovered but it still has thumbnail which is large enough for me. I checked ~/.thumbnails to get it to my home folder but there are 9900 files (I guess they are named with md5) and I can't check them all.



    I'm using Xubuntu 14.04. How can I get the corresponding thumbnail.png of a file?










    share|improve this question

















    bumped to the homepage by Community 21 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















      0












      0








      0








      I have a xcf file which is corrupted and can't be recovered but it still has thumbnail which is large enough for me. I checked ~/.thumbnails to get it to my home folder but there are 9900 files (I guess they are named with md5) and I can't check them all.



      I'm using Xubuntu 14.04. How can I get the corresponding thumbnail.png of a file?










      share|improve this question
















      I have a xcf file which is corrupted and can't be recovered but it still has thumbnail which is large enough for me. I checked ~/.thumbnails to get it to my home folder but there are 9900 files (I guess they are named with md5) and I can't check them all.



      I'm using Xubuntu 14.04. How can I get the corresponding thumbnail.png of a file?







      thumbnails






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 23 '15 at 9:03









      roaima

      49.5k7 gold badges66 silver badges133 bronze badges




      49.5k7 gold badges66 silver badges133 bronze badges










      asked Sep 23 '15 at 8:53









      ValamorValamor

      1




      1






      bumped to the homepage by Community 21 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









      bumped to the homepage by Community 21 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 21 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0
















          I am not aware of any easy way to do this. (I assume you don't have a backup from which you can restore the xcf file?)



          You could try searching the thumbnail directory for files created after the timestamp of your xcf to see if that reduces the number of thumbnail images you need to review:



          mkdir newer_thumbs
          find .thumbnails -type f -newer 'corrupted.xcf' -exec ln --target newer_thumbs {} +


          This will create a newer_thumbs directory containing only thumbnails that were created more recently that your corrupted.xcf file. (You can delete the entire folder when you're done, as it contains only links to the full set of thumbnails.)






          share|improve this answer

































            0
















            Suppose the image file is picture.jpg.
            You can install imagemagick and use the following command.



            sudo apt-get install imagemagick
            convert -thumbnail 200 picture.jpg thumb.picture.jpg





            share|improve this answer






























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "106"
              };
              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: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f231514%2fhow-to-get-thumbnail-of-a-file%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0
















              I am not aware of any easy way to do this. (I assume you don't have a backup from which you can restore the xcf file?)



              You could try searching the thumbnail directory for files created after the timestamp of your xcf to see if that reduces the number of thumbnail images you need to review:



              mkdir newer_thumbs
              find .thumbnails -type f -newer 'corrupted.xcf' -exec ln --target newer_thumbs {} +


              This will create a newer_thumbs directory containing only thumbnails that were created more recently that your corrupted.xcf file. (You can delete the entire folder when you're done, as it contains only links to the full set of thumbnails.)






              share|improve this answer






























                0
















                I am not aware of any easy way to do this. (I assume you don't have a backup from which you can restore the xcf file?)



                You could try searching the thumbnail directory for files created after the timestamp of your xcf to see if that reduces the number of thumbnail images you need to review:



                mkdir newer_thumbs
                find .thumbnails -type f -newer 'corrupted.xcf' -exec ln --target newer_thumbs {} +


                This will create a newer_thumbs directory containing only thumbnails that were created more recently that your corrupted.xcf file. (You can delete the entire folder when you're done, as it contains only links to the full set of thumbnails.)






                share|improve this answer




























                  0














                  0










                  0









                  I am not aware of any easy way to do this. (I assume you don't have a backup from which you can restore the xcf file?)



                  You could try searching the thumbnail directory for files created after the timestamp of your xcf to see if that reduces the number of thumbnail images you need to review:



                  mkdir newer_thumbs
                  find .thumbnails -type f -newer 'corrupted.xcf' -exec ln --target newer_thumbs {} +


                  This will create a newer_thumbs directory containing only thumbnails that were created more recently that your corrupted.xcf file. (You can delete the entire folder when you're done, as it contains only links to the full set of thumbnails.)






                  share|improve this answer













                  I am not aware of any easy way to do this. (I assume you don't have a backup from which you can restore the xcf file?)



                  You could try searching the thumbnail directory for files created after the timestamp of your xcf to see if that reduces the number of thumbnail images you need to review:



                  mkdir newer_thumbs
                  find .thumbnails -type f -newer 'corrupted.xcf' -exec ln --target newer_thumbs {} +


                  This will create a newer_thumbs directory containing only thumbnails that were created more recently that your corrupted.xcf file. (You can delete the entire folder when you're done, as it contains only links to the full set of thumbnails.)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Sep 23 '15 at 9:12









                  roaimaroaima

                  49.5k7 gold badges66 silver badges133 bronze badges




                  49.5k7 gold badges66 silver badges133 bronze badges




























                      0
















                      Suppose the image file is picture.jpg.
                      You can install imagemagick and use the following command.



                      sudo apt-get install imagemagick
                      convert -thumbnail 200 picture.jpg thumb.picture.jpg





                      share|improve this answer
































                        0
















                        Suppose the image file is picture.jpg.
                        You can install imagemagick and use the following command.



                        sudo apt-get install imagemagick
                        convert -thumbnail 200 picture.jpg thumb.picture.jpg





                        share|improve this answer






























                          0














                          0










                          0









                          Suppose the image file is picture.jpg.
                          You can install imagemagick and use the following command.



                          sudo apt-get install imagemagick
                          convert -thumbnail 200 picture.jpg thumb.picture.jpg





                          share|improve this answer















                          Suppose the image file is picture.jpg.
                          You can install imagemagick and use the following command.



                          sudo apt-get install imagemagick
                          convert -thumbnail 200 picture.jpg thumb.picture.jpg






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Sep 23 '15 at 9:19









                          Reza

                          1033 bronze badges




                          1033 bronze badges










                          answered Sep 23 '15 at 9:13









                          nur farazinur farazi

                          1012 bronze badges




                          1012 bronze badges


































                              draft saved

                              draft discarded



















































                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • 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%2funix.stackexchange.com%2fquestions%2f231514%2fhow-to-get-thumbnail-of-a-file%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

                              Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                              Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                              Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...