Release of G'MIC 1.6.5.2

Is it just me, or is using amazing software created by real people - and then being able to communicate directly with those people really rather exciting ?

Thank you David for software that helps me realise my artistic visions !

1 Like

I absolutely need to make a body sock now, these are so neat. :slight_smile:

1 Like

Take what you see as very much experimental work in progress, so many things that can be improved, but it was so much fun it didn’t really matter. Next time we will get a bit more out of it :smile:

1 Like

Back from holidays… I’ve already fixed some bugs, and released a pre-version for version 1.6.5.2.
This should be the version you get when you download from http://gmic.eu/gimp.shtml.
If you encounter any issue, please report them so I can improve the software as much as I can.

2 Likes

Welcome back! :smile:

1 Like

Hi David, welcome back :smiley:.
Today I was playing with the euclidean to polar transformation and I noted you got an unused variable ( n ) .
I was wondering what modifies that variable?

I don’t see an unused variable in -polar2euclidean nor -euclidean2polar, at least in the latest version of gmic_def.gmic. Maybe you are referring to an older version ? (current is 1.6.5.2_pre).

from http://gmic.eu/gmic_def.1652

euclidean2polar : -skip ${1=50%},${2=50%} -check "${3=1}>0 && isint(${4=1}) && $4>=0 && $4<=2"
  -e[^-1] "Apply euclidean to polar transform on image$?, with center point ($1,$2), power $3 and "${-arg\ 1+$4,dirichlet,neumann,periodic}" boundary conditions."
  -v - -repeat $! -l[$>]
    cx={if(${-is_percent\ $1},$1*(w-1),$1)}
    cy={if(${-is_percent\ $2},$2*(h-1),$2)}
    R={sqrt(max($cx^2,(w-1-$cx)^2)+max($cy^2,(h-1-$cy)^2))}
    -f 'r=x*$R/(w-1);a=y*2*pi/(h-1);i($cx+r*cos(a),$cy+r*sin(a),z,c,1,$4)'
  -endl -done -v +

$3 it’s never used.

1 Like

Ha yes, correct. I need to clean this.
Thanks !

EDIT : This has been fixed! Thanks again for reporting !

You are welcome :smiley:

Mac latest updated from git! 1 Sep 2015

1 Like

Looking nice. Finally was able to register here without getting the error. :slight_smile:

1 Like

Wait, what error were you seeing? In the future just reach out and give me a hard slap if something seems amiss! :wink:

Just emailed you Pat. The error, though, was Bad Gateway Error as I recall. :slight_smile:

1 Like

Hey Pat; was getting a bad gateway error when trying to join the forum. Obviously, that somehow got fixed. Took about a month. Not sure how it got fixed, but, happy it did. :slight_smile: ---------
Lyle Kroll

1 Like

Odd. Out of curiosity, did you use an exising OAuth server (Twitter/Facebook/Google/github), or just plain old email signup?

Used Yahoo. It might have been Yahoo that caused the issue. Regardless, it finally worked Pat. :slight_smile: ---------
Lyle Kroll

1 Like

Well, I’m glad we got it sorted out - welcome aboard and glad to have you! :slight_smile:

09/04/2015: Final release!

1 Like

Got the news at GIMPChat. Again, thanks for the continued updates David. Do you ever wonder if you could talk to your younger self which just envisioned G’MIC about where your gift will go David? I vaguely remembered all the cool things as I discovered the gems withing the GIMP plugin those many years ago now. :smile:

1 Like