Quick Look at ImageMagick

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 19. 05. 2023
  • In this video I will demonstrate a simple example of how to use ImageMagick to create images using the command line.
    đŸ“» Subscribe for more Tech Tips đŸ“»
    To learn more about ImageMagick I recommend taking a look at the documentation @ imagemagick.org/Usage/

Komentáƙe • 7

  • @IbrahimYounes
    @IbrahimYounes Pƙed 5 měsĂ­ci

    Very helpful thanks a lot. Is it possible to create a scrip for a big folder called renders. That have sub folder called option 1 , option 2 , option 3 etc
. And inside each folder we have camera 01.jpg , camera 02.jpg.
    And the target is to stamp all those images automatically from the main folder name.
    So an example of one image will have a small stamp at the bottom left corner that said: Proect Alpha | Option 01 | Camera 01

    • @nirlichtman
      @nirlichtman  Pƙed 5 měsĂ­ci +1

      Yes you can implement a bash script that uses the cut command for example to extract the path parts and pass that into ImageMagick labeling feature to add that to the images imagemagick.org/Usage/annotating/

    • @IbrahimYounes
      @IbrahimYounes Pƙed 5 měsĂ­ci

      @@nirlichtman thanks for the quick reply. I sometimes do hundreds of renders a day. That will be a huge help if it worked out. Heading to office right now. Will give it a try

    • @nirlichtman
      @nirlichtman  Pƙed 5 měsĂ­ci +1

      Nice, ImageMagick is great for automation, I might make an additional video about a couple of cool features it has

  • @alib5503
    @alib5503 Pƙed 10 měsĂ­ci +2

    Do I see windows terminal in dwm?

    • @nirlichtman
      @nirlichtman  Pƙed 10 měsĂ­ci +2

      Yes! You can check out the dwm setup in my video about using a single monitor

    • @cristiandelgado9987
      @cristiandelgado9987 Pƙed 6 měsĂ­ci

      thats amazing! I didnt know that you can do that@@nirlichtman