Skip to content

Commit

Permalink
wololo
Browse files Browse the repository at this point in the history
  • Loading branch information
JEphron committed Nov 14, 2014
1 parent fb41281 commit 2976ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeCube.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def read_args():
processed = process_chunks(chunks, should_reverse_chunks=False)
# recombine procesed pieces
result = dechunkify(processed)
output_path = os.path.splitext(os.path.basename(filename))[0]+"_chronofucked.gif"
output_path = os.path.splitext(os.path.basename(filename))[0]+"_cubed.gif"
images2gif.writeGif(output_path, result , 0.04)
end = time.time()
elapsed = '%.2f' % (end - start)
Expand Down

0 comments on commit 2976ba5

Please sign in to comment.