It is currently Sat Jun 06, 2026 3:07 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 46 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Snow Cover Script Rel2 [Added alpha Menu, and changed name]
PostPosted: Mon Dec 23, 2013 7:39 am  (#31) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
PhotoComix wrote:
Rod wrote:
It could be as simple as re writing the script-fu.exe c src. :)
But who knows.

Kevin Cozens knows , for sure he knows because did most of it

Not sure how much is active on the gimp mail list but in case has also a site (obviously dedicated a script fu tiny fu )
http://www.ve3syb.ca/software/tiny-fu/

A may be wrong but i have the sensation that the problem (dialogues that tend to be tall rectangles on screens that are more and more commonly wide or superwide ) still exist because nobody reported to the right person (neither to bugzilla )

Yes i was actually thinking along those same lines PC. I know Onkel has edited some C sources in the GIMP plug-in code so i wonder if he would give it a look. Maybe a hack that is quite simple. Something to automatically cause scripts to double column if sf values are a double digit? For instance if i have a dialog with 20 SF user inputs the script would auto add the second column. Causing it to have 10 value inputs under each column. :)
Using Graechans Blue Ice script as a reference.
  SF-STRING     "Text"               "BLUE ICE"
  SF-FONT       "Font"               "Sans Bold"
  SF-ADJUSTMENT "Font size (pixels)" '(350 6 700 1 1 0 1)
  SF-ADJUSTMENT "Bevel Amount less for thin fonts"    '(30 1 40 1 5 0 0)
  SF-ADJUSTMENT "Bevel Angle" '(20 1 40 1 5 0 0)
  SF-OPTION "Text Fill Type" '("Pattern" "Color" "Gradient" "Active Gradient" "SteamPunk" "None")
  SF-PATTERN    "Text Fill Pattern"            "Rain"
  SF-COLOR      "Text Fill Color"         '(174 74 74)
  SF-GRADIENT   "Text Fill Gradient" "Abstract 3"
  SF-TOGGLE     "Face Horizon"   FALSE
  SF-TOGGLE     "Darken 3d Footprint"   FALSE
  SF-ADJUSTMENT "3D Height" '(40 0 100 1 5 0 0)
  SF-ADJUSTMENT "Perspective Size" '(0 -250 250 1 10 0 0)
  SF-ADJUSTMENT _"Perspective Angle"            '(45 0 180 1 10 1 0)
  SF-ADJUSTMENT _"Relative distance of horizon" '(5 0.1 24.1 0.1 1 1 1)
  SF-ADJUSTMENT _"Relative length of shadow"    '(1 0.1 24   0.1 1 1 1)
  SF-ADJUSTMENT _"Perspective Blur radius"      '(3 0 1024 1 10 0 0)
  SF-ADJUSTMENT _"Perspective Opacity"          '(80 0 100 1 10 0 0)
  SF-ADJUSTMENT _"SteamPunk cyan-red"          '(100 -100 100 1 10 0 0)
  SF-ADJUSTMENT _"SteamPunk magenta-green"     '(0 -100 100 1 10 0 0)
  SF-ADJUSTMENT _"SteamPunk yellow-blue"       '(-100 -100 100 1 10 0 0)
  )

_________________
Image


Top
 Post subject: Re: Snow Cover Script Rel2 [Added alpha Menu, and changed name]
PostPosted: Sun Jun 11, 2017 4:48 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1837
I just discovered this filter and it is sweet! Thank you Graechan for making this script.

Attachment:
HD_snow.gif
HD_snow.gif [ 1.17 MiB | Viewed 3799 times ]


Top
 Post subject: Re: Snow Cover Script Rel3 [changes made for 2-10]
