Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "Crop 16:9")
(tool-options "PikaCropOptions"
(aspect-denominator 9.000000)
(aspect-numerator 16.000000)
(fixed-rule-active yes)
(guide thirds)
(overridden-fixed-aspect yes)
(tool "pika-crop-tool")
(allow-growing yes))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,18 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "Crop Composition")
(tool-options "PikaCropOptions"
(aspect-denominator 1251.403099)
(aspect-numerator 1835.387351)
(guide thirds)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,27 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "FX Confetti")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.800000)
(brush "1. Pixel")
(dynamics "Confetti")
(gradient "Tropical Colors")
(brush-size 100.000000)
(brush-aspect-ratio 0.100000)
(use-jitter yes)
(jitter-amount 5.000000)
(dynamics-enabled yes)
(fade-length 140.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-gradient")
(name "FX Radial Softlight")
(tool-options "PikaGradientOptions"
(tool "pika-gradient-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(paint-mode softlight)
(gradient "FG to Transparent")
(brush-size 400.000000)
(dynamics-enabled yes)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-bucket-fill")
(name "Fill Paper (Multiply ! Sel.Pattern)")
(tool-options "PikaBucketFillOptions"
(tool "pika-bucket-fill-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.500000)
(paint-mode multiply)
(pattern "Paper")
(brush-size 80.000000)
(fill-mode pattern)
(fill-area selection)
(sample-merged yes))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient no)
(use-pattern yes)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,26 @@
# PIKA tool preset file
(icon-name "pika-color-triangle")
(name "Glow Lights (Addition !)")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.400000)
(paint-mode addition)
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(gradient "FG to Transparent")
(brush-size 400.000000)
(application-mode incremental)
(jitter-amount 3.506494)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-clone")
(name "Smooth Clone (Press.Ctrl)")
(tool-options "PikaCloneOptions"
(tool "pika-clone-tool")
(foreground (color-rgb 0.318741 0.318741 0.318741))
(brush "2. Hardness 050")
(enable-dynamics no)
(pattern "Paper")
(brush-size 150.000000)
(sample-merged yes))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern yes)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,25 @@
# PIKA tool preset file
(icon-name "pika-tool-gradient")
(name "Vignette")
(tool-options "PikaGradientOptions"
(tool "pika-gradient-tool")
(opacity 0.750000)
(paint-mode multiply)
(gradient "FG to Transparent")
(brush-size 250.000000)
(dynamics-enabled yes)
(fade-length 138.000000)
(fade-unit percent)
(gradient-reverse yes)
(offset 25.000000)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,10 @@
tool_presets = files(
'Crop-16-9.gtp',
'Crop-Composition.gtp',
'Fill-Paper.gtp',
'FX-Confetti.gtp',
'FX-Radial-Softlight.gtp',
'Glow-Lights.gtp',
'Smooth-Clone.gtp',
'Vignette.gtp',
)