-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
593 lines (585 loc) · 29.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vitforlinux Gimp 3.0 rc1 and 2.10 updated script-fu scm</title>
<style>
body {
background-color : #333333;
color : white;
font-family : Arial, Tahoma;
font-size : 1em;
}
.responsive {
width: 100%;
height: auto;
}
h1 {
color : #ff6600;
margin-left : 20px;
padding-top : 25px;
}
h2 {
color : white;
margin-left : 20px;
margin-top : 20px;
clear : both;
}
h3 {
color : white;
clear : both;
}
div.middle {
width : 30%;
float : left;
border : white solid 2px;
margin-left : 1%;
margin-bottom : 20px;
padding : 7px;
}
div.topbar {
width : 100%;
height : 30px;
position : fixed;
border-bottom : 2px solid white;
z-index : 1000;
top : 0;
text-align : right;
left : 0;
background-color : #333333;
vertical-align : bottom;
}
body {
background-color : #333333;
color : white;
font-family : Arial, Tahoma;
font-size : 1em;
}
h1 {
color : #ff6600;
margin-left : 20px;
padding-top : 25px;
}
h2 {
color : white;
margin-left : 20px;
margin-top : 20px;
clear : both;
}
h3 {
color : white;
text-align: center;
clear : both;
}
hr {
color : #333333;
clear : both;
}
a {
color : white;
padding : 4px 8px 4px 8px;
margin-left:5px;
margin-right:5px;
margin-top: 20px;
white-space: nowrap;
border : white solid 2px;
background-color : #cc6633;
text-decoration : none;
font-weight : 600;
clear : both;
text-shadow : 1px 1px 3px rgba(0, 0, 0, 1);
}
a::after { content: "\A";
}
div.middle {
width : 30%;
float : left;
border : white solid 2px;
margin-left : 1%;
margin-bottom : 20px;
padding : 7px;
clear: right;
}
div.middle p {
text-align: center;
padding : 7px;
clear: right;
}
div.middle p img {
text-align: center;
width: 100%;
height: auto;
clear: both;
}
div.middle p img:hover
{
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
div.topbar {
width : 100%;
height : 30px;
position : fixed;
border-bottom : 2px solid white;
z-index : 1000;
top : 0;
text-align : right;
left : 0;
background-color : #333333;
vertical-align : bottom;
}
</style> </head>
<body>
<div class="topbar"><a href="https://vitforlinux-gimp.github.io/index_it.html"
title="italiano" target="_blank">it</a><a href="https://vitforlinux-gimp.github.io/"
title="english" target="_blank">en</a><a href="https://github.com/vitforlinux-gimp/scm/archive/refs/heads/main.zip"
title="All repo in Zip" target="_blank">All repo in Zip</a><a href="https://github.com/vitforlinux-gimp/font-downloader/releases/download/font/Script-fu-needed-font.zip"
title="Using these script-fus is best with these fonts" target="_blank">Needed Font</a><a href="https://github.com/vitforlinux-gimp/scm"
title="on Github" target="_blank">View on Github</a></div>
<h1> Vitforlinux Updated SCM script-fus for Gimp 2.10 and 2.99.19 / 3.0 rc1</h1>
<h2>Script-fu SCM - Warning: these scripts work on Gimp 2.10 and on the "newest" version of Gimp 2.99.19 or 3.0rc1... please update.<br>
The link to some GEGL plug-ins has been removed from Script-fu SCM, I will make a new working 300 series soon.
</h2>
<div class="middle">
<h3>Polished Plastic Fun for Gimp 2.10 - 3.0 rc1 </h3>
<p> It has amazing possibilities of both text and background filling,
outline and shadow color can be changed.<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTBlimpo.otf" title="QTBlimpo" target="_blank">QTBlimpo</a><br><br>
File > Create > Logos > Polished Plastic Fun 300 Logo<br>
Filters > Alpha to Logo > Polished Plastic Fun 300 alpha
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/Plastic_Fun.jpg"><br>
<br>version 300 with support 3.0 rc1<br><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/master/polished_plastic_fun_300.scm"
title="polished plastic fun 300" target="_blank" download=""> Right click,
save link as... </a></p>
</div>
<div class="middle">
<h3> Plastic or Glass for Gimp 2.10 - 3.0rc1 </h3>
<p> Allows you to make effects like plastic and glass, transparence, added
a new effect Pattern Lighten Only or Overlay. Is possible Shrink / Grow
and Outline text<br>
<br> Use font OFL <a href="https://ctan.mirror.garr.it/mirrors/ctan/fonts/qualitype/opentype/QTVagaRound-Bold.otf" title="QTVagaRound-Bold" target="_blank">QTVagaRound-Bold</a><br><br>
Script-Fu> Logos> Plastic or Glass Text 300<br>
Script-Fu> Alpha-to-Logo> Plastic or Glass alpha 300 <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/plastic_glass.jpg"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/Plastic-Or-Glass-300.scm"
title="plastic or glass" target="_blank" download=""> Right click,
save link as... </a></p>
</div>
<div class="middle">
<h3> Lord of The Rings for Gimp 2.10 - 3.0 rc1</h3>
<p>Classic script updated for Gimp 2.10 better with font Ringbearer medium
more fill effect are possible.<br>
<br>
Script-Fu> Alpha-to-Logo> Lord of The Rings 300... Alpha<br>
Script-Fu> Logos> Lord of The Rings 300... Text <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/Lord_of_The_Rings.jpg"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/300_Lord_of_the_Rings_Script.scm"
title="lord of the rings " target="_blank" download=""> Right click,
save link as... </a></p>
</div>
<hr>
<div class="middle">
<h3> Scanner Logo for Gimp 2.10 and 2.99.19</h3>
<p>Classic script updated for Gimp 2.10 more fill effect possible, line
color and background are changeable<br>
<br>
<br>
File> Create> Logos> Scanner Logo <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/scanner-logo.jpg"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/299_scanner-logo.scm"
title="scanner logo" target="_blank" download=""> Right click, save
link as... </a></p>
</div>
<div class="middle">
<h3> Skywriting for Gimp 2.10 and 3.0 rc1</h3>
<p>Your dream is write with the clouds? This script can do it!<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTHelvet-Black.otf" title="QTHelvet Black" target="_blank">QTHelvet Black</a><br><br>
File> Create> Logos> Skywriting 300 Logo<br>
Script-Fu> AlphaToLogo> Skywriting 300 Alpha <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/skywriting.jpg"
alt="skywriting"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/300_skywriting.scm"
title="skywriting" target="_blank" download=""> Right click, save link
as... </a></p>
</div>
<div class="middle">
<h3> 3D wood for Gimp 2.10 - 3.0rc1 </h3>
<p> 3d wood make wood bumped text with wood like bump map.Is
possible Shrink / Grow and Outline text <br>
<br><br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTHelvet-Black.otf" title="QTHelvet-Black" target="_blank">QTHelvet-Black</a><br><br>
Script-Fu> Logos > 3d wood 300<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/3dwood.jpg"
alt="3d wood"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/3D_WOOD_300.scm"
title="3dwood" target="_blank" download=""> Right click, save link
as... </a></p>
</div>
<hr>
<div class="middle">
<h3> Reflex Logo for Gimp 2.10 - 3.0 rc1</h3>
<p>A classic script updated for Gimp 2.10 - 3.0 rc1, text fill has the option to be
filled with different gradients.<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTBodiniPoster-Italic.otf" title="QTBodiniPoster Italic" target="_blank">QTBodiniPoster Italic</a><br><br>
File> Create> Logos> Reflex Logo<br>
Filtri> Alpha to Logo > Reflex<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/reflex.jpg"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/reflex-logo-alpha-300.scm"
title="Reflex Logo" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<div class="middle">
<h3>Logo Workshop for Gimp 2.10 - 2.99.19</h3>
<p>This script allows you to create embossed text and adjust the thickness
of the outline, the experimental PLUS D version has complete management of gradients in 12 directions on the three levels, the shined effect on the text and vignettes on the background.<br>
<br>
File> Create> Logos> Logo Workshop 299<br>
Filtri> AlphaToLogo> Logo Workshop 299 Alpha <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/logo_workshop.jpg"
alt=" Logo Workshop"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/logo-workshop29916.scm"
title="Logo Workshop" target="_blank" download="">Right click, save
link as...</a><br><br>Experimental Version Plus 299 D<br><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/logo-workshop-plus-29919-D.scm"
title="Logo Workshop" target="_blank" download="">Right click, save
link as...</a><br>
</p>
</div>
<div class="middle">
<h3>Logo ToolBox for Gimp 2.10 e 2.99.16</h3>
<p>It is an extended version of the Workshop logo with 3D and bump map
capabilities<br>
<br>
Script-Fu> Logos > Logo ToolBox 299<br>
Filtri> AlphaToLogo> Logo ToolBox 299 Alpha<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/logo_toolbox.jpg">
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/Logo-Toolbox29916.scm"
title="Logo ToolBox" target="_blank" download="">Right click, save
link as...</a></p>
</div>
<hr>
<div class="middle">
<h3>Emap Logo for Gimp 2.10 - 3.0rc1</h3>
<p>It is based on gradients and clouds, the result is absolutely random
and unrepeatable<br>
<br>
Script-Fu> Logos> Emap 300 Logo<br>
Script-Fu> Alpha to Logo > Emap 300 Alpha<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/emap.jpg"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/Emap300.scm"
title="Emap Logo" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<div class="middle">
<h3>Psychedelic for Gimp 2.99.19 and 2.10</h3>
<p>It is based on a gradient effect for the background and animated
brushes for filling the text, the background color of the text and the
gradients can be changed, it has 3D possibilities<br>
<br>
File> Create> Logos>Psychedelic 299 LOGO<br>
Filtri> AlphaToLogo> Psychedelic 299 Alpha <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/psychedelic.jpg"
alt="Psychedelic"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/Psychedelic299.scm"
title="Psychedelic" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<div class="middle">
<h3>Irregular Slab for Gimp 2.10 - 3.0rc1</h3>
<p>Simulates the effect of a piece of broken wood, has many adjustments to
make the effect more: realistic, backgrounds and colors can be changed<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTCaligulatype.otf" title="QTCaligulatype" target="_blank">QTCaligulatype</a><br><br>
Script-Fu> Logos > Irregular Slab 300 Logo<br>
Filtri> Stencil Ops> Irregular Slab 300 Alpha<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/irregular_slab.jpg"
alt="Irregular Slab"> <a href="https://github.com/vitforlinux-gimp/scm/raw/main/300_irregular_slab.scm"
title="Irregular Slab" target="_blank" download="">Right click, save
link as...</a></p>
</div>
<hr>
<div class="middle">
<h3>Double Bumped Text for Gimp 2.10.36 - 2.99.19</h3>
<p>It complements and replaces Double Bump Map by adding text
possibilities, it has tons of adjustments, it takes time to figure it
out, it has color overlay pattern effects...don't give up!<br>
<br>
Script-Fu> Logos> Double Bumped Text<br>
Script-Fu> Alpha to Logo > Double Bump Map <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/double_bump.jpg"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/Double_bump_map.scm"
title="Double Bumped Text" target="_blank" download="">Right click,
save link as...</a></p>
</div>
<div class="middle">
<h3>Bumpy for Gimp 2.10 - 2.99.19</h3>
<p>A script classic updated for Gimp 2.10, has Bump Map effect... pushed
to the max, colors can be changed<br>
<br>
File> Create> Logos>Bumpy<br>
Filtri> AlphaToLogo> Bumpy Alpha <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/bumpy.jpg"
alt="Bumpy"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/bumpy.scm" title="Bumpy"
target="_blank" download="">Right click, save link as...</a></p>
</div>
<div class="middle">
<h3>Wire Art for Gimp 2.10 - 2.99.19</h3>
<p>A script classic updated for Gimp 2.10 - 2.99.19, but renewed and independent,
the mesh is generated by the mosaic filter, and the type and size can be
changed.<br>
<br>
Script-Fu> Logos> Wire Art Text 299<br>
Script-Fu> Alpha-to-Logo> Wire Art Image<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/wire_art.jpg"
alt="Wire Art"> <a href="https://github.com/vitforlinux-gimp/scm/raw/main/Wire-Art-Text-299.scm"
title="Wire Art" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<hr>
<div class="middle">
<h3>Does the Script-Fu panel go off the screen?</h3>
<p>On Linux press the ALT key and clicking with the mouse you can move the
window<br>
<br>
On Windows, to have the same function, I recommend installing AltDrag<br>
<br>
<a href="https://stefansundin.github.io/altdrag/" title="AltDrag" target="_blank">Download
AltDrag</a><br>
</p>
</div>
<div class="middle">
<h3>Where do I install Script-FU?</h3>
<p>On Linux in ~/.config/GIMP/2.10(or 3.0)/script<br>
On Windows in C:\Users\user_name\AppData\Roaming\GIMP\2.10(or 3.0)\scripts\.<br>
<br>
But you can also keep them in a different folder and configure it in
Edit>Preferences>Folders>Scripts</p>
</div>
<div class="middle">
<h3>Can't find a filter installed?</h3>
<p>If you have Gimp 2.10 or 3.0 try pressing the / key and the search for
filters will appear.<br>
<br>
Key combinations can be changed to<br>
Edit>Preferences>Interface>Configure Interface Buttons</p>
</div>
<hr>
<div class="middle">
<h3>Safari Logo and Alpha for Gimp 2.10 - 3.0 rc1</h3>
<p>It is an updated version of Safari 2.4, it makes a nice series of
Colorful animal effects with gradient map<br>
<br>
Script-Fu> Logos > Safari 300 LOGO<br>
Script-Fu> Alpha-to-Logo> Safari 300 ALPHA<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/safari.jpg">
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/300_safari.scm"
title="Logo SAFARI" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Furry Logo for Gimp 2.10 - 3.0 rc1</h3>
<p>A furry logo can always be useful, you can use two colors, they are there
many adjustments<br>
<br>
Script-Fu> Logos>Furry 300 LOGO<br>
Script-Fu> Alpha-to-Logo> Furry 300 ALPHA <img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/furry-logo.jpg"
alt="Furry LOGO"><br>
<a href="https://github.com/vitforlinux-gimp/scm/blob/main/Furry_Logo_Alpha_300.scm"
title="Furry LOGO" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<div class="middle">
<h3>Polka Dot Logo for Gimp 2.10</h3>
<p>A flashy logo with tiny dots, the colors can be chosen...
it doesn't use python.<br>
<br>
Script-Fu> Logos>Polka Dot Logo<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/polka-dot-logo.jpg"
alt="Furry LOGO"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/Polka%20Dot%20Logo.scm"
title="Furry LOGO" target="_blank" download="">Right click, save link
as...</a></p>
</div>
<hr>
<div class="middle">
<h3>Imigre Logo for Gimp 2.10 - 3.0rc1</h3>
<p>Un logo ondulato e bicolore, portato alla nuova versione di Gimp
<br><br> Usa il font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTSchoolCentury-Bold.otf" title="QTFraktur" target="_blank">QTSchoolCentury Bold</a><br><br>
File> Create> Logos> Imigre 300<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/imigre-logo.jpg"
alt="IMIGRE LOGO"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/imigre-300.scm"
title="IMIGRE LOGO" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Stained Glass Logo for Gimp 2.10 - 2.99.19</h3>
<p>A traditional stained glass logo, with different options and colors<br>
<br>
File> Create> Logos> Stained Glass Logo<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/stained-glass.jpg"
alt="Stained Glass LOGO">
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/stained-glass-logo-299_16.scm"
title="Stained Glass LOGO" target="_blank" download="">Right click, save link
as...</a>
</p></div>
<div class="middle">
<h3>Dracula! for Gimp 2.10 - 3.0rc1</h3>
<p>A scary logo for Halloween, colors can be changed<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTFraktur.otf" title="QTFraktur" target="_blank">QTFraktur</a><br><br>
File> Create> Logos> Dracula 300<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/dracula-logo.jpg"
alt="Dracula! LOGO"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/dracula300.scm"
title="Dracula! LOGO" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<hr>
<hr>
<div class="middle">
<h3>Sweet Candy Logo for Gimp 2.10 - 2.99.19</h3>
<p>A logo that recreates the effect of Christmas sweets<br>
<br>
File> Create> Logos> Sweet candy text <br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/sweet-candy.jpg"
alt="Sweet Candy LOGO"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/sweet_candy_text_gimp_299-mod.scm"
title="Sweet Candy LOGO" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Snow cover for for Gimp 2.10 - 3.0 rc1</h3>
<p>A logo, or alpha, covered in snow<br>
<br>
Script-Fu> Logos> Snow Cover Logo 300<br>
Script-Fu> Alpha-to-Logo> Snow Cover Alpha 300<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/snow-cover.jpg"
alt="Snow Cover Logo 300"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/Snow_Cover300.scm"
title="Snow Cover Logo 300" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Wrought Iron for Gimp 2.10 - 3.0rc1</h3>
<p>A burnished metal effect logo, with optional frame, colors can be changed<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTAbbie.otf" title="QTAbbie" target="_blank">QTAbbie</a><br><br>
Script-Fu> Logos> Wrought Iron Logo<br>
Script-Fu> Alpha-to-Logo> Wrought Iron<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/wrought-iron.jpg"
alt="Wrought Iron Logo"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/Wrought-Iron-300.scm"
title="Wrought Iron Logo" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<hr>
<div class="middle">
<h3>Glossy Galaxy for Gimp 2.10 - 3.0 rc1</h3>
<p>An old classic updated for Gimp 3.0 rc1 - 2.10<br>
<br> Use font OFL <a href="https://mirrors.ctan.org/fonts/qualitype/opentype/QTEraType.otf" title="QTEraType" target="_blank">QTEraType</a><br><br>
File> Create> Logos> Glossy 300 Logo <br>
Filters> Alpha to Logo> Glossy 300 Alpha<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/Glossy galaxy 300 logo scm script-fu Gimp 3.0 2.10.jpg"
alt="Glossy Galaxy 300 LOGO"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/glossy-300.scm"
title="Glossy Galaxy 300 LOGO" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Glossy Metal 3D for Gimp 2.10 - 3.0 rc1</h3>
<p>Script-fu created by Samj from a tutorial by Monsoonami<br>
<br> Use font <a href="https://raw.githubusercontent.com/VCF5/2018-2019-Top-Network-System-Fonts/refs/heads/master/Walkway/Walkway%20Bold.ttf" title="Walkway Bold" target="_blank">Walkway Bold</a><br><br>
File> Create> Logos> Glossy Metal 3D by Monsonami 300<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/Glossy-metal-3d-Gimp-2.99.19-2.10.jpg"
alt="Glossy Metal 3D 300"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/Glossy_Metal_3D_Text_By_Monsoonami_Gimp_300.scm"
title="Glossy Metal 3D 300" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>yaChrome for Gimp 2.10 - 3.0rc1</h3>
<p>The newest and most complicated release of yaChrome, an enhanced version of Shiny Chrome<br>
<br> Use font OFL <a href="https://ctan.mirror.garr.it/mirrors/ctan/fonts/qualitype/opentype/QTBasker-Bold.otf" title="QTBasker-Bold" target="_blank">QTBasker-Bold</a><br><br>
Script-Fu> Logos> yaChrome Logo 300<br>
Script-Fu> Alpha-to-Logo> yaChrome 300 alpha<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/yachrome-script-fu-scm-Gimp-2.10-3.0.jpg"
alt="yaChrome logo"><br>
<a href="https://github.com/vitforlinux-gimp/scm/raw/main/yaChrome-300.scm"
title="yaChrome logo" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<hr>
<div class="middle">
<h3>Egg melt for Gimp 2.10 - 2.99.19</h3>
<p>The famous fried egg for Gimp 2.99.19 - 2.10<br>
<br>
File> Create> Text> Egg Melt <br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/egg-melt-logo-gimp-2.10-2.99.19.jpg"
alt="Egg Melt LOGO"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/egg-melt.scm"
title="Egg Melt LOGO" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Exploding Happy New Year 2025 for Gimp 2.10 - 2.99.19</h3>
<p>A modified version of Exploding to celebrate<br>
<br>
File> Create> Logos> Exploding 299 Happy New Year 2025<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/exploding-happy-new-year-Gimp-2.10-2.99.19.jpg"
alt="Exploding 299 Happy New Year 2025"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/exploding-299-happy-new-year-2025.scm"
title="Exploding 299 Happy New Year 2025" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Pijama Logo for Gimp 2.10 - 2.99.19</h3>
<p>The newest and most complicated version of Pijama logo with more color choices<br>
<br>
Script-Fu> Logos> Pijama logo<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/pijama-logo-gimp-2.10-2.99.19.jpg"
alt="Pijama logo"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/pijama-logo.scm"
title="Pijama logo" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<hr>
<div class="middle">
<h3>HighLighted Logo for Gimp 2.10 - 3.0 rc1</h3>
<p>A simple style with the same light reflections as Emap for Gimp 3.0 rc1 - 2.10<br>
<br> Use font OFL <a href="https://ctan.mirror.garr.it/mirrors/ctan/fonts/qualitype/opentype/QTVagaRound-Bold.otf" title="QTVagaRound-Bold" target="_blank">QTVagaRound-Bold</a><br><br>
File> Create> Text> HighLighted LOGO 300<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/highlighted-logo-gimp-2.10-2.99.19.jpg"
alt="HighLighted LOGO 300"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/highlighted-logo-300.scm"
title="HighLighted LOGO 300" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>Ocean Text for Gimp 2.10 - 3.0 rc1</h3>
<p>The return of an old classic: text with waves made with a gradient<br>
<br>
File> Create> Logos> Ocean Text 300 Logo<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/Ocean-text-Gimp-2.99.19-2.10.jpg"
alt="Ocean Text"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/ocean-text300.scm"
title="Ocean Text" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
<div class="middle">
<h3>MH 3d Bevel Logo for Gimp 2.10 - 3.0 rc1</h3>
<p>A cheerful 3D script with gradient color options<br>
<br>
Script-Fu> Logos> MH 3d Bevel LOGO 300<br>
Script-Fu> Alpha-to-Logo> MH Bevel 3D 300 ALPHA<br>
<img loading="lazy" src="https://raw.githubusercontent.com/vitforlinux-gimp/vitforlinux-gimp.github.io/master/images/MH-3d-Bevel-logo-gimp-2.99.19-2.10.jpg"
alt="MH 3d Bevel Logo"><br>
<a href="https://raw.githubusercontent.com/vitforlinux-gimp/scm/main/300_mhbevel3d.scm"
title="MH 3d Bevel Logo" target="_blank" download="">Right click, save link
as...</a>
</p>
</div>
</body>
</html>