Quoting Dillon <dillonontheco...@gmail.com>:

> I am trying to perform batch conversions of images, including scanned tifs
> (multi-page), JPGs, and .CR2 raw files.
>
> My workflow is as follows:
> 1) scan/acquire "raw" images to disk
> 2) batch convert to XCF
> 3) hand-edit selected XCFs
> 4) batch convert to flattened JPG/PNG/etc
>
> I am working on a script-fu function for #2, but I'm seeing some odd
> behavior.
> ...
> ...
>  (set! image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
>  (set! newimage (car (gimp-image-get-layers image)))

Substitute 'newimage' for 'image' in the first line, and remove the  
second line.



_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to