It is currently Sat Aug 29, 2026 1:02 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Create a jean texture.py (seamless)
PostPosted: Sat May 09, 2020 11:55 am  (#1) 
I know that fencepost created a Script-fu script (Denim) that I used, and I thank him. But his script needed for you to install a scanline pattern before you can use it. I just created a "Jean (denim) seamless pattern" strictly with no 3rd party add ons. I used the GIMP "Newsprint" plugin, instead of a pattern to create the fabric like lines.
You will be able to change the Size and the Color of your like. This is the result. I hope you guys like it, be safe!

Image


Attachments:
Create a jean texture.zip [1.23 KiB]
Downloaded 271 times


Last edited by Pocholo on Sun May 10, 2020 1:07 am, edited 1 time in total.
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Sat May 09, 2020 3:14 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
The thing in the ZIP is a link, not the real file.

_________________
Image


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Sun May 10, 2020 1:10 am  (#3) 
Thank you Ofnuts for noticing that. I don't know what happen to the file I thought I have it there. Oh well, I deleted the first one and I managed to upload it again, please let me know if it is the file. Cheers!


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Sun May 10, 2020 1:33 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2015
Posts: 256
Throws an error. I'm using Gimp 2.8.22. Could this be an issue?


Attachments:
denim error.jpg
denim error.jpg [ 68.61 KiB | Viewed 6598 times ]
Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Sun May 10, 2020 2:47 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Yes, 2.8 is an issue here. The script is written for 2.10.x

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Sun May 10, 2020 12:34 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2015
Posts: 256
nelo wrote:
Yes, 2.8 is an issue here. The script is written for 2.10.x


Okey-doke. Thanks.


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Mon May 11, 2020 12:18 am  (#7) 
steven8 wrote:
Throws an error. I'm using Gimp 2.8.22. Could this be an issue?


Hi steven8. The arguments for the Layer's mode changed from:
GIMP 2.8
1. NORMAL_MODE
2. GRAIN_MERGE_MODE
3. MULTIPLY_MODE
to
GIMP 2.10
1. LAYER_MODE_NORMAL
2. LAYER_MODE_GRAIN_MERGE
3. LAYER_MODE_MULTIPLY

Also the argument for the fill from FOREGROUND_FILL (GIMP 2.8) to FILL_FOREGROUND (GIMP 2.10)


I made the changes to the 2.8 version and you can download it from the bottom of this reply. Be safe!


Attachments:
2.8_Create a jean texture.zip [1.23 KiB]
Downloaded 210 times
Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Mon May 11, 2020 12:26 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14157
Location: Spain, Aragón
Congrats Pocholo for your Script-fu script (Denim). You seem to learn quickly and with your effort, the result has come very nice.
Thanks for sharing it. :clap

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Mon May 11, 2020 1:54 am  (#9) 
Issabella wrote:
Congrats Pocholo for your Script-fu script (Denim). You seem to learn quickly and with your effort, the result has come very nice.
Thanks for sharing it. :clap


Hi issabella, thank you for the comment. :tyspin Once you get how to construct a basic scheme it's not that hard. This one is a python plugin (py) I created a couple of script-fu scripts:

Heart
viewtopic.php?f=9&t=18276

Captain America Sield
viewtopic.php?f=9&t=18314

Wood seamless pattern
viewtopic.php?f=9&t=18248

Check them out, if you haven't. :)


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Mon May 11, 2020 5:16 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2015
Posts: 256
Pocholo wrote:
steven8 wrote:
Throws an error. I'm using Gimp 2.8.22. Could this be an issue?


Hi steven8. The arguments for the Layer's mode changed from:
GIMP 2.8
1. NORMAL_MODE
2. GRAIN_MERGE_MODE
3. MULTIPLY_MODE
to
GIMP 2.10
1. LAYER_MODE_NORMAL
2. LAYER_MODE_GRAIN_MERGE
3. LAYER_MODE_MULTIPLY

Also the argument for the fill from FOREGROUND_FILL (GIMP 2.8) to FILL_FOREGROUND (GIMP 2.10)


I made the changes to the 2.8 version and you can download it from the bottom of this reply. Be safe!


Got it, and it works perfectly. Thank you for going to the trouble of doing this!


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Mon May 11, 2020 6:40 pm  (#11) 
No problem my friend! :yes


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Tue May 12, 2020 2:23 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14157
Location: Spain, Aragón
Pocholo, your jean texture plug-in works great. Easy and quick in its action. :yes
Thank you so much, :tyspin

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Tue May 12, 2020 11:06 pm  (#13) 
Thank you so much, Issabella. I seen you have a few nice tutorial and images here. :coolthup


Top
 Post subject: Re: Create a jean texture.py (seamless)
PostPosted: Wed May 13, 2020 4:59 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14157
Location: Spain, Aragón
I feel like testing your texture on text. :hehe
I like it!


Attachments:
THANKS.jpg
THANKS.jpg [ 219.87 KiB | Viewed 4311 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group