mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Save a .jpg as well (useful for remote working)
This commit is contained in:
parent
cd1f905ca3
commit
1deb3105a0
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
|
||||||
|
Loading…
Reference in New Issue
Block a user