I wrote a script and it displays fine, and i can go to file->save and save
as a gif directly (so it's indexing correctly) and its only 1 layer, but I get
an

ERROR: Invalid types specified for arguments
when i try to use gimp-file-save

heres the jist of it
(img (car (gimp-image-new 256 256 RGB)))
...
(gimp-selection-none img)
(gimp-image-clean-all img)
(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")
;(gimp-display-new img)


am I missing a step in order to save gif files? I get it to display perfectly
and
save thru the menu, it just doest like to script-fu save. I'm trying to follow

Adrian Likins's instructions that are very good, it's just not working for me.

thanks
Ryan

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

Reply via email to