Quick Look at ImageMagick

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/

Пікірлер: 7

  • @IbrahimYounes
    @IbrahimYounes5 ай бұрын

    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

    5 ай бұрын

    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

    5 ай бұрын

    @@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

    5 ай бұрын

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

  • @alib5503
    @alib550310 ай бұрын

    Do I see windows terminal in dwm?

  • @nirlichtman

    @nirlichtman

    10 ай бұрын

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

  • @cristiandelgado9987

    @cristiandelgado9987

    6 ай бұрын

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