more shaders and updates/changes
This commit is contained in:
@@ -47,6 +47,35 @@
|
||||
"step": 0.1,
|
||||
"description": "Rotates the source image around the frame center."
|
||||
},
|
||||
{
|
||||
"id": "cropAspect",
|
||||
"label": "Crop Aspect",
|
||||
"type": "enum",
|
||||
"default": "none",
|
||||
"options": [
|
||||
{
|
||||
"value": "none",
|
||||
"label": "None"
|
||||
},
|
||||
{
|
||||
"value": "4x3",
|
||||
"label": "4:3"
|
||||
},
|
||||
{
|
||||
"value": "3x2",
|
||||
"label": "3:2"
|
||||
},
|
||||
{
|
||||
"value": "1x1",
|
||||
"label": "1:1"
|
||||
},
|
||||
{
|
||||
"value": "9x16",
|
||||
"label": "9:16"
|
||||
}
|
||||
],
|
||||
"description": "Crops the visible image to a centered preset aspect ratio without squeezing the source."
|
||||
},
|
||||
{
|
||||
"id": "edgeMode",
|
||||
"label": "Edge Mode",
|
||||
|
||||
Reference in New Issue
Block a user