worked great, thanks!

Ryan

Jeff Trefftzs wrote:

> (set! layer-save (gimp-image-merge-visible-layers img
> EXPAND-AS-NECESSARY))
> (gimp-convert-indexed img 0 2 0 0 0 "")
> (gimp-file-save 1 img layer-save "test.gif" "test.gif")
>
> Have you tried
> (gimp-file-save 1 img (car layer-save) "test.gif" "test.gif")
>
> The gimp functions all return a list, not just a value, so maybe
> that's your problem.  layer-save is actually a list, not a
> drawable identifier.
>
> HTH,
> --
> --Jeff
> Jeff Trefftzs <[EMAIL PROTECTED]>
> http://www.tcsn.net/trefftzs                    Home Page
> http://gug.sunsite.dk/gallery.php?artist=68     Gimp Gallery
> http://members4.clubphoto.com/jeff309574        A photo gallery
>
> _______________________________________________
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

--
.-----------------.--------------.-------------------------.
\ Ryan Schuermannn \ www.hire.com \ Web Programmer-Modeler  \
 \ 512-583-4734.wrk \ [EMAIL PROTECTED]\ Visualize Whirrled Peas \
  \ 832-722-7961.cel \ [EMAIL PROTECTED]  \ http://www.nol.net/~rts \



_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to