Skip to content

Commit

Permalink
improve sync spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Aug 5, 2011
1 parent 00f4f8d commit d4e3cb4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified scripts/img/reload.xcf
Binary file not shown.
Binary file removed scripts/img/reload_scaled.png
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts/make_spinner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
FRAMERATE=10.0
CONVERT='convert'
CLOCKWISE=True
DSIZE=(16,16)

im_src = Image.open(SRC)

Expand All @@ -30,6 +31,7 @@ def frame_to_filename(frame):
if CLOCKWISE:
rotation = -rotation
im_new = im_src.rotate(rotation, Image.BICUBIC)
im_new.thumbnail(DSIZE, Image.ANTIALIAS)
outfile = frame_to_filename(frame)
im_new.save(outfile, 'png')
frame_files.append(outfile)
Expand Down
Binary file modified src/qt/res/movies/update_spinner.mng
Binary file not shown.

0 comments on commit d4e3cb4

Please sign in to comment.