mirror of https://github.com/GNOME/gimp.git
plug-ins: replace deprecated enum values in script-fu scripts
This commit is contained in:
parent
fb3d1e4508
commit
5e666113b1
|
@ -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)))
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue