How to convert .tga files to .png?Convert video to apng/png?How do I convert a .PNG into a .ICO?Convert .ai...

chrony vs. systemd-timesyncd – What are the differences and use cases as NTP clients?

You'll find me clean when something is full

What type of postprocessing gives the effect of people standing out

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?

Six real numbers so that product of any five is the sixth one

CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?

What to do when being responsible for data protection in your lab, yet advice is ignored?

Linear regression when Y is bounded and discrete

How to properly claim credit for peer review?

How to count words in a line

Why does the 31P{1H} NMR spectrum of cis-[Mo(CO)2(dppe)2] show two signals?

Which aircraft had such a luxurious-looking navigator's station?

What's the difference between a cart and a wagon?

Magento 2: Override XML file from vendor folder to app folder doesn't work/update

Accessing something inside the object when you don't know the key

What if I store 10TB on azure servers and then keep the vm powered off?

When should a commit not be version tagged?

What is better: yes / no radio, or simple checkbox?

How can atoms be electrically neutral when there is a difference in the positions of the charges?

What am I? I am in theaters and computer programs

How to speed up a process

Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?

Is there any relevance to Thor getting his hair cut other than comedic value?



How to convert .tga files to .png?


Convert video to apng/png?How do I convert a .PNG into a .ICO?Convert .ai to .png?Convert compressed PNG-8 back to PNG-24Why do programs use the TGA format?ImageMagick Convert: How to produce sharp resized PNG files from SVG files?Convert PNG to Multi-page PDFFFmpeg “Pipe:0: Invalid data found when processing input” TGA filesBulk de-RLE-compress TGA imagesTGA files corrupted after software install













3















I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard.



edit: Are there any free fronts to ImageMagick that are either graphical, or capable of taking a whole folder at once? Also, what does -depth 24 do? It didn't work for me, is there meant to be a different word or a =?










share|improve this question

























  • I know this doesn't really answer the question, but you can find an online one here.

    – squircle
    Apr 11 '11 at 15:37
















3















I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard.



edit: Are there any free fronts to ImageMagick that are either graphical, or capable of taking a whole folder at once? Also, what does -depth 24 do? It didn't work for me, is there meant to be a different word or a =?










share|improve this question

























  • I know this doesn't really answer the question, but you can find an online one here.

    – squircle
    Apr 11 '11 at 15:37














3












3








3


2






I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard.



edit: Are there any free fronts to ImageMagick that are either graphical, or capable of taking a whole folder at once? Also, what does -depth 24 do? It didn't work for me, is there meant to be a different word or a =?










share|improve this question
















I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard.



edit: Are there any free fronts to ImageMagick that are either graphical, or capable of taking a whole folder at once? Also, what does -depth 24 do? It didn't work for me, is there meant to be a different word or a =?







mac png tga






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 12 '11 at 8:02







tobylane

















asked Apr 11 '11 at 15:33









tobylanetobylane

1,21811013




1,21811013













  • I know this doesn't really answer the question, but you can find an online one here.

    – squircle
    Apr 11 '11 at 15:37



















  • I know this doesn't really answer the question, but you can find an online one here.

    – squircle
    Apr 11 '11 at 15:37

















I know this doesn't really answer the question, but you can find an online one here.

– squircle
Apr 11 '11 at 15:37





I know this doesn't really answer the question, but you can find an online one here.

– squircle
Apr 11 '11 at 15:37










4 Answers
4






active

oldest

votes


















10














I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.



$ convert image1.tga image1.png





