Skip to content

Commit

Permalink
Update Image templates for FileFlows 24.05.2
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed May 10, 2024
1 parent 21c2773 commit 287303f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Templates/Flow/Standard/Convert Image.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Convert Image",
"Type": 0,
"Revision": 5,
"Revision": 6,
"Properties": {
"Description": "A flow that converts images",
"Tags": [
Expand Down Expand Up @@ -64,7 +64,7 @@
{
"Uid": "78b7c564-c4ce-43c9-b76e-1665199202da",
"Name": "",
"FlowElementUid": "FileFlows.ImageNodes.Images.ImageFormat",
"FlowElementUid": "FileFlows.ImageNodes.Images.ImageConvert",
"xPos": 220,
"yPos": 220,
"Icon": "fas fa-file-image",
Expand All @@ -81,6 +81,7 @@
"Type": 2,
"Model": {
"Format": "Jpeg",
"Quality": 100,
"Output-1": "1a5595c6-c06d-400d-8175-7ee9f1f32411",
"Output-2": "1a5595c6-c06d-400d-8175-7ee9f1f32411"
}
Expand Down
15 changes: 9 additions & 6 deletions Templates/Flow/Standard/Image Resize.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Image Resize",
"Type": 0,
"Revision": 6,
"Revision": 7,
"Properties": {
"Description": "A flow that resizes images",
"Tags": [
Expand Down Expand Up @@ -30,20 +30,22 @@
},
{
"Name": "Width",
"Type": 1,
"Type": 31,
"FlowElementField": "79a4289f-51dc-4221-90f5-44ea9cc6bf21.Width",
"Required": false,
"DefaultValue": 1920,
"DefaultValue": { "Value": 1920, "Percent": false },
"Suffix":"Pixels",
"IfName": "",
"IfValue": "",
"IfNot": false
},
{
"Name": "Height",
"Type": 1,
"Type": 31,
"FlowElementField": "79a4289f-51dc-4221-90f5-44ea9cc6bf21.Height",
"Required": false,
"DefaultValue": 1080,
"DefaultValue": { "Value": 1080, "Percent": false },
"Suffix":"Pixels",
"IfName": "",
"IfValue": "",
"IfNot": false
Expand Down Expand Up @@ -105,7 +107,8 @@
"Width": 100,
"Height": 100,
"Percent": false,
"Format": null
"Format": null,
"Quality":100
}
},
{
Expand Down

0 comments on commit 287303f

Please sign in to comment.