It is currently Thu Jun 04, 2026 1:50 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 3:26 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
I brought a stitching brush/tube over from PSP but it looks like crap in GIMP. Works great in PSP, though. Too bad I don't care to use PSP. Meh!

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


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 3:41 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
O:

You could use a brush of that shape and toss it into the tutorial and get that look. That is why I posted the tutorial, it's not limited to text, you can use shapes and patterns as well.

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


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 3:55 pm  (#23) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
@ O. Looks pretty good. :)

I tried your tut out Mahvin. :) Thanks!!

Liana


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 4:34 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
It's not perfect because I used the free select tool in a hurry, so the leaf detail is a bit jagged. The edges could also use a bit of softening up.

Let me know what you think, O. But I like very much the draping look you got going for wrinkles and such.

Image

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


Last edited by mahvin on Sun May 22, 2011 4:44 pm, edited 1 time in total.

Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 4:40 pm  (#25) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6946
Location: Somewhere in GIMP
mahvin wrote:
It's not perfect because I used the free select tool in a hurry, so the leaf detail is a bit jagged. Let me know what you think, O.
That looks really good, mahv. I need to do your tut so I can see what's happening and see if I can use your suggestion along with the tut and the displacement ... (I think my head is whirling with all of this.)

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 4:45 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
I upgraded the example in my last post. Softened the edges a bit more.

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


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 4:52 pm  (#27) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6946
Location: Somewhere in GIMP
I like it. Looks better. :hi5

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 5:07 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
mahvin wrote:
Molly:

viewtopic.php?f=9&t=978&p=10618&hilit=Adding+presets#p10618

It says for Ubuntu Linux, but it works for Windows as well.

The code for plaid:

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

Thanks mahvin.
I think I am going to have to leave it for a while cuz It boggles my mind. I can't understand it at all. I don't think I will ever understand all these scripts, plug-ins, codes etc......I appreciate your reply..... I will just have to use the G'MIC as is for now........ :oops: :roll: :cry

_________________
Image


Top
 Post subject: Re: Gimp quilting
PostPosted: Sun May 22, 2011 5:21 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Molly:

Actually, it is quite simple, once you grasp it. Unfortunately, you have to tough it out, if you want to understand it bad enough.

It's just cutting and pasting. The only BIG deal is finding the right file in the location that G'MIC recognizes the files it uses = .gmic (for filters) .gmic_faves (for presets).

What's a filter? A filter is the gibberish code that actually performs an action. All the options you see in G'MIC folders are filters. Filters created by users, like me, PC, and others will need to be placed in the .gmic file.

What's a preset? A preset is all the numerical input you see on the sliders, and radio buttons, and toggle boxes, etc., when you use a filter. A preset differs from a filter in that it doesn't perform any actions, it just sets up the settings for the filter to perform the actions. Presets require being placed in .gmic_faves and it is more strict in how you use it.

The filter proposed for this plaid thread is fairly simple to achieve. First find where your .gmic folder is located, open it with an editor. Copy the code shown in this post, and paste it into .gmic, then save. Open G'MIC, and it should now be in the user filter list as "My first filter". That sums up the entire tutorial and isn't really all that complicated.

If you are using Windows, .gmic usually resides in your Users/Appdata folder. It is a hidden file, so you will need to turn on the option to be able to see them. There is ONE EXCEPTION: if you have never created a .gmic file, by activating a filter in G'MIC, you will not see the .gmic file because it does not yet exist. You'll know you are in the right location if you see the definition file (looks like: .gmic_defxxxx) the x's represent the version of G'MIC you are currently using.

I want to encourage you to at least try, because that is how we learn to overcome the obstacles.

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


Top
 Post subject: Re: Gimp quilting
PostPosted: Mon May 23, 2011 10:30 pm  (#30) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Keeping trying Molly and O. :)
That looks great Mahvin. :paint

I made one more today thought I would add it. :) Feeling blah so I did not do much feeling better now. I madea few more plaids and this 'quilting.

Liana


Attachments:
frogplaid.png
frogplaid.png [ 535.17 KiB | Viewed 1450 times ]
Top
 Post subject: Re: Gimp quilting
PostPosted: Mon May 23, 2011 10:34 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Molly got her .gmic file set up, when she is ready we are doing presets next.

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


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 4:16 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
Many thanks to you Mahvin and all your patience.

As you said, it was hard to find. For anyone who is using Windows, (mine is Windows 7), it is in your users AppaData /Roaming file.
I would not have found it in a hundred years.

You will notice in that folder you will see all your previous G'MIC versions. That is where you place your .gmic file.

_________________
Image


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 8:03 am  (#33) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2011
Posts: 1764
molly wrote:
Many thanks to you Mahvin and all your patience.



I'll second that Molly. Mahvin is extremely patient, even with mac users LOL..I thank you as well Mahvin. :gimp


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 10:02 am  (#34) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
speaking of the stitching on the quilting, I cannot get the large stiches to work. I tried it over and over and I get these tiny little stitches that you can hardly see. I even went to path, then from path. I put my settings exactly the way "O" had hers set in her post. I just can't understand why it won't stitch with the large stiches....... HELP!!

Here is an image of how I have it set but I don't see on there where it shows what I selected, which is the long dashes.
Image :geek

_________________
Image


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 10:37 am  (#35) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6946
Location: Somewhere in GIMP
It shows you have selected Long Dashes which is correct.

Here is the image I posted and yours - the settings are the same.

Image.....Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 11:27 am  (#36) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
After trying it over and over with the same settings I went up and changed the line width to 4 and then it worked. I don't know why and it is just another mystery to make me more crazy. Anyway, here are my first plaids....Image

_________________
Image


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 11:29 am  (#37) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6946
Location: Somewhere in GIMP
Bee-yoo-ti-ful! Great job, Molly!

I think the stitching might have looked tiny because your image is large. The width setting needs to accommodate the size of the image.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 11:34 am  (#38) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
It looks great Molly. :)

Liana


Top
 Post subject: Re: Gimp quilting
PostPosted: Tue May 24, 2011 11:54 am  (#39) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
You may be right "O". We will see what happens the next time.....

Thanks "O" and Lianam.......

_________________
Image


Top
 Post subject: Re: Gimp quilting
PostPosted: Sat Apr 06, 2013 11:15 am  (#40) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6946
Location: Somewhere in GIMP
Found this font here at daFont.
Image

I thought it might be interesting to play with. I merged the black text layer down to a white one and used a Gaussian blur of 8.

Then filled the top layer with a pattern.

Filters > Map > Bump Map and used these settings.
Image

Here are my results. Someone else may come up with a better way to do it.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group