mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
build, gimp-data: all 'file-*-save' plug-in procedures got renamed to 'file-*-export'.
This commit is contained in:
parent
a56cfc9080
commit
a54253db04
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ tmp_image.delete()
|
||||||
|
|
||||||
image.merge_down(layer2, Gimp.MergeType.CLIP_TO_IMAGE)
|
image.merge_down(layer2, Gimp.MergeType.CLIP_TO_IMAGE)
|
||||||
|
|
||||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-save")
|
procedure = Gimp.get_pdb().lookup_procedure("file-png-export")
|
||||||
config = procedure.create_config()
|
config = procedure.create_config()
|
||||||
drawables = image.list_selected_drawables()
|
drawables = image.list_selected_drawables()
|
||||||
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
||||||
|
|
|
@ -17,7 +17,7 @@ if v.index(0) != Gimp.PDBStatusType.SUCCESS:
|
||||||
image = v.index(1)
|
image = v.index(1)
|
||||||
image.resize(@IMG_WIDTH@, @IMG_HEIGHT@, (@IMG_WIDTH@-@LOGO_DIM@)/2, (@IMG_HEIGHT@-@LOGO_DIM@)/2)
|
image.resize(@IMG_WIDTH@, @IMG_HEIGHT@, (@IMG_WIDTH@-@LOGO_DIM@)/2, (@IMG_HEIGHT@-@LOGO_DIM@)/2)
|
||||||
|
|
||||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-save")
|
procedure = Gimp.get_pdb().lookup_procedure("file-png-export")
|
||||||
config = procedure.create_config()
|
config = procedure.create_config()
|
||||||
drawables = image.list_selected_drawables()
|
drawables = image.list_selected_drawables()
|
||||||
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c54cd07454c65bf2cc87fef7b9a0327c3244d3cf
|
Subproject commit d77c9c4c2d3d44c181b1aac1fffeafb0c44f6626
|
Loading…
Add table
Add a link
Reference in a new issue