Make a transparent 448*448 imageEncode an image inside of the sourceCrop an image to a squareDrawing an Image...

Aliens englobed the Solar System: will we notice?

Make a transparent 448*448 image

Who deserves to be first and second author? PhD student who collected data, research associate who wrote the paper or supervisor?

How can The Temple of Elementary Evil reliably protect itself against kinetic bombardment?

Am I not good enough for you?

Algorithm to convert a fixed-length string to the smallest possible collision-free representation?

Why does the negative sign arise in this thermodynamic relation?

Word-Letter Ladder

Do Bugbears' arms literally get longer when it's their turn?

Are the terms "stab" and "staccato" synonyms?

Why don't MCU characters ever seem to have language issues?

Is there an equal sign with wider gap?

Offered promotion but I'm leaving. Should I tell?

How do I express some one as a black person?

Good allowance savings plan?

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

Making a sword in the stone, in a medieval world without magic

What's the "normal" opposite of flautando?

How do I deal with a powergamer in a game full of beginners in a school club?

Rejected in 4th interview round citing insufficient years of experience

Reverse string, can I make it faster?

Why does Captain Marvel assume the people on this planet know this?

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

Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?



Make a transparent 448*448 image


Encode an image inside of the sourceCrop an image to a squareDrawing an Image Based on a Trace of its HueGenerate 100 Java Tuple classesInvert png imageCompress your code in an imageThe Final NumberHilbertify an imageQuote-Safe QuinesPeriod 2 Reversed Quine













2












$begingroup$


This is a simple challenge.



The task is to write code that outputs a 448*448 square image with 100% transparency. The output should follow the standard image rules.










share|improve this question









$endgroup$

















    2












    $begingroup$


    This is a simple challenge.



    The task is to write code that outputs a 448*448 square image with 100% transparency. The output should follow the standard image rules.










    share|improve this question









    $endgroup$















      2












      2








      2





      $begingroup$


      This is a simple challenge.



      The task is to write code that outputs a 448*448 square image with 100% transparency. The output should follow the standard image rules.










      share|improve this question









      $endgroup$




      This is a simple challenge.



      The task is to write code that outputs a 448*448 square image with 100% transparency. The output should follow the standard image rules.







      code-golf graphical-output






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      AnushAnush

      768424




      768424






















          7 Answers
          7






          active

          oldest

          votes


















          2












          $begingroup$


          APL (Dyalog Unicode), 11 bytesSBCS





          Full program. Prints 448-by-448-by-4 array representing a 448-by-448 rgba image.



          448 448 4⍴0


          Try it online!



          is reshape






          share|improve this answer









          $endgroup$





















            2












            $begingroup$

            Imagemagick in some shell, 35



            convert -size 448x448 xc:none a.png


            Is this allowed?






            share|improve this answer









            $endgroup$













            • $begingroup$
              Oh! I had no idea this would work. It's surprising and clever, so yes!
              $endgroup$
              – Anush
              5 mins ago





















            1












            $begingroup$

            Processing, 66 bytes



            PGraphics g=createGraphics(448,448);g.beginDraw();g.save("a.png");





            share|improve this answer









            $endgroup$





















              1












              $begingroup$


              C# (Visual C# Interactive Compiler), 58 bytes





              _=>Enumerable.Repeat(Enumerable.Repeat((0,0,0,0),448),448)


              Since the image IO rules allow output as a matrix of RGB values, this submission outputs a matrix of RGBA values, represented by tuples with four values, all being 0.



              Try it online!






              share|improve this answer









              $endgroup$





















                1












                $begingroup$


                Jelly, 10 bytes



                x4Wẋ448Ɗ2¡


                Try it online!



                Outputs a 448x448x4 array






                share|improve this answer









                $endgroup$





















                  1












                  $begingroup$


                  dzaima/APL + APLP5, 18 bytes



                  {P5.img 448 448⍴0}


                  Function that outputs an image object that can be drawn to the screen (for no effect) or converted back to pixel values.





                  share









                  $endgroup$





















                    1












                    $begingroup$

                    Go, 70



                    import i"image";func a()i.Image{return i.NewRGBA(i.Rect(0,0,448,448))}


                    Never seen a golf in Go before. Definitely a function called a that outputs the image





                    share









                    $endgroup$













                      Your Answer





                      StackExchange.ifUsing("editor", function () {
                      return StackExchange.using("mathjaxEditing", function () {
                      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
                      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
                      });
                      });
                      }, "mathjax-editing");

                      StackExchange.ifUsing("editor", function () {
                      StackExchange.using("externalEditor", function () {
                      StackExchange.using("snippets", function () {
                      StackExchange.snippets.init();
                      });
                      });
                      }, "code-snippets");

                      StackExchange.ready(function() {
                      var channelOptions = {
                      tags: "".split(" "),
                      id: "200"
                      };
                      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/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%2fcodegolf.stackexchange.com%2fquestions%2f181409%2fmake-a-transparent-448448-image%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown

























                      7 Answers
                      7






                      active

                      oldest

                      votes








                      7 Answers
                      7






                      active

                      oldest

                      votes









                      active

                      oldest

                      votes






                      active

                      oldest

                      votes









                      2












                      $begingroup$


                      APL (Dyalog Unicode), 11 bytesSBCS





                      Full program. Prints 448-by-448-by-4 array representing a 448-by-448 rgba image.



                      448 448 4⍴0


                      Try it online!



                      is reshape






                      share|improve this answer









                      $endgroup$


















                        2












                        $begingroup$


                        APL (Dyalog Unicode), 11 bytesSBCS





                        Full program. Prints 448-by-448-by-4 array representing a 448-by-448 rgba image.



                        448 448 4⍴0


                        Try it online!



                        is reshape






                        share|improve this answer









                        $endgroup$
















                          2












                          2








                          2





                          $begingroup$


                          APL (Dyalog Unicode), 11 bytesSBCS





                          Full program. Prints 448-by-448-by-4 array representing a 448-by-448 rgba image.



                          448 448 4⍴0


                          Try it online!



                          is reshape






                          share|improve this answer









                          $endgroup$




                          APL (Dyalog Unicode), 11 bytesSBCS





                          Full program. Prints 448-by-448-by-4 array representing a 448-by-448 rgba image.



                          448 448 4⍴0


                          Try it online!



                          is reshape







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 1 hour ago









                          AdámAdám

                          28.6k276204




                          28.6k276204























                              2












                              $begingroup$

                              Imagemagick in some shell, 35



                              convert -size 448x448 xc:none a.png


                              Is this allowed?






                              share|improve this answer









                              $endgroup$













                              • $begingroup$
                                Oh! I had no idea this would work. It's surprising and clever, so yes!
                                $endgroup$
                                – Anush
                                5 mins ago


















                              2












                              $begingroup$

                              Imagemagick in some shell, 35



                              convert -size 448x448 xc:none a.png


                              Is this allowed?






                              share|improve this answer









                              $endgroup$













                              • $begingroup$
                                Oh! I had no idea this would work. It's surprising and clever, so yes!
                                $endgroup$
                                – Anush
                                5 mins ago
















                              2












                              2








                              2





                              $begingroup$

                              Imagemagick in some shell, 35



                              convert -size 448x448 xc:none a.png


                              Is this allowed?






                              share|improve this answer









                              $endgroup$



                              Imagemagick in some shell, 35



                              convert -size 448x448 xc:none a.png


                              Is this allowed?







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered 14 mins ago









                              zeveezevee

                              26016




                              26016












                              • $begingroup$
                                Oh! I had no idea this would work. It's surprising and clever, so yes!
                                $endgroup$
                                – Anush
                                5 mins ago




















                              • $begingroup$
                                Oh! I had no idea this would work. It's surprising and clever, so yes!
                                $endgroup$
                                – Anush
                                5 mins ago


















                              $begingroup$
                              Oh! I had no idea this would work. It's surprising and clever, so yes!
                              $endgroup$
                              – Anush
                              5 mins ago






                              $begingroup$
                              Oh! I had no idea this would work. It's surprising and clever, so yes!
                              $endgroup$
                              – Anush
                              5 mins ago













                              1












                              $begingroup$

                              Processing, 66 bytes



                              PGraphics g=createGraphics(448,448);g.beginDraw();g.save("a.png");





                              share|improve this answer









                              $endgroup$


















                                1












                                $begingroup$

                                Processing, 66 bytes



                                PGraphics g=createGraphics(448,448);g.beginDraw();g.save("a.png");





                                share|improve this answer









                                $endgroup$
















                                  1












                                  1








                                  1





                                  $begingroup$

                                  Processing, 66 bytes



                                  PGraphics g=createGraphics(448,448);g.beginDraw();g.save("a.png");





                                  share|improve this answer









                                  $endgroup$



                                  Processing, 66 bytes



                                  PGraphics g=createGraphics(448,448);g.beginDraw();g.save("a.png");






                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered 39 mins ago









                                  dzaimadzaima

                                  15.3k21856




                                  15.3k21856























                                      1












                                      $begingroup$


                                      C# (Visual C# Interactive Compiler), 58 bytes





                                      _=>Enumerable.Repeat(Enumerable.Repeat((0,0,0,0),448),448)


                                      Since the image IO rules allow output as a matrix of RGB values, this submission outputs a matrix of RGBA values, represented by tuples with four values, all being 0.



                                      Try it online!






                                      share|improve this answer









                                      $endgroup$


















                                        1












                                        $begingroup$


                                        C# (Visual C# Interactive Compiler), 58 bytes





                                        _=>Enumerable.Repeat(Enumerable.Repeat((0,0,0,0),448),448)


                                        Since the image IO rules allow output as a matrix of RGB values, this submission outputs a matrix of RGBA values, represented by tuples with four values, all being 0.



                                        Try it online!






                                        share|improve this answer









                                        $endgroup$
















                                          1












                                          1








                                          1





                                          $begingroup$


                                          C# (Visual C# Interactive Compiler), 58 bytes





                                          _=>Enumerable.Repeat(Enumerable.Repeat((0,0,0,0),448),448)


                                          Since the image IO rules allow output as a matrix of RGB values, this submission outputs a matrix of RGBA values, represented by tuples with four values, all being 0.



                                          Try it online!






                                          share|improve this answer









                                          $endgroup$




                                          C# (Visual C# Interactive Compiler), 58 bytes





                                          _=>Enumerable.Repeat(Enumerable.Repeat((0,0,0,0),448),448)


                                          Since the image IO rules allow output as a matrix of RGB values, this submission outputs a matrix of RGBA values, represented by tuples with four values, all being 0.



                                          Try it online!







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered 23 mins ago









                                          Embodiment of IgnoranceEmbodiment of Ignorance

                                          1,658124




                                          1,658124























                                              1












                                              $begingroup$


                                              Jelly, 10 bytes



                                              x4Wẋ448Ɗ2¡


                                              Try it online!



                                              Outputs a 448x448x4 array






                                              share|improve this answer









                                              $endgroup$


















                                                1












                                                $begingroup$


                                                Jelly, 10 bytes



                                                x4Wẋ448Ɗ2¡


                                                Try it online!



                                                Outputs a 448x448x4 array






                                                share|improve this answer









                                                $endgroup$
















                                                  1












                                                  1








                                                  1





                                                  $begingroup$


                                                  Jelly, 10 bytes



                                                  x4Wẋ448Ɗ2¡


                                                  Try it online!



                                                  Outputs a 448x448x4 array






                                                  share|improve this answer









                                                  $endgroup$




                                                  Jelly, 10 bytes



                                                  x4Wẋ448Ɗ2¡


                                                  Try it online!



                                                  Outputs a 448x448x4 array







                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered 13 mins ago









                                                  Nick KennedyNick Kennedy

                                                  63137




                                                  63137























                                                      1












                                                      $begingroup$


                                                      dzaima/APL + APLP5, 18 bytes



                                                      {P5.img 448 448⍴0}


                                                      Function that outputs an image object that can be drawn to the screen (for no effect) or converted back to pixel values.





                                                      share









                                                      $endgroup$


















                                                        1












                                                        $begingroup$


                                                        dzaima/APL + APLP5, 18 bytes



                                                        {P5.img 448 448⍴0}


                                                        Function that outputs an image object that can be drawn to the screen (for no effect) or converted back to pixel values.





                                                        share









                                                        $endgroup$
















                                                          1












                                                          1








                                                          1





                                                          $begingroup$


                                                          dzaima/APL + APLP5, 18 bytes



                                                          {P5.img 448 448⍴0}


                                                          Function that outputs an image object that can be drawn to the screen (for no effect) or converted back to pixel values.





                                                          share









                                                          $endgroup$




                                                          dzaima/APL + APLP5, 18 bytes



                                                          {P5.img 448 448⍴0}


                                                          Function that outputs an image object that can be drawn to the screen (for no effect) or converted back to pixel values.






                                                          share











                                                          share


                                                          share










                                                          answered 7 mins ago









                                                          dzaimadzaima

                                                          15.3k21856




                                                          15.3k21856























                                                              1












                                                              $begingroup$

                                                              Go, 70



                                                              import i"image";func a()i.Image{return i.NewRGBA(i.Rect(0,0,448,448))}


                                                              Never seen a golf in Go before. Definitely a function called a that outputs the image





                                                              share









                                                              $endgroup$


















                                                                1












                                                                $begingroup$

                                                                Go, 70



                                                                import i"image";func a()i.Image{return i.NewRGBA(i.Rect(0,0,448,448))}


                                                                Never seen a golf in Go before. Definitely a function called a that outputs the image





                                                                share









                                                                $endgroup$
















                                                                  1












                                                                  1








                                                                  1





                                                                  $begingroup$

                                                                  Go, 70



                                                                  import i"image";func a()i.Image{return i.NewRGBA(i.Rect(0,0,448,448))}


                                                                  Never seen a golf in Go before. Definitely a function called a that outputs the image





                                                                  share









                                                                  $endgroup$



                                                                  Go, 70



                                                                  import i"image";func a()i.Image{return i.NewRGBA(i.Rect(0,0,448,448))}


                                                                  Never seen a golf in Go before. Definitely a function called a that outputs the image






                                                                  share











                                                                  share


                                                                  share










                                                                  answered 5 mins ago









                                                                  zeveezevee

                                                                  26016




                                                                  26016






























                                                                      draft saved

                                                                      draft discarded




















































                                                                      If this is an answer to a challenge…




                                                                      • …Be sure to follow the challenge specification. However, please refrain from exploiting obvious loopholes. Answers abusing any of the standard loopholes are considered invalid. If you think a specification is unclear or underspecified, comment on the question instead.


                                                                      • …Try to optimize your score. For instance, answers to code-golf challenges should attempt to be as short as possible. You can always include a readable version of the code in addition to the competitive one.
                                                                        Explanations of your answer make it more interesting to read and are very much encouraged.


                                                                      • …Include a short header which indicates the language(s) of your code and its score, as defined by the challenge.



                                                                      More generally…




                                                                      • …Please make sure to answer the question and provide sufficient detail.


                                                                      • …Avoid asking for help, clarification or responding to other answers (use comments instead).





                                                                      draft saved


                                                                      draft discarded














                                                                      StackExchange.ready(
                                                                      function () {
                                                                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcodegolf.stackexchange.com%2fquestions%2f181409%2fmake-a-transparent-448448-image%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

                                                                      is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                                                                      How do i solve the “ No module named 'mlxtend' ” issue on Jupyter?

                                                                      Pilgersdorf Inhaltsverzeichnis Geografie | Geschichte | Bevölkerungsentwicklung | Politik | Kultur...