share|improve this answer

































    0














    Seeing as finding an application for Mac is a little hard, you can use online services like these:




    • http://www.pictureresize.org/online-images-converter.html

    • http://image.online-convert.com/convert-to-png


    There's tons of these online. Those are just a few. Plus they're free! (as in beer)






    share|improve this answer































      0














      If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.






      share|improve this answer































        0














        For those of you who are looking to convert more than one file you can use ImageMagick's built-in command "mogrify". First cd to the directory with the files you want to convert then run the following command:



        $ mogrify -path [output-folder] -format [desired-output-format] *.[desired-input-format] 


        For example:



        $ mogrify -path output-folder/ -format png *.tga 





        share|improve this answer










        New contributor




        Josh Correia 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: "3"
          };
          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%2fsuperuser.com%2fquestions%2f269475%2fhow-to-convert-tga-files-to-png%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









          10














          I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.



          $ convert image1.tga image1.png





          share|improve this answer






























            10














            I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.



            $ convert image1.tga image1.png





            share|improve this answer




























              10












              10








              10







              I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.



              $ convert image1.tga image1.png





              share|improve this answer















              I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.



              $ convert image1.tga image1.png






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited 7 hours ago









              Josh Correia

              32




              32










              answered Apr 11 '11 at 15:40









              MajenkoMajenko

              27.3k34773




              27.3k34773

























                  0














                  Seeing as finding an application for Mac is a little hard, you can use online services like these:




                  • http://www.pictureresize.org/online-images-converter.html

                  • http://image.online-convert.com/convert-to-png


                  There's tons of these online. Those are just a few. Plus they're free! (as in beer)






                  share|improve this answer




























                    0














                    Seeing as finding an application for Mac is a little hard, you can use online services like these:




                    • http://www.pictureresize.org/online-images-converter.html

                    • http://image.online-convert.com/convert-to-png


                    There's tons of these online. Those are just a few. Plus they're free! (as in beer)






                    share|improve this answer


























                      0












                      0








                      0







                      Seeing as finding an application for Mac is a little hard, you can use online services like these:




                      • http://www.pictureresize.org/online-images-converter.html

                      • http://image.online-convert.com/convert-to-png


                      There's tons of these online. Those are just a few. Plus they're free! (as in beer)






                      share|improve this answer













                      Seeing as finding an application for Mac is a little hard, you can use online services like these:




                      • http://www.pictureresize.org/online-images-converter.html

                      • http://image.online-convert.com/convert-to-png


                      There's tons of these online. Those are just a few. Plus they're free! (as in beer)







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Apr 11 '11 at 15:41









                      n0pen0pe

                      8,402165998




                      8,402165998























                          0














                          If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.






                          share|improve this answer




























                            0














                            If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.






                            share|improve this answer


























                              0












                              0








                              0







                              If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.






                              share|improve this answer













                              If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Apr 11 '11 at 15:54









                              Charles BrunetCharles Brunet

                              151110




                              151110























                                  0














                                  For those of you who are looking to convert more than one file you can use ImageMagick's built-in command "mogrify". First cd to the directory with the files you want to convert then run the following command:



                                  $ mogrify -path [output-folder] -format [desired-output-format] *.[desired-input-format] 


                                  For example:



                                  $ mogrify -path output-folder/ -format png *.tga 





                                  share|improve this answer










                                  New contributor




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

























                                    0














                                    For those of you who are looking to convert more than one file you can use ImageMagick's built-in command "mogrify". First cd to the directory with the files you want to convert then run the following command:



                                    $ mogrify -path [output-folder] -format [desired-output-format] *.[desired-input-format] 


                                    For example:



                                    $ mogrify -path output-folder/ -format png *.tga 





                                    share|improve this answer










                                    New contributor




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























                                      0












                                      0








                                      0







                                      For those of you who are looking to convert more than one file you can use ImageMagick's built-in command "mogrify". First cd to the directory with the files you want to convert then run the following command:



                                      $ mogrify -path [output-folder] -format [desired-output-format] *.[desired-input-format] 


                                      For example:



                                      $ mogrify -path output-folder/ -format png *.tga 





                                      share|improve this answer










                                      New contributor




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










                                      For those of you who are looking to convert more than one file you can use ImageMagick's built-in command "mogrify". First cd to the directory with the files you want to convert then run the following command:



                                      $ mogrify -path [output-folder] -format [desired-output-format] *.[desired-input-format] 


                                      For example:



                                      $ mogrify -path output-folder/ -format png *.tga 






                                      share|improve this answer










                                      New contributor




                                      Josh Correia 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








                                      edited 11 hours ago





















                                      New contributor




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









                                      answered 11 hours ago









                                      Josh CorreiaJosh Correia

                                      32




                                      32




                                      New contributor




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





                                      New contributor





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






                                      Josh Correia 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 Super User!


                                          • 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%2fsuperuser.com%2fquestions%2f269475%2fhow-to-convert-tga-files-to-png%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

                                          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                                          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                                          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...