View images and captionsWhere is the 1:1 zoom button in Image Viewer in Ubuntu 16.04?Fix animated GIF images which eog can't open, but Firefox and ImageMagick canuninstall image viewerCan you recommend a fullscreen images viewer that can save an image with the press of a single key?Larger thumbnails in Image Viewer (eog) or gThumbUpdated to 4.15.0-29.31 Ubuntu 18.04, and my wifi and ethernet stopped workingInternet speed reduction (on installed system) Kubuntu 18.04 LTSXubuntu 18.04 LTS Ristretto does not open image.ascii.pgm files

If a celestial gets corrupted and turns evil, does it get converted to a fiend?

Artificially isolated pawn in the Caro-Kann

Did the Allies reverse the threads on secret microfilm-hiding buttons to thwart the Germans?

Letters associated with prime numbers

Is Bcrypt a hashing algorithm or is my study material wrong?

Is there a high level reason why the inverse square law of gravitation yields periodic orbits without precession?

Define a command differently in inline vs display mode

Sci-fi book trilogy about space travel & 'jacking'

Can one attune multiple items at the same time?

How do I figure out how many hydrogens my compound actually has using a mass and NMR spectrum?

SAME DIGIT NUMBER PUZZLE

Why was the "Cave of the Patriarchs" forbidden to Jews?

How can I filter an EntityClass by _not_ having a property?

How to move a paragraph and paste it without an initial newline first

Why are so many cities in the list of 50 most violent cities in the world located in South and Central America?

What does /r mean in a score?

Would the professor leave the classroom if only 1 student uses their cellphone during class?

Pass variable to sed and change backslash to forward slash

Scrum Team and Product Owner working against each other

Why would an elected (absentionist) Sinn Féin MP resign from the House of Commons?

Coworkers accusing me of "cheating" for working more efficiently

I am particularly fascinated by the Chinese character that is pronounced SHIN & means faith or belief

Why do some web servers still provide information on vendor and version in the HTTP response headers

Tool/Editor to visualize optimization problem files and solutions



View images and captions


Where is the 1:1 zoom button in Image Viewer in Ubuntu 16.04?Fix animated GIF images which eog can't open, but Firefox and ImageMagick canuninstall image viewerCan you recommend a fullscreen images viewer that can save an image with the press of a single key?Larger thumbnails in Image Viewer (eog) or gThumbUpdated to 4.15.0-29.31 Ubuntu 18.04, and my wifi and ethernet stopped workingInternet speed reduction (on installed system) Kubuntu 18.04 LTSXubuntu 18.04 LTS Ristretto does not open image.ascii.pgm files






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









2

















I'm running Ubuntu 18.04 (x86_64, kernel 4.15.0-50-generic). The default image viewer is EOG.



In a directory I stored some images and a text file for each image, with the caption.



  1. Is it possible to display both the image and the caption with EOG?

  2. If not, is there any other image viewer which can do this?









