plug-ins: replace deprecated enum values in script-fu scripts

This commit is contained in:
Michael Natterer 2017-02-26 21:30:11 +01:00
parent fb3d1e4508
commit 5e666113b1
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@
(if (= optimize TRUE)
(begin
(gimp-image-convert-indexed img 1 WEB-PALETTE 250 FALSE TRUE "")
(gimp-image-convert-indexed img CONVERT-DITHER-FS CONVERT-PALETTE-WEB 250 FALSE TRUE "")
(set! img-out (car (plug-in-animationoptimize RUN-NONINTERACTIVE
img
bl-layer)))

View File

@ -75,7 +75,7 @@
(if (= inIndex 0)
()
(gimp-image-convert-indexed theImage FS-DITHER MAKE-PALETTE inIndex
(gimp-image-convert-indexed theImage CONVERT-DITHER-FS CONVERT-PALETTE-GENERATE inIndex
FALSE FALSE ""))
(if (= inCopy TRUE)