On Sun, Apr 10, 2011 at 21:09, Rob Frohne <rob.fro...@wallawalla.edu> wrote:
> ...
> I'd really like to make the same instance of gimp open the
> photos, but I'm not sure how to do that.
>

This:
% gimp file1 file2
will open both files in the same Gimp window.

While this:
% gimp file1 & gimp file2 &
will open each file to a seperate Gimp window.

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

Reply via email to