PostPosted: Sat Sep 05, 2020 12:39 am  (#33) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Script updated for 2-10 please go to initial post for download

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sat Sep 05, 2020 12:43 am  (#34) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4960
Location: Sydney Australia
Graechan - thanks for the update :)

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sat Sep 05, 2020 12:58 am  (#35) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
It may take a little time but I'll update all my scripts for 2-10

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sat Sep 05, 2020 4:39 am  (#36) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
Hi Graechan.

Have you coded anything with vertical text lately?
In my attempts, the x or y coordinate for the top of the text bounding box does not work for vertical text.
If I'm wrong, maybe you have an example when it works?
Now I have to add some extra code for the border.

Additional request - if you will update, can you include changes in naming such as:
NORMAL-MODE -> LAYER-MODE-NORMAL
ADD-SELECTION-MASK -> ADD-MASK-SELECTION
BACKGROUND-FILL -> FILL-BACKGROUND

(because I am afraid that soon Gimp will only work without compatibility mode with older versions).


Attachments:
Bugs for vertical text.png
Bugs for vertical text.png [ 42.19 KiB | Viewed 3427 times ]
SCL.png
SCL.png [ 539.62 KiB | Viewed 3427 times ]

_________________
Image
Top
 Post subject: Re: Snow Cover Script Rel2 [Added alpha Menu, and changed name]
PostPosted: Sat Sep 05, 2020 8:01 am  (#37) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 164
Hi Graechan,

I downloaded Snow Cover.scm and installed it on my Gimp 2.10.21 Win10, but it doesn't appear in the expected Menu "script-fu-snow-cover-alpha" "<Image> / Script-Fu / Alpha-to-Logo"

I haven't figured out yet if the problem is due to a new version of the script-fu that I installed to be able to use the new version of Logo Toolbox 2.4, or if the problem would be my version Samj's portable 2.10.21.

I tested with version 2.10.12 using the same script-fu and the Snow Cover Rel 3 script works perfectly.
Thx for the update.


Last edited by Krikor on Sat Sep 05, 2020 2:32 pm, edited 2 times in total.

Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sat Sep 05, 2020 11:14 am  (#38) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2637
Location: Poland
@Krikor

Rod is on the forum very rarely.
Create a new thread (because this is a topic about Snow Cover Script by Greachan) - we'll solve the problem and Rod won't be offended.

_________________
Image


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sat Sep 05, 2020 2:32 pm  (#39) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 164
MareroQ wrote:
@Krikor

Rod is on the forum very rarely.
Create a new thread (because this is a topic about Snow Cover Script by Greachan) - we'll solve the problem and Rod won't be offended.

Mareroq following your suggestion I changed my previous post.
Thx!


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Sun Sep 06, 2020 1:40 am  (#40) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Krikor Script-fu has AlphaToLogo and Alpha-to-Logo, I used Alpha-to-Logo check there
MareoQ script has been updated to take care of gimps future plans

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Tue Aug 13, 2024 3:33 am  (#41) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
Getting ready to release ICE Custom Font! :bigthup
I thought this would be a good place to pile some snow on it. :tyspin Graechan wherever you are! :bigthup
Many Gimp Chat folks are truly missed. :(

One for you Graechan. :) :tyspin

Image

_________________
Image


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Tue Aug 13, 2024 11:36 am  (#42) 
That is an awesome font, Rod thank you for shared! Do you have a script or plugin of it? Do you have a tutorial on how to create it?


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Tue Aug 13, 2024 4:28 pm  (#43) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Graechan? haven't heard that name in a long time. Where are you!?

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Tue Aug 13, 2024 6:17 pm  (#44) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 8359
Location: On the other side of your screen
Graechan Last visited us: 29 Aug 2023

_________________
Image
Free Fun Photo Editing & resources
Poems from the Lord
Gimp Newby
Gimp version 3.2.0 and GMIC-Qt 3.7.5 OS :- Windows 10 Home 64


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Wed Aug 14, 2024 1:09 am  (#45) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
trandoductin wrote:
Graechan? haven't heard that name in a long time. Where are you!?

Last time i talked to her she was prepping for her sons wedding. That was a year ago i believe. :roll:
I pray all is well with her.

Missing Scott as well (Gnutux). :(

_________________
Image


Top
 Post subject: Re: Snow Cover Script Rel3 [Script updated for 2-10]
PostPosted: Wed Aug 14, 2024 1:27 am  (#46) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
Pocholo wrote:
That is an awesome font, Rod thank you for shared! Do you have a script or plugin of it? Do you have a tutorial on how to create it?


Thank you Pocholo! :tyspin
The font name is - A Cut Above The Rest - FREE for personal use
https://www.1001freefonts.com/search.ph ... search.y=3

I created the effect in a 3D program Aurora 3D Maker (for text or logos). Cost is about $50.00 USD.
https://www.presentation-3d.com/products/maker-3d.html

I created each png layer as a separate image (why so big), and then edited as layers in Gimp to create the Custom Font ICE_RD. I actually cut each image down to half its size and still ended up with a huge Custom Font file. (171 MB)
https://sourceforge.net/projects/rods-c ... f/download

Although writing a script for it could be fun. :gimp
I have not messed with Gimps procedural database in quite a while.

_________________
Image


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

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group