ImageMagick Introduction

Sdílet
Vložit
  • čas přidán 26. 04. 2024
  • Miss Quids gives an introduction to ImageMagick - a command line tool for image manipulation, it's great for use where repetition is required for converting, resizing, or even carrying out some fairly complex image effects.
    identify -- gives some details on an image
    identify NAME (can also add -verbose)
    convert -- now want to look at the image
    Convert actually does a lot of things
    convert NAME x:
    convert NAME NEW-NAME
    resize
    Default is more clever -- convert NAME -resize AxB NEW-NAME
    Can ignore aspect ratio -- convert NAME -resize AxB\! NEW-NAME
    Percentage resize -- convert NAME -resize 50% NEW-NAME
    model village (tilt-shift effect)
    convert NAME -sigmoidal-contrast 15x30% -modulate 50 NAME_CONTRAST
    Sigmoidal contrast, 15 means strong contrast, offset centre of threshold using 30% grey, then I added modulate to take the overall brightness down a little
    convert NAME_CONTRAST -sparse-color Barycentric '0,0 black 0,%h white' -function polynomial 4,-4,1 NAME_BLURMAP
    Prepares gradient image we'll use in the final step. Barycentric sparse colouring to generate gradient from top to bottom only, black to white from 0,0 to 0, height, then polynomial allows for the bit in the centre -- maths says 4x2 - 4x + 1 says curve goes from 1.0 to 0.0 and back to 1.0, allows for final picture we see
    convert NAME_CONTRAST NAME_BLURMAP -compose Blur -set option:compose:args 10 -composite NAME_MODEL
    Blur image according to blurmap created in previous step, using compose
    Website:
    imagemagick.org/index.php
    Like my channel? Please help support it:
    Patreon: / quidsup
    Paypal: www.paypal.me/quidsup
    Follow me on Social Media
    Twitter: / quidsup
    MeWe: mewe.com/i/quidsup
    Minds: minds.com/quidsup
    #ImageMagick #Image #Editing #QuidsupLinux

Komentáře • 14

  • @michadybczak4862
    @michadybczak4862 Před 3 lety +7

    I always wondered what ImageMagic does and how to use it, but never had a gut to read through documentation to find out. Watching video is much more pleasant and now my curiosity is satisfied :).

  • @meliodas.1108
    @meliodas.1108 Před 3 lety +2

    I'll try it out for sure 😉. Thanks .

  • @hubercats
    @hubercats Před rokem +1

    Great introduction, thank you!

  • @linuxrant
    @linuxrant Před 6 měsíci +2

    I dont understand why are you laughing every few seconds but the vid is great, I wouldn't presume you can use image magick like after effects... now I can create and apply blurmaps (and other post effects )to whole image sequences...sick.
    I would love some more videos on that covering all sorts of effects you can do on images with this tool.

  • @3niknicholson
    @3niknicholson Před 2 lety +1

    mmm...not usually into fancy DE effects but wow, wobbly windows! oh.. thanks for the vid as well, cheers

  • @d3mist0clesgee12
    @d3mist0clesgee12 Před 3 měsíci

    great intro thanks.

  • @soyebravat8903
    @soyebravat8903 Před 2 lety +1

    Is it possible to print with imagemagick? If so what's the command?

    • @greeffer
      @greeffer Před rokem +1

      Just print out the image as you normally would.

  • @smilingcatonlinux5998

    Picture from the Riesenrad - Greetings from vienna -

  • @nachogalvezantunez1915

    Miss Quids!! Your video and your information was great, but your voice is just gougeous!!! I fall in love!! my gosh, marry me!! Just joking, with all my respect; congratulations! I already liked, suscribed and shared. Best regards.

  • @shadichy
    @shadichy Před rokem

    dương-nhân

  • @SuperJavaMan7
    @SuperJavaMan7 Před 3 lety +4

    Wow you change yourself 8nto a woman

    • @quidsup
      @quidsup  Před 3 lety +9

      LOL no, my partner made this video as I've been busy doing some DIY work in the same room as my computer

  • @lejandTV
    @lejandTV Před měsícem

    This laughing without a reason is uncomfortable... Is there a joke I have not realized?