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,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "16×10")
(tool-options "PikaCropOptions"
(aspect-denominator 10.000000)
(aspect-numerator 16.000000)
(desired-fixed-size-height 1280.000000)
(desired-fixed-size-width 800.000000)
(desired-fixed-width 1280.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "16×9")
(tool-options "PikaCropOptions"
(aspect-denominator 9.000000)
(aspect-numerator 16.000000)
(desired-fixed-size-height 1280.000000)
(desired-fixed-size-width 720.000000)
(desired-fixed-width 1290.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "3×2 Landscape")
(tool-options "PikaCropOptions"
(aspect-denominator 2.000000)
(aspect-numerator 3.000000)
(desired-fixed-size-height 200.000000)
(desired-fixed-size-width 300.000000)
(desired-fixed-width 300.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "3×2 Portrait")
(tool-options "PikaCropOptions"
(aspect-denominator 3.000000)
(aspect-numerator 2.000000)
(desired-fixed-size-height 300.000000)
(desired-fixed-size-width 200.000000)
(desired-fixed-width 200.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "4×3 Landscape")
(tool-options "PikaCropOptions"
(aspect-denominator 3.000000)
(aspect-numerator 4.000000)
(desired-fixed-size-height 300.000000)
(desired-fixed-size-width 400.000000)
(desired-fixed-width 400.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "4×3 Portrait")
(tool-options "PikaCropOptions"
(aspect-denominator 4.000000)
(aspect-numerator 3.000000)
(desired-fixed-size-height 400.000000)
(desired-fixed-size-width 300.000000)
(desired-fixed-width 300.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush 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-crop")
(name "Square")
(tool-options "PikaCropOptions"
(desired-fixed-size-height 400.000000)
(desired-fixed-size-width 400.000000)
(desired-fixed-width 400.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,9 @@
tool_presets = files(
'16_10.gtp',
'16_9.gtp',
'3_2-Landscape.gtp',
'3_2-Portrait.gtp',
'4_3-Landscape.gtp',
'4_3-Portrait.gtp',
'Square.gtp',
)