File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 44
44
"description" : " Photo to be blurred in Wami."
45
45
}
46
46
]
47
+ },
48
+ {
49
+ "id" : " Wami.Rotate" ,
50
+ "description" : " Rotate the image by 90 degrees" ,
51
+ "kind" : " Search" ,
52
+ "inputs" : [
53
+ {
54
+ "name" : " File" ,
55
+ "kind" : " Photo"
56
+ }
57
+ ],
58
+ "outputs" : [],
59
+ "invocation" : {
60
+ "type" : " Uri" ,
61
+ "uri" : " web+wami://rotate"
62
+ },
63
+ "inputCombinations" : [
64
+ {
65
+ "inputs" : [ " File" ],
66
+ "description" : " Photo to be rotated in Wami."
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "id" : " Wami.Paint" ,
72
+ "description" : " Convert the image to oil paint style" ,
73
+ "kind" : " Search" ,
74
+ "inputs" : [
75
+ {
76
+ "name" : " File" ,
77
+ "kind" : " Photo"
78
+ }
79
+ ],
80
+ "outputs" : [],
81
+ "invocation" : {
82
+ "type" : " Uri" ,
83
+ "uri" : " web+wami://paint"
84
+ },
85
+ "inputCombinations" : [
86
+ {
87
+ "inputs" : [ " File" ],
88
+ "description" : " Photo to be converted to oil paint style."
89
+ }
90
+ ]
47
91
}
48
92
]
49
93
}
You can’t perform that action at this time.
0 commit comments