GIMP Script-Fu 1: Intro to Scheme

Поділитися
Вставка

КОМЕНТАРІ • 35

  • @photohounds
    @photohounds 6 років тому +8

    I learned mainframe language and bash skills and you sir are an excellent educator - no stupid music and good pace. a big thumbs up.

  • @DanielHernandez-zx4kj
    @DanielHernandez-zx4kj 2 роки тому

    Still today, 10 years later, your video is so usefull, I'm learning script fu because I need to do something on gimp and i can to learn with your videos!

  • @Cubinator73
    @Cubinator73 8 років тому +1

    Lists are nested pairs internally, so to access a list's element by index you can use a recursive function with decrementing parameter. Such a function has been implemented already: *(list-ref my-list idx)* with _idx_ being the zero-based index.

  • @PixelOutlaw
    @PixelOutlaw 10 років тому +1

    I'm glad they implimented script fu in Scheme. I really enjoy Lisp languages for the simple syntax. Scheme, Common Lisp and Racket are all fun to hack in.
    Thanks for the wonderful intro.

  • @Jeremy-su3xy
    @Jeremy-su3xy 6 років тому

    Thanks. This video is the start point of mastering Script-fu for Gimp for me.

  • @theremixproject907
    @theremixproject907 2 роки тому

    After retiring from 26 years of coding business software, I SWORE I would never code again. And then GIMP came into my life! Three years later and I'm finally in a relenting discussion with my alter-ego on this ix-nay on the migraine rendering mental paralysis that became my 24 hour mental focus, ruining multiple relationships along the way. I have to admit that I'm just investigating & beginning my research. I was told to find out if there is an accessible repository of GIMP scripts similar to my mind-numbing #1 tedious manual task: Editing a 60 layer animation with transparency that I want to change to a Green or Blue Background. This would work on a totally unoptimized GIF or WEBp. After clearing the selection from the previous layer, select the transparent BG of the current layer. Grow the selection by a user definable quantity, replace the selection with a user definable colour, then deselect the selection & go to the next layer and repeat until the final layer. #2 Task: Adding a watermark or text to each layer of an animation. Dreaming a little head of myself, #3 task would be to turn a GIF or WEBp animation into an mp4 file of a specified length. I've subscribed to your channel, mostly because I have lots to learn & you convinced me you know what you're talking about.

  • @fengxianghu8149
    @fengxianghu8149 5 років тому

    Pretty good introduction for writing Script-fo. Thumbs up!

  • @Grue3
    @Grue3 12 років тому +1

    nice tutorial, programming gimp scripts is a lot of fun. also, the button "Browse" in script-fu console opens Procedure Browser, you didn't have to go to help menu for that ;)

  • @samuelmuldoon4839
    @samuelmuldoon4839 Місяць тому

    At 3:15 you write one line of code in the scheme language .... (+ 2 3).... I guess Scheme uses prefix notation. `+` is the function for mathematical addition and sum. Most programming languages uses infix notation for addition, such as `(2 + 3) == 5` instead of `== (+ 2 3) 5`

  • @wtvv23n
    @wtvv23n 12 років тому

    Great! Waiting for the next video.

  • @manyiceclimbers
    @manyiceclimbers Рік тому

    Interesting tutorial, but it like all other tutorials does not answer the question; how do I write the script COLOR-AUTO-WHITE BALANCE.
    GIMP is powerful but it lacks the ability to write script as we would use GIMP through the operator menues.😅

  • @monsoonami
    @monsoonami  12 років тому

    I've never used Python, but I'm sure you can find lots of Python tutorials around the web.

  • @monsoonami
    @monsoonami  12 років тому

    you need a space between the 2 and 3 to distinguish it from the number 23

  • @Greanbeastful
    @Greanbeastful 12 років тому +1

    make one on animations...

  • @75Krusty
    @75Krusty 7 місяців тому

    When I look in my Gimp folder, I can't finder the Script folder. Any help? Have PC. And it is the current version here in 2024.

  • @nahluck
    @nahluck 10 років тому

    great video. Well explained.

  • @Gezn
    @Gezn 12 років тому

    cool, nicely done.

  • @Donkeyiser
    @Donkeyiser 12 років тому

    I still see no spatter brush :/ I have to go now but i will be back for the rest of the series later.

  • @itbiz2001
    @itbiz2001 6 років тому

    love the matrix clip :)

  • @williamherry
    @williamherry 12 років тому

    I did learn some, thanks

  • @Basmh-dq6dk
    @Basmh-dq6dk 8 років тому

    Thanks nice introduction

  • @gordfoo
    @gordfoo 12 років тому

    Great video thanks!

  • @budaroddy
    @budaroddy 2 місяці тому

    Show me how a 12years old meme still relebant to this exact day

  • @nelliekamkar3436
    @nelliekamkar3436 8 років тому

    Is it possible to write a script that warps images? Thank you so much!

  • @temudjin1155
    @temudjin1155 12 років тому

    Funny thing is I watched the films Matrix serie yesterday

  • @davidweeks1997
    @davidweeks1997 5 років тому

    OK. Its 2019, so I don't have to use scheme, which is good, since it seems to suck.

  • @rigorreynolds6233
    @rigorreynolds6233 4 роки тому

    ty

  • @TheKillllik
    @TheKillllik 12 років тому

    my gimps messed up one day i went one gimp and it continousy on startup said not responding and after that I reinstall and still no luck :(

    • @photohounds
      @photohounds 6 років тому

      Delete (or rename) your personal gimp directory and try again? Code or config causing the error could be stored there.

  • @shshdyhdcffvgg
    @shshdyhdcffvgg 12 років тому

    how do you write python scripts

  • @KarenSmith-hz3mi
    @KarenSmith-hz3mi 10 років тому

    "you plug in numbers here" us geeks call them 'parameters' parameter= a value either number or data to a function

  • @jaglinuxmint
    @jaglinuxmint 10 років тому

    you make it effortless! but for me its not

  • @nadasei_mesmo
    @nadasei_mesmo Рік тому

    man, cool tutorial, but what a fucking language chosen for scripts!
    It's hard to find tutorial and the gimp doc is outdated.
    People use scheme as language script in a program must be mad.

  • @randomnestutorials
    @randomnestutorials 12 років тому

    9th

  • @leslieleslie336
    @leslieleslie336 2 роки тому

    hello, anyone know how to add a guide to my image ? i used the script (script-fu-guide-new-percent 1 1 1 0 60) but its not adding a guide at 60% , any example?