From 1deb3105a018ede10b4352083c447b670d2df9cb Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 29 May 2011 15:22:05 -0400 Subject: [PATCH] Save a .jpg as well (useful for remote working) --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index cdb3af5..5316f5b 100644 --- a/main.py +++ b/main.py @@ -47,6 +47,7 @@ def main(args): noalpha = np.delete(accum, 3, axis=2) scipy.misc.imsave('rendered.png', noalpha) + scipy.misc.imsave('rendered.jpg', noalpha) if '-g' not in args: return