Skip to content

Commit 553cc6a

Browse files
authored
SG-27509 Add Photoshop PNG And JPG Publish plugins (#139)
* Re create branch from #115 * Remove useless quotes
1 parent b019307 commit 553cc6a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

env/includes/photoshopcc/apps.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ photoshopcc.apps.tk-multi-publish2:
3232
- name: Upload for review
3333
hook: "{engine}/tk-multi-publish2/basic/upload_version.py"
3434
settings: {}
35+
- name: Publish PNG to FPTR
36+
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_image.py"
37+
settings:
38+
Export Settings:
39+
format: PNG
40+
PNG8: False
41+
quality: 100
42+
- name: Publish JPEG to FPTR
43+
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_image.py"
44+
settings:
45+
Export Settings:
46+
format: JPEG
47+
quality: 100
3548
location: "@common.apps.tk-multi-publish2.location"
3649

3750
photoshopcc.apps.tk-multi-loader2:

0 commit comments

Comments
 (0)