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,23 @@
# PIKA tool preset file
(icon-name "pika-tool-ellipse-select")
(name "Circle 200px")
(tool-options "PikaRectangleSelectOptions"
(aspect-denominator 200.000000)
(aspect-numerator 200.000000)
(desired-fixed-size-height 200.000000)
(desired-fixed-size-width 200.000000)
(fixed-rule size)
(fixed-rule-active yes)
(overridden-fixed-size yes)
(tool "pika-ellipse-select-tool")
(operation add))
(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,22 @@
# PIKA tool preset file
(icon-name "pika-tool-rect-select")
(name "Feathered Selection")
(tool-options "PikaRectangleSelectOptions"
(aspect-denominator 424.483617)
(aspect-numerator 453.543307)
(guide center-lines)
(tool "pika-rect-select-tool")
(feather yes)
(feather-radius 25.000000)
(round-corners yes)
(corner-radius 50.000000))
(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,4 @@
tool_presets = files(
'Circle-200px.gtp',
'Feathered-Selection.gtp',
)