It is currently Tue Jul 21, 2026 11:34 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 107 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 8:48 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
bkh1914: Is that PM's tutorial, it's not related to mine.

akky:
Quote:
Right well I have found an invisible thing called .gmic_def.1492
Not sure if this is what I need or not, let alone understand what to do with it.
I'm assuming the numbers are for GMIC 1.4.9.2
Might help to know that it appears to be a document file as well.


Did you find a .gmic file in the same location? No? Then you have to create one, but....

Someone else who uses a Mac had problems saving the file without an extension. Since I don't know anything about Macs, I can't advise, but what I do know is that the file cannot be saved with an extension, or G'MIC wont be able to read it.

Once you manage to create a new .gmic file with the code added, G'MIC should find it and have the filter available at the top of the menu.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 8:57 pm  (#22) 
Offline
GimpChat Member

Joined: Mar 29, 2011
Posts: 346
Location: Wisconsin
mahvin wrote:
bkh1914: Is that PM's tutorial, it's not related to mine.

No, PM's tutorial is flip and rotate.
I'm just wondering why you need to use G'MIC when GIMP already contains everything you need to easily create seamless plaid patterns.

_________________
Image


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:11 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Quote:
No, PM's tutorial is flip and rotate.
I'm just wondering why you need to use G'MIC when GIMP already contains everything you need to easily create seamless plaid patterns.


That's like asking why is there more than one make of car...

Do you have something personal against G'MIC or scripts and plug-ins? I'm confused, I can't tell if your hostile or you find discovery outside of GIMP to be insulting. I am clueless, please explain...

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:24 pm  (#24) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Well..I tried to create the rotate 'my first filter' I bombed. I have no idea what i did or did not do right. I also was looking through the gmic filters and seen the additional filters under the about and tried to add those by clicking apply and then refresh. Nothing, nada, zippo... :gaah I am sure I am missing something i tried to follow the tutorial for creating 'My first filter' but got totally lost. I have to admit I totally do not get the .gmic file i need to create. Is it a folder i need to create in gmic? or is it some kind of file with the extension .gmic?

I have my gimic folder with everything in it in my plugins folder of gimp 2.6 not the gimp 2.0 folder. For the most part gmic works for me except adding new filters and creating this one. :gaah

I am going to take a break before I get to frustrated. I hate being a newby so many things at times i just don't get and can't see the steps I might be missing. :cry

I did create a few more plaids i did not rotate them though but i did make them into small tiles. :) i named them after the pictures I used to create them.

Liana


Attachments:
antiqufloral.png
antiqufloral.png [ 47.18 KiB | Viewed 4327 times ]
butterflyfields.png
butterflyfields.png [ 37.04 KiB | Viewed 4327 times ]
tropicalfish.png
tropicalfish.png [ 55.78 KiB | Viewed 4327 times ]
Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:36 pm  (#25) 
Offline
GimpChat Member
User avatar

Joined: Apr 18, 2011
Posts: 620
Location: New York
mahvin wrote:
Cecilia, have you opened the .gmic file? Do you see other filters in it. What Willy is referring to is the way we sort our filters out by placing these below

#######My First Filter Start########

then code here

####### MY First Filter End#########

It just makes the filters easier to identify when making changes to them.

You can place it anywhere in the file, as long as it doesn't interfere or break another filter.

ok... so the last parts of my file look like this:

Quote:
#*************END OF FILTER****************


#******************************************
#END OF DIRECTORY
#******************************************

#@gimp _


so I can put this new filter Right under the End of Filter and before the End of Directory.

_________________
Ubuntu 24.04.1, Kernel i686, 6.8.0-52-generic
python3 v3.12.3 ----- GIMP - ver 2.10.38


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:39 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Cecilia, akky, and Lianam:

Try this file attached below. Open it, and look at it first, so you can see how its written.

Then place the "extracted" file into the same folder/location as your .gmic_def.xxxx file.

You will need to extract the file from the zip, and it will need to be where G'MIC can see it.

Don't bother/open/or edit the .gmic_def.xxxx file, its for other purposes.

Lianam, I didn't invent G'MIC so the whys and why fors are beyond me, but once the light comes on (as it did for most of us) then we look back and wonder why we made things so complicated. It's that initial hurdle we have to get over being new to something we aren't familiar with.

Akky: We'll get there as long as you're willing to keep trying.

Cecilia: You could place the filter anywhere on the file as long as you don't paste it where it breaks another filter. Most people just start a whole new filter at the end. The only reason the ###start### and #####end##### is for authors to keep their filter list neat and tidy, separating the filters for convenience.


Attachments:
.gmic.zip [334 Bytes]
Downloaded 173 times

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Last edited by mahvin on Fri May 13, 2011 9:52 pm, edited 1 time in total.
Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:47 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
###############  Weird FX  #####################################
#@gimp  Weird Fx : gimp_contrast_swm3b , gimp_contrast_swm3b(0)
#@gimp : sep = separator ()
#@gimp : Blur the mask = float(2,0.5,10)
#@gimp : sep = separator ()
#@gimp : note = note ("Contrast Mask need the negative of the mask")
#@gimp : SKIP to use the mask to boost = bool(false)
#@gimp : note = note ("Uncheck for Contrast Mask,Check for Contrast Boost")
#@gimp : sep = separator ()
#@gimp : note = note("Merge the Mask")
#@gimp : Intensity = float (1,0,1)
#@gimp : sep = separator ()
#@gimp : Correct Color Shift = bool(true)
#@gimp : Swap Layer = bool (false)
#@gimp : Correction Intensity = float(1,0,1)
#@gimp : sep = separator(), note = note("<small>Author : <i>PhotoComiX</i>.      Last update : <i>2010/12/26</i>.</small>")
#@gimp : note = link("Filter explained here","http://www.gimpchat.com/viewtopic.php?f=9&t=864")

gimp_contrast_swm3b :
-repeat @# -l[$>] -split_opacity -l[0]
--gimp_do_nothing
--luminance[-1] -to_rgb[-1]
  -blur_xy[-1] $1,$1
  -if {$2==0} -negative[-1] -elif {$2==1} -gimp_do_nothing -endif
  -reverse[-1,-2] -gimp_compose_hardlight[-1,-2] $3
  -if  {$4==0 && $5==0} -keep[-1] -elif {$4==1 && 5==0} -reverse[-1,-2]-gimp_compose_value[-1,-2] $6 -elif {$4==0 && $5==1} -gimp_compose_value[-1,-2] $6 -endif
 
-endl -a c -endl -done

#######################  End of Weird FX  #########################

################## Resurrect Start ################################

#@gimp Resurrect from Transparency : gimp_resurrect, gimp_resurrect
#@gimp : note = note ("This filter may resurrect what erased to full transparency")

gimp_resurrect :
-repeat @# -l[$>]
-split_opacity -keep[-2]
-endl -done

################## Resurrect End ############################


################ My First Filter #############################

#@gimp My first filter: my_first_filter_command, my_first_filter_command
#@gimp : note = note("It is my first filter, I am so excited!")
#@gimp : sep = separator()
#@gimp : Angle = float(45,0,360)
#@gimp : Fill the empty space = choice("in black","like the borders","by repeating the image")
my_first_filter_command :
  -rotate $1,$2

#****END OF FILTER****

################  EOF  #######################################

############INK#WASH##############################
#@gimp Ink Wash : ink_wash, ink_wash(0)

#@gimp : note = note (""Ink Wash" controls")
#@gimp : Size = float(0.14,0,4)
#@gimp : Amplitude = float(23,0,200)
#@gimp : sep = separator ()
#@gimp : note = note ("Check if you wish visual control on this step )
#@gimp : SKIP all other steps = bool (false)
#@gimp : note = note ("UNcheck to reactivate the other controls ")
#@gimp : sep = separator ()
#@gimp : Smoother Sharpness = float(0.5,0,2)
#@gimp : Smoother Edge Protection = float(0.54,0,1)
#@gimp : Smoother Softness = float(2.25,0,10)

#@gimp :sep = separator ()

#@gimp : Stretch Contrast ? = choice ( NO, Automatic, Manual Controls )
#@gimp : note = note ("To activate the sliders below chose "Manual Controls"")

#@gimp :sep = separator ()
#@gimp : LN Amplititude = float(2,0,60)
#@gimp : LN Size = float(6,0,64)
#@gimp : LN Neightborhood-Smoothness = float(5,0,40)
#@gimp : LN Average-Smoothness = float(20,0,40)

ink_wash :
-gimp_pencilbw[-1] $1,$2,0,0,0
-if {$3==1} -return
-elif {$3==0} -gimp_anisotropic_smoothing 60,$4,$5,$6,1.1,0.8,30,2,0,1,1,0,1,0 -endif
-if {$7==0} -gimp_do_nothing
-elif {$7==1} -normalize_local 2,6,5,24,1,0,255
-elif {$7==2} -gimp_normalize_local $8,$9,$10,$11,1,3,0 -endif

###################END##########END###########END#################


This is just a snippet (portion) of my .gmic file. Just to give you an idea of what it looks like with a few filters in it.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 9:59 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
mahvin wrote:

By the way, David made a filter for plaid design, it works really well.


who is David? and where can I find the filter


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:02 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
LOL at me catching up...ok I see this text here but I cannot save it as anything other than a text file of some sort...it is either rtf or doc or txt. As I understand it none of those will work. Please correct me if I am wrong...it seems to me that Snow Leopard just will not let me do it.


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:05 pm  (#30) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
akky wrote:
who is David? and where can I find the filter


David created G'MIC and its under his Ronounours folder in the G'MIC menu.

Somewhere on Gimp Chat is instructions for activating these testing folders.

Akky: Again, I don't use a Mac, so I can't advise. You cannot save this file as a txt or doc or rtf. It has to be saved strictly as .gmic

I thought this discussion was already covered elsewhere on Gimp Chat or on G'MIC Flickr.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:08 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
ok I'll see if I can find it thank you...Its ok that you dont use a mac...well it is but ya know....LOL ....and I am annoyingly persistent with this...but I appreciate everything you are doing to help me


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:10 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
mahvin wrote:
akky wrote:
who is David? and where can I find the filter


David created G'MIC and its under his Ronounours folder in the G'MIC menu.

Somewhere on Gimp Chat is instructions for activating these testing folders.

Akky: Again, I don't use a Mac, so I can't advise. You cannot save this file as a txt or doc or rtf. It has to be saved strictly as .gmic

I thought this discussion was already covered elsewhere on Gimp Chat or on G'MIC Flickr.

I'm ok weith getting GIMP to recognise GMIC etc and have written a little thing about it but its the extra bits I dont get.


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:13 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: Apr 18, 2011
Posts: 620
Location: New York
Attachment:
plaidA.png
plaidA.png [ 122.3 KiB | Viewed 4548 times ]

ok, this is what I made following the instructions.

quite interesting!!

_________________
Ubuntu 24.04.1, Kernel i686, 6.8.0-52-generic
python3 v3.12.3 ----- GIMP - ver 2.10.38


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:17 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Akky: I understand, we all went through the little bits and not everyone did it easy peasy. Heck I think some of us, myself included, still get confused by the little things.

I need to find a USED Mac somewhere and use it strictly to help Mac users. It's tough not being able to explain or help people, because I don't know how to advise them. Drives me nuts.

David told me that if you saved a filter as a Fave, it will create the .gmic file. I am assuming, this works for Macs as well.

Good job, Cecilia!

Lianam: Have you tried to save a filter as a fave in G'MIC? David said it will create the .gmic file (see comment above).

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:27 pm  (#35) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Ok back!! :rofl I drive myself nuts sooo..:)

Anyways, some how my applications data folder was totally hidden. :gaah Good thing my partner's was not. I found the .gmic_def.1843 file and I placed your folder you so kindly gave us into the applications data folder. I opened gimp and gmic and refreshed my filters to avail I got nada again. Something is just not right. :gaah

I will keep trying. I am a stickler for details why I struggled rewiring my tractor but it is done! :jumpclap Thanks for your help you so willing give Mahvin I do appreciate it. :) :tyspin

Liana


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:32 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Lianam: extract the file from the zip into the appdata folder location. It won't work still in a zip.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:41 pm  (#37) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
It was extracted. Heck I even downloaded it again to the application data folder and extracted it again it still does not show up in gmic. :gaah

Liana


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:45 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Hmmmmm... Did you try saving a filter as a fave in G'MIC? David said it automatically creates a .gmic file. And if it does, then you could just copy/paste the code into "that" file and see if it works.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 10:54 pm  (#39) 
Offline
GimpChat Member

Joined: Mar 29, 2011
Posts: 346
Location: Wisconsin
mahvin wrote:
Do you have something personal against G'MIC or scripts and plug-ins? I'm confused, I can't tell if your hostile or you find discovery outside of GIMP to be insulting. I am clueless, please explain...

My apologies.
I was just trying to point out a simpler method. I probably should have posted it in a new thread.
Nothing against G'MIC, it's just that people always seem to have trouble with it. But that's part of the learning curve.
Peace...

_________________
Image


Top
 Post subject: Re: Somewhat Painless Seamless Plaid Tutorial Using G'MIC
PostPosted: Fri May 13, 2011 11:02 pm  (#40) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Well I have not knowingly placed a filter in the favs but I do have filters in that file I have no idea how they got there. :rofl I will post a screen shot of my GMIC and see if it sheds some light.

Liana


Attachments:
gmic screen shot.png
gmic screen shot.png [ 82.75 KiB | Viewed 4538 times ]
Top
Post new topic Reply to topic  [ 107 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group