mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-01 05:46:36 -04:00
Save a .jpg as well (useful for remote working)
This commit is contained in:
1
main.py
1
main.py
@ -47,6 +47,7 @@ def main(args):
|
|||||||
|
|
||||||
noalpha = np.delete(accum, 3, axis=2)
|
noalpha = np.delete(accum, 3, axis=2)
|
||||||
scipy.misc.imsave('rendered.png', noalpha)
|
scipy.misc.imsave('rendered.png', noalpha)
|
||||||
|
scipy.misc.imsave('rendered.jpg', noalpha)
|
||||||
|
|
||||||
if '-g' not in args:
|
if '-g' not in args:
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user