share|improve this question


































    2

















    I'm running Ubuntu 18.04 (x86_64, kernel 4.15.0-50-generic). The default image viewer is EOG.



    In a directory I stored some images and a text file for each image, with the caption.



    1. Is it possible to display both the image and the caption with EOG?

    2. If not, is there any other image viewer which can do this?









    share|improve this question






























      2












      2








      2








      I'm running Ubuntu 18.04 (x86_64, kernel 4.15.0-50-generic). The default image viewer is EOG.



      In a directory I stored some images and a text file for each image, with the caption.



      1. Is it possible to display both the image and the caption with EOG?

      2. If not, is there any other image viewer which can do this?









      share|improve this question

















      I'm running Ubuntu 18.04 (x86_64, kernel 4.15.0-50-generic). The default image viewer is EOG.



      In a directory I stored some images and a text file for each image, with the caption.



      1. Is it possible to display both the image and the caption with EOG?

      2. If not, is there any other image viewer which can do this?






      18.04 eog image-viewer






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 17 at 9:51









      Zanna

      53.6k15 gold badges150 silver badges252 bronze badges




      53.6k15 gold badges150 silver badges252 bronze badges










      asked May 30 at 10:12









      BowParkBowPark

      1531 gold badge1 silver badge9 bronze badges




      1531 gold badge1 silver badge9 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          2


















          I use Kubuntu 18.04 which has Gwenview as its image viewer. It's available in the repositories but it may pull in quite a few dependencies if you haven't already installed other qt-based applications. Run apt install -s gwenview to see if you're comfortable installing it.



          enter image description here



          Gwenview doesn't display a text file and the corresponding image together but it has a sidebar in which you can enter a description of your image by typing or pasting content in the Description box.



          In the following composite,



          • the first image has the description area blank

          • the second, third, and fourth images have small descriptions.

          Gwenview showing descriptions of images




          Gwenview uses something called "extended file attributes" to store information you enter in the Descriptions box. I learned that here.



          If you decide you want to extract all the descriptions, you can. First install xattr from the Universe repository.




          Description: tool for manipulating filesystem extended attributes




          Then, run



          xattr -l *.png


          from the folder containing your images, assuming them to be .png.



          You'll get a consolidated output like this:



          01-default.png: user.xdg.comment: This is the default color scheme of the Ranger file manager. 
          02-jungle.png: user.xdg.comment: Jungle is another color scheme included when you install Ranger.
          03-snow.png: user.xdg.comment: This is snow, the third color scheme included with Ranger.
          04-solarized.png: user.xdg.comment: This is solarized. This color scheme isn't included with Ranger.


          I haven't addressed the following issues because I don't understand much about extended file attributes myself:



          • where this information is stored

          • whether the information can be accessed by other programs

          • the maximum length of material you can include in the description

          but the following links could be of use:




          • Extended File Attributes Rock!


          • where are extended attributes stored?


          • Differences between purposes of inode, fork and extended file attribute?

          • How to View & Remove Extended Attributes from a File on Mac OS





          share|improve this answer





























            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/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%2faskubuntu.com%2fquestions%2f1147373%2fview-images-and-captions%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2


















            I use Kubuntu 18.04 which has Gwenview as its image viewer. It's available in the repositories but it may pull in quite a few dependencies if you haven't already installed other qt-based applications. Run apt install -s gwenview to see if you're comfortable installing it.



            enter image description here



            Gwenview doesn't display a text file and the corresponding image together but it has a sidebar in which you can enter a description of your image by typing or pasting content in the Description box.



            In the following composite,



            • the first image has the description area blank

            • the second, third, and fourth images have small descriptions.

            Gwenview showing descriptions of images




            Gwenview uses something called "extended file attributes" to store information you enter in the Descriptions box. I learned that here.



            If you decide you want to extract all the descriptions, you can. First install xattr from the Universe repository.




            Description: tool for manipulating filesystem extended attributes




            Then, run



            xattr -l *.png


            from the folder containing your images, assuming them to be .png.



            You'll get a consolidated output like this:



            01-default.png: user.xdg.comment: This is the default color scheme of the Ranger file manager. 
            02-jungle.png: user.xdg.comment: Jungle is another color scheme included when you install Ranger.
            03-snow.png: user.xdg.comment: This is snow, the third color scheme included with Ranger.
            04-solarized.png: user.xdg.comment: This is solarized. This color scheme isn't included with Ranger.


            I haven't addressed the following issues because I don't understand much about extended file attributes myself:



            • where this information is stored

            • whether the information can be accessed by other programs

            • the maximum length of material you can include in the description

            but the following links could be of use:




            • Extended File Attributes Rock!


            • where are extended attributes stored?


            • Differences between purposes of inode, fork and extended file attribute?

            • How to View & Remove Extended Attributes from a File on Mac OS





            share|improve this answer
































              2


















              I use Kubuntu 18.04 which has Gwenview as its image viewer. It's available in the repositories but it may pull in quite a few dependencies if you haven't already installed other qt-based applications. Run apt install -s gwenview to see if you're comfortable installing it.



              enter image description here



              Gwenview doesn't display a text file and the corresponding image together but it has a sidebar in which you can enter a description of your image by typing or pasting content in the Description box.



              In the following composite,



              • the first image has the description area blank

              • the second, third, and fourth images have small descriptions.

              Gwenview showing descriptions of images




              Gwenview uses something called "extended file attributes" to store information you enter in the Descriptions box. I learned that here.



              If you decide you want to extract all the descriptions, you can. First install xattr from the Universe repository.




              Description: tool for manipulating filesystem extended attributes




              Then, run



              xattr -l *.png


              from the folder containing your images, assuming them to be .png.



              You'll get a consolidated output like this:



              01-default.png: user.xdg.comment: This is the default color scheme of the Ranger file manager. 
              02-jungle.png: user.xdg.comment: Jungle is another color scheme included when you install Ranger.
              03-snow.png: user.xdg.comment: This is snow, the third color scheme included with Ranger.
              04-solarized.png: user.xdg.comment: This is solarized. This color scheme isn't included with Ranger.


              I haven't addressed the following issues because I don't understand much about extended file attributes myself:



              • where this information is stored

              • whether the information can be accessed by other programs

              • the maximum length of material you can include in the description

              but the following links could be of use:




              • Extended File Attributes Rock!


              • where are extended attributes stored?


              • Differences between purposes of inode, fork and extended file attribute?

              • How to View & Remove Extended Attributes from a File on Mac OS





              share|improve this answer






























                2














                2










                2









                I use Kubuntu 18.04 which has Gwenview as its image viewer. It's available in the repositories but it may pull in quite a few dependencies if you haven't already installed other qt-based applications. Run apt install -s gwenview to see if you're comfortable installing it.



                enter image description here



                Gwenview doesn't display a text file and the corresponding image together but it has a sidebar in which you can enter a description of your image by typing or pasting content in the Description box.



                In the following composite,



                • the first image has the description area blank

                • the second, third, and fourth images have small descriptions.

                Gwenview showing descriptions of images




                Gwenview uses something called "extended file attributes" to store information you enter in the Descriptions box. I learned that here.



                If you decide you want to extract all the descriptions, you can. First install xattr from the Universe repository.




                Description: tool for manipulating filesystem extended attributes




                Then, run



                xattr -l *.png


                from the folder containing your images, assuming them to be .png.



                You'll get a consolidated output like this:



                01-default.png: user.xdg.comment: This is the default color scheme of the Ranger file manager. 
                02-jungle.png: user.xdg.comment: Jungle is another color scheme included when you install Ranger.
                03-snow.png: user.xdg.comment: This is snow, the third color scheme included with Ranger.
                04-solarized.png: user.xdg.comment: This is solarized. This color scheme isn't included with Ranger.


                I haven't addressed the following issues because I don't understand much about extended file attributes myself:



                • where this information is stored

                • whether the information can be accessed by other programs

                • the maximum length of material you can include in the description

                but the following links could be of use:




                • Extended File Attributes Rock!


                • where are extended attributes stored?


                • Differences between purposes of inode, fork and extended file attribute?

                • How to View & Remove Extended Attributes from a File on Mac OS





                share|improve this answer
















                I use Kubuntu 18.04 which has Gwenview as its image viewer. It's available in the repositories but it may pull in quite a few dependencies if you haven't already installed other qt-based applications. Run apt install -s gwenview to see if you're comfortable installing it.



                enter image description here



                Gwenview doesn't display a text file and the corresponding image together but it has a sidebar in which you can enter a description of your image by typing or pasting content in the Description box.



                In the following composite,



                • the first image has the description area blank

                • the second, third, and fourth images have small descriptions.

                Gwenview showing descriptions of images




                Gwenview uses something called "extended file attributes" to store information you enter in the Descriptions box. I learned that here.



                If you decide you want to extract all the descriptions, you can. First install xattr from the Universe repository.




                Description: tool for manipulating filesystem extended attributes




                Then, run



                xattr -l *.png


                from the folder containing your images, assuming them to be .png.



                You'll get a consolidated output like this:



                01-default.png: user.xdg.comment: This is the default color scheme of the Ranger file manager. 
                02-jungle.png: user.xdg.comment: Jungle is another color scheme included when you install Ranger.
                03-snow.png: user.xdg.comment: This is snow, the third color scheme included with Ranger.
                04-solarized.png: user.xdg.comment: This is solarized. This color scheme isn't included with Ranger.


                I haven't addressed the following issues because I don't understand much about extended file attributes myself:



                • where this information is stored

                • whether the information can be accessed by other programs

                • the maximum length of material you can include in the description

                but the following links could be of use:




                • Extended File Attributes Rock!


                • where are extended attributes stored?


                • Differences between purposes of inode, fork and extended file attribute?

                • How to View & Remove Extended Attributes from a File on Mac OS






                share|improve this answer















                share|improve this answer




                share|improve this answer








                edited Aug 17 at 9:52









                Zanna

                53.6k15 gold badges150 silver badges252 bronze badges




                53.6k15 gold badges150 silver badges252 bronze badges










                answered May 30 at 11:36









                DK BoseDK Bose

                20.4k14 gold badges57 silver badges115 bronze badges




                20.4k14 gold badges57 silver badges115 bronze badges































                    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%2f1147373%2fview-images-and-captions%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

                    Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                    How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                    Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü