Software for making mosaic image from a collection of imagesAny application wherein i can create photo...

Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?

Examples of a statistic that is not independent of sample's distribution?

Do f-stop and exposure time perfectly cancel?

In the quantum hamiltonian, why does kinetic energy turn into an operator while potential doesn't?

Signed and unsigned numbers

Does the nature of the Apocalypse in The Umbrella Academy change from the first to the last episode?

They call me Inspector Morse

Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?

Why the color red for the Republican Party

Is it possible to avoid unpacking when merging Association?

How to detect if C code (which needs 'extern C') is compiled in C++

Was Luke Skywalker the leader of the Rebel forces on Hoth?

Filtering SOQL results with optional conditionals

Error during using callback start_page_number in lualatex

How can I get players to stop ignoring or overlooking the plot hooks I'm giving them?

Vocabulary for giving just numbers, not a full answer

What do you call someone who likes to pick fights?

Good for you! in Russian

At what distance can a bugbear, holding a reach weapon, with Polearm Mastery, get their Opportunity Attack?

Are babies of evil humanoid species inherently evil?

'The literal of type int is out of range' con número enteros pequeños (2 dígitos)

How can I ensure my trip to the UK will not have to be cancelled because of Brexit?

How does one describe somebody who is bi-racial?

How do I express some one as a black person?



Software for making mosaic image from a collection of images


Any application wherein i can create photo mosaicHow can I extract text from images?Software for maintaining arbitrary file collection across multiple volumesSoftware to add images to video?how to share images on Facebook via default image viewerPicasa-like Image Viewer for UbuntuHow to extract images from a video?Software to Automatically Remove Background from Images?Image recognition search software?How to custom images for MAAS?Software to work with/view QuickTime Player panoramic images format













19















I have a collection of images and an image that I want to generate from that collection.



What software is there available for Ubuntu for generating a mosaic image? How to do it?










share|improve this question



























    19















    I have a collection of images and an image that I want to generate from that collection.



    What software is there available for Ubuntu for generating a mosaic image? How to do it?










    share|improve this question

























      19












      19








      19


      5






      I have a collection of images and an image that I want to generate from that collection.



      What software is there available for Ubuntu for generating a mosaic image? How to do it?










      share|improve this question














      I have a collection of images and an image that I want to generate from that collection.



      What software is there available for Ubuntu for generating a mosaic image? How to do it?







      software-recommendation images






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 30 '13 at 22:28









      Seppo ErviäläSeppo Erviälä

      2,82442337




      2,82442337






















          4 Answers
          4






          active

          oldest

          votes


















          18














          A very nice program for doing all sorts of photomosaics is in the repositories and is called metapixel.



          Install from software-center or open terminal and run



          sudo apt-get install metapixel


          The readme is available at the github page or from /usr/share/doc/metapixel/README.gz when it is installed, and it notes that




          Metapixel is a program for generating photomosaics. It can generate
          classical photomosaics, in which the source image is viewed as a
          matrix of equally sized rectangles for each of which a matching image
          is substitued, as well as collage-style photomosaics, in which
          rectangular parts of the source image at arbitrary positions (i.e. not
          aligned to a matrix) are substituted by matching images.




          The readme contains full instructions for use, but a useful youtube tutorial for Ubuntu exists, as well as a sort of online gui with which you can construct your command-lines.



          Nevertheless, here's an example of how I used metapixel to create a classic photomosaic.



          There is a perl script that comes with metapixel called metapixel-prepare, and this is very useful for generating the photo tiles that your mosaic image will contain.
          Options can be found with metapixel-prepare --help, but basically you just have to specify your folder of pictures and your metapixel library folder.



          1) This library folder needs to be created before you run the metapixel-prepare command, so run in terminal



          mkdir metapixel_library


          2) Then to generate the tiles from the selected folder, the minimum command would have the form:



          metapixel-prepare ~/location/of/my/pictures/ ~/metapixel_library 


          If you wish metapixel-prepare to recurse through the folders you have to specify -r; if you want the tiles to be a specific size (other than the default 128x128), specify at the end of the command, for example, --width 80 --height 80.



          As an example, the command I used was:



          metapixel-prepare -r ~/Pictures/canon/metapixel ~/metapixel_library --width 80 --height 80


          3) To construct your photomosaic you must specify the location of this library of tiles, specify the image to be metapixelled and designate an output file (which must be a .png file). The input jpg can be any kind of picture and any size (see note on scale below).



          I used the following commands in my case:



          metapixel --library ~/metapixel_library --metapixel /home/mike/Pictures/canon/2012_02_05/img_0372.jpg output.png


          The full options for metapixel can be found by entering metapixel --help, and sometimes you may need to use --scale to increase the size of the output image. I didn't in the case above as my input picture was already 4000x3000.



          The results will differ according to which pictures you have chosen for your library and your input picture.



          The process will also take a while if you select thousands of pictures for the mosaic, and will also consume a fair bit of memory.



          Below is a photomosiac created with my own photos (using the commands above):



          enter image description here
          :






          share|improve this answer


























          • Note that images must have at least 24 colour for metapixel to work.

            – starbeamrainbowlabs
            Sep 6 '15 at 17:07



















          4














          You can try pixelize. To install search for pixelize on the Software Center or type on Terminal:



          sudo apt-get install pixelize


          Description from it's man page:




          pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.







          share|improve this answer


























          • Is this a command line application?

            – RolandiXor
            Feb 13 '15 at 16:37











          • no, it's not...

            – Frederick Nord
            Aug 19 '16 at 12:05



















          3














          Try Andrea Mosaic under Wine, which works perfectly in a GUI and creates awesome Mosaics based on your pictures.



          enter image description here



          You simply choose the image that you wish to represent with pictures, add the galleries of pictures that you wish to use for that purpose and with minimal adjustments you'll be able to create amazing images like this one:



          enter image description here



          Low resolution image, the mosaic is too big. The original can be seen in my profile's picture.



          From the site:




          On Linux you can run AndreaMosaic successfully with the free Wine
          Emulator which is available on most linux distributions using the
          standard installer (Synaptics, etc). After you installed Wine download
          and execute the AndreaMosaic Windows Setup. Click Here for more
          details about AndreaMosaic under Wine.




          Good luck!






          share|improve this answer































            0














            Metapixel and Anrdea Mosaic seem to be true mosaic generators. They profile the individual photos and place them in the target image where the overall color is a match.



            Many other photo mosaic tools seem to simply create an arbitrary grid of random images, with no color profiling. This grid is then made semi-transparent and simply laid over the target image, with no matching performed. The result looks like a photo mosaic at first glance, but ultimately is a fake.





            share























              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%2f249568%2fsoftware-for-making-mosaic-image-from-a-collection-of-images%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              18














              A very nice program for doing all sorts of photomosaics is in the repositories and is called metapixel.



              Install from software-center or open terminal and run



              sudo apt-get install metapixel


              The readme is available at the github page or from /usr/share/doc/metapixel/README.gz when it is installed, and it notes that




              Metapixel is a program for generating photomosaics. It can generate
              classical photomosaics, in which the source image is viewed as a
              matrix of equally sized rectangles for each of which a matching image
              is substitued, as well as collage-style photomosaics, in which
              rectangular parts of the source image at arbitrary positions (i.e. not
              aligned to a matrix) are substituted by matching images.




              The readme contains full instructions for use, but a useful youtube tutorial for Ubuntu exists, as well as a sort of online gui with which you can construct your command-lines.



              Nevertheless, here's an example of how I used metapixel to create a classic photomosaic.



              There is a perl script that comes with metapixel called metapixel-prepare, and this is very useful for generating the photo tiles that your mosaic image will contain.
              Options can be found with metapixel-prepare --help, but basically you just have to specify your folder of pictures and your metapixel library folder.



              1) This library folder needs to be created before you run the metapixel-prepare command, so run in terminal



              mkdir metapixel_library


              2) Then to generate the tiles from the selected folder, the minimum command would have the form:



              metapixel-prepare ~/location/of/my/pictures/ ~/metapixel_library 


              If you wish metapixel-prepare to recurse through the folders you have to specify -r; if you want the tiles to be a specific size (other than the default 128x128), specify at the end of the command, for example, --width 80 --height 80.



              As an example, the command I used was:



              metapixel-prepare -r ~/Pictures/canon/metapixel ~/metapixel_library --width 80 --height 80


              3) To construct your photomosaic you must specify the location of this library of tiles, specify the image to be metapixelled and designate an output file (which must be a .png file). The input jpg can be any kind of picture and any size (see note on scale below).



              I used the following commands in my case:



              metapixel --library ~/metapixel_library --metapixel /home/mike/Pictures/canon/2012_02_05/img_0372.jpg output.png


              The full options for metapixel can be found by entering metapixel --help, and sometimes you may need to use --scale to increase the size of the output image. I didn't in the case above as my input picture was already 4000x3000.



              The results will differ according to which pictures you have chosen for your library and your input picture.



              The process will also take a while if you select thousands of pictures for the mosaic, and will also consume a fair bit of memory.



              Below is a photomosiac created with my own photos (using the commands above):



              enter image description here
              :






              share|improve this answer


























              • Note that images must have at least 24 colour for metapixel to work.

                – starbeamrainbowlabs
                Sep 6 '15 at 17:07
















              18














              A very nice program for doing all sorts of photomosaics is in the repositories and is called metapixel.



              Install from software-center or open terminal and run



              sudo apt-get install metapixel


              The readme is available at the github page or from /usr/share/doc/metapixel/README.gz when it is installed, and it notes that




              Metapixel is a program for generating photomosaics. It can generate
              classical photomosaics, in which the source image is viewed as a
              matrix of equally sized rectangles for each of which a matching image
              is substitued, as well as collage-style photomosaics, in which
              rectangular parts of the source image at arbitrary positions (i.e. not
              aligned to a matrix) are substituted by matching images.




              The readme contains full instructions for use, but a useful youtube tutorial for Ubuntu exists, as well as a sort of online gui with which you can construct your command-lines.



              Nevertheless, here's an example of how I used metapixel to create a classic photomosaic.



              There is a perl script that comes with metapixel called metapixel-prepare, and this is very useful for generating the photo tiles that your mosaic image will contain.
              Options can be found with metapixel-prepare --help, but basically you just have to specify your folder of pictures and your metapixel library folder.



              1) This library folder needs to be created before you run the metapixel-prepare command, so run in terminal



              mkdir metapixel_library


              2) Then to generate the tiles from the selected folder, the minimum command would have the form:



              metapixel-prepare ~/location/of/my/pictures/ ~/metapixel_library 


              If you wish metapixel-prepare to recurse through the folders you have to specify -r; if you want the tiles to be a specific size (other than the default 128x128), specify at the end of the command, for example, --width 80 --height 80.



              As an example, the command I used was:



              metapixel-prepare -r ~/Pictures/canon/metapixel ~/metapixel_library --width 80 --height 80


              3) To construct your photomosaic you must specify the location of this library of tiles, specify the image to be metapixelled and designate an output file (which must be a .png file). The input jpg can be any kind of picture and any size (see note on scale below).



              I used the following commands in my case:



              metapixel --library ~/metapixel_library --metapixel /home/mike/Pictures/canon/2012_02_05/img_0372.jpg output.png


              The full options for metapixel can be found by entering metapixel --help, and sometimes you may need to use --scale to increase the size of the output image. I didn't in the case above as my input picture was already 4000x3000.



              The results will differ according to which pictures you have chosen for your library and your input picture.



              The process will also take a while if you select thousands of pictures for the mosaic, and will also consume a fair bit of memory.



              Below is a photomosiac created with my own photos (using the commands above):



              enter image description here
              :






              share|improve this answer


























              • Note that images must have at least 24 colour for metapixel to work.

                – starbeamrainbowlabs
                Sep 6 '15 at 17:07














              18












              18








              18







              A very nice program for doing all sorts of photomosaics is in the repositories and is called metapixel.



              Install from software-center or open terminal and run



              sudo apt-get install metapixel


              The readme is available at the github page or from /usr/share/doc/metapixel/README.gz when it is installed, and it notes that




              Metapixel is a program for generating photomosaics. It can generate
              classical photomosaics, in which the source image is viewed as a
              matrix of equally sized rectangles for each of which a matching image
              is substitued, as well as collage-style photomosaics, in which
              rectangular parts of the source image at arbitrary positions (i.e. not
              aligned to a matrix) are substituted by matching images.




              The readme contains full instructions for use, but a useful youtube tutorial for Ubuntu exists, as well as a sort of online gui with which you can construct your command-lines.



              Nevertheless, here's an example of how I used metapixel to create a classic photomosaic.



              There is a perl script that comes with metapixel called metapixel-prepare, and this is very useful for generating the photo tiles that your mosaic image will contain.
              Options can be found with metapixel-prepare --help, but basically you just have to specify your folder of pictures and your metapixel library folder.



              1) This library folder needs to be created before you run the metapixel-prepare command, so run in terminal



              mkdir metapixel_library


              2) Then to generate the tiles from the selected folder, the minimum command would have the form:



              metapixel-prepare ~/location/of/my/pictures/ ~/metapixel_library 


              If you wish metapixel-prepare to recurse through the folders you have to specify -r; if you want the tiles to be a specific size (other than the default 128x128), specify at the end of the command, for example, --width 80 --height 80.



              As an example, the command I used was:



              metapixel-prepare -r ~/Pictures/canon/metapixel ~/metapixel_library --width 80 --height 80


              3) To construct your photomosaic you must specify the location of this library of tiles, specify the image to be metapixelled and designate an output file (which must be a .png file). The input jpg can be any kind of picture and any size (see note on scale below).



              I used the following commands in my case:



              metapixel --library ~/metapixel_library --metapixel /home/mike/Pictures/canon/2012_02_05/img_0372.jpg output.png


              The full options for metapixel can be found by entering metapixel --help, and sometimes you may need to use --scale to increase the size of the output image. I didn't in the case above as my input picture was already 4000x3000.



              The results will differ according to which pictures you have chosen for your library and your input picture.



              The process will also take a while if you select thousands of pictures for the mosaic, and will also consume a fair bit of memory.



              Below is a photomosiac created with my own photos (using the commands above):



              enter image description here
              :






              share|improve this answer















              A very nice program for doing all sorts of photomosaics is in the repositories and is called metapixel.



              Install from software-center or open terminal and run



              sudo apt-get install metapixel


              The readme is available at the github page or from /usr/share/doc/metapixel/README.gz when it is installed, and it notes that




              Metapixel is a program for generating photomosaics. It can generate
              classical photomosaics, in which the source image is viewed as a
              matrix of equally sized rectangles for each of which a matching image
              is substitued, as well as collage-style photomosaics, in which
              rectangular parts of the source image at arbitrary positions (i.e. not
              aligned to a matrix) are substituted by matching images.




              The readme contains full instructions for use, but a useful youtube tutorial for Ubuntu exists, as well as a sort of online gui with which you can construct your command-lines.



              Nevertheless, here's an example of how I used metapixel to create a classic photomosaic.



              There is a perl script that comes with metapixel called metapixel-prepare, and this is very useful for generating the photo tiles that your mosaic image will contain.
              Options can be found with metapixel-prepare --help, but basically you just have to specify your folder of pictures and your metapixel library folder.



              1) This library folder needs to be created before you run the metapixel-prepare command, so run in terminal



              mkdir metapixel_library


              2) Then to generate the tiles from the selected folder, the minimum command would have the form:



              metapixel-prepare ~/location/of/my/pictures/ ~/metapixel_library 


              If you wish metapixel-prepare to recurse through the folders you have to specify -r; if you want the tiles to be a specific size (other than the default 128x128), specify at the end of the command, for example, --width 80 --height 80.



              As an example, the command I used was:



              metapixel-prepare -r ~/Pictures/canon/metapixel ~/metapixel_library --width 80 --height 80


              3) To construct your photomosaic you must specify the location of this library of tiles, specify the image to be metapixelled and designate an output file (which must be a .png file). The input jpg can be any kind of picture and any size (see note on scale below).



              I used the following commands in my case:



              metapixel --library ~/metapixel_library --metapixel /home/mike/Pictures/canon/2012_02_05/img_0372.jpg output.png


              The full options for metapixel can be found by entering metapixel --help, and sometimes you may need to use --scale to increase the size of the output image. I didn't in the case above as my input picture was already 4000x3000.



              The results will differ according to which pictures you have chosen for your library and your input picture.



              The process will also take a while if you select thousands of pictures for the mosaic, and will also consume a fair bit of memory.



              Below is a photomosiac created with my own photos (using the commands above):



              enter image description here
              :







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Feb 7 '13 at 19:18

























              answered Feb 7 '13 at 15:30







              user76204




















              • Note that images must have at least 24 colour for metapixel to work.

                – starbeamrainbowlabs
                Sep 6 '15 at 17:07



















              • Note that images must have at least 24 colour for metapixel to work.

                – starbeamrainbowlabs
                Sep 6 '15 at 17:07

















              Note that images must have at least 24 colour for metapixel to work.

              – starbeamrainbowlabs
              Sep 6 '15 at 17:07





              Note that images must have at least 24 colour for metapixel to work.

              – starbeamrainbowlabs
              Sep 6 '15 at 17:07













              4














              You can try pixelize. To install search for pixelize on the Software Center or type on Terminal:



              sudo apt-get install pixelize


              Description from it's man page:




              pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.







              share|improve this answer


























              • Is this a command line application?

                – RolandiXor
                Feb 13 '15 at 16:37











              • no, it's not...

                – Frederick Nord
                Aug 19 '16 at 12:05
















              4














              You can try pixelize. To install search for pixelize on the Software Center or type on Terminal:



              sudo apt-get install pixelize


              Description from it's man page:




              pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.







              share|improve this answer


























              • Is this a command line application?

                – RolandiXor
                Feb 13 '15 at 16:37











              • no, it's not...

                – Frederick Nord
                Aug 19 '16 at 12:05














              4












              4








              4







              You can try pixelize. To install search for pixelize on the Software Center or type on Terminal:



              sudo apt-get install pixelize


              Description from it's man page:




              pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.







              share|improve this answer















              You can try pixelize. To install search for pixelize on the Software Center or type on Terminal:



              sudo apt-get install pixelize


              Description from it's man page:




              pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.








              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Jul 5 '13 at 19:44









              msw

              4,19611826




              4,19611826










              answered Jan 30 '13 at 22:42









              ThiagoPonteThiagoPonte

              1,3461121




              1,3461121













              • Is this a command line application?

                – RolandiXor
                Feb 13 '15 at 16:37











              • no, it's not...

                – Frederick Nord
                Aug 19 '16 at 12:05



















              • Is this a command line application?

                – RolandiXor
                Feb 13 '15 at 16:37











              • no, it's not...

                – Frederick Nord
                Aug 19 '16 at 12:05

















              Is this a command line application?

              – RolandiXor
              Feb 13 '15 at 16:37





              Is this a command line application?

              – RolandiXor
              Feb 13 '15 at 16:37













              no, it's not...

              – Frederick Nord
              Aug 19 '16 at 12:05





              no, it's not...

              – Frederick Nord
              Aug 19 '16 at 12:05











              3














              Try Andrea Mosaic under Wine, which works perfectly in a GUI and creates awesome Mosaics based on your pictures.



              enter image description here



              You simply choose the image that you wish to represent with pictures, add the galleries of pictures that you wish to use for that purpose and with minimal adjustments you'll be able to create amazing images like this one:



              enter image description here



              Low resolution image, the mosaic is too big. The original can be seen in my profile's picture.



              From the site:




              On Linux you can run AndreaMosaic successfully with the free Wine
              Emulator which is available on most linux distributions using the
              standard installer (Synaptics, etc). After you installed Wine download
              and execute the AndreaMosaic Windows Setup. Click Here for more
              details about AndreaMosaic under Wine.




              Good luck!






              share|improve this answer




























                3














                Try Andrea Mosaic under Wine, which works perfectly in a GUI and creates awesome Mosaics based on your pictures.



                enter image description here



                You simply choose the image that you wish to represent with pictures, add the galleries of pictures that you wish to use for that purpose and with minimal adjustments you'll be able to create amazing images like this one:



                enter image description here



                Low resolution image, the mosaic is too big. The original can be seen in my profile's picture.



                From the site:




                On Linux you can run AndreaMosaic successfully with the free Wine
                Emulator which is available on most linux distributions using the
                standard installer (Synaptics, etc). After you installed Wine download
                and execute the AndreaMosaic Windows Setup. Click Here for more
                details about AndreaMosaic under Wine.




                Good luck!






                share|improve this answer


























                  3












                  3








                  3







                  Try Andrea Mosaic under Wine, which works perfectly in a GUI and creates awesome Mosaics based on your pictures.



                  enter image description here



                  You simply choose the image that you wish to represent with pictures, add the galleries of pictures that you wish to use for that purpose and with minimal adjustments you'll be able to create amazing images like this one:



                  enter image description here



                  Low resolution image, the mosaic is too big. The original can be seen in my profile's picture.



                  From the site:




                  On Linux you can run AndreaMosaic successfully with the free Wine
                  Emulator which is available on most linux distributions using the
                  standard installer (Synaptics, etc). After you installed Wine download
                  and execute the AndreaMosaic Windows Setup. Click Here for more
                  details about AndreaMosaic under Wine.




                  Good luck!






                  share|improve this answer













                  Try Andrea Mosaic under Wine, which works perfectly in a GUI and creates awesome Mosaics based on your pictures.



                  enter image description here



                  You simply choose the image that you wish to represent with pictures, add the galleries of pictures that you wish to use for that purpose and with minimal adjustments you'll be able to create amazing images like this one:



                  enter image description here



                  Low resolution image, the mosaic is too big. The original can be seen in my profile's picture.



                  From the site:




                  On Linux you can run AndreaMosaic successfully with the free Wine
                  Emulator which is available on most linux distributions using the
                  standard installer (Synaptics, etc). After you installed Wine download
                  and execute the AndreaMosaic Windows Setup. Click Here for more
                  details about AndreaMosaic under Wine.




                  Good luck!







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 5 '13 at 22:19









                  Geppettvs D'ConstanzoGeppettvs D'Constanzo

                  16.4k43383




                  16.4k43383























                      0














                      Metapixel and Anrdea Mosaic seem to be true mosaic generators. They profile the individual photos and place them in the target image where the overall color is a match.



                      Many other photo mosaic tools seem to simply create an arbitrary grid of random images, with no color profiling. This grid is then made semi-transparent and simply laid over the target image, with no matching performed. The result looks like a photo mosaic at first glance, but ultimately is a fake.





                      share




























                        0














                        Metapixel and Anrdea Mosaic seem to be true mosaic generators. They profile the individual photos and place them in the target image where the overall color is a match.



                        Many other photo mosaic tools seem to simply create an arbitrary grid of random images, with no color profiling. This grid is then made semi-transparent and simply laid over the target image, with no matching performed. The result looks like a photo mosaic at first glance, but ultimately is a fake.





                        share


























                          0












                          0








                          0







                          Metapixel and Anrdea Mosaic seem to be true mosaic generators. They profile the individual photos and place them in the target image where the overall color is a match.



                          Many other photo mosaic tools seem to simply create an arbitrary grid of random images, with no color profiling. This grid is then made semi-transparent and simply laid over the target image, with no matching performed. The result looks like a photo mosaic at first glance, but ultimately is a fake.





                          share













                          Metapixel and Anrdea Mosaic seem to be true mosaic generators. They profile the individual photos and place them in the target image where the overall color is a match.



                          Many other photo mosaic tools seem to simply create an arbitrary grid of random images, with no color profiling. This grid is then made semi-transparent and simply laid over the target image, with no matching performed. The result looks like a photo mosaic at first glance, but ultimately is a fake.






                          share











                          share


                          share










                          answered 6 mins ago









                          Dominic CerisanoDominic Cerisano

                          1014




                          1014






























                              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%2f249568%2fsoftware-for-making-mosaic-image-from-a-collection-of-images%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

                              List of shipwrecks in 1808...

                              Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

                              Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...