diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-11 01:18:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-11 01:18:24 +0100 |
| commit | b96ad1327c25d5de8d61ed73a1c0e207e67f1226 (patch) | |
| tree | 7f15e60ccf4f37bee9f5278458fc039417cd3cab /src/wx | |
| parent | ed70b4faf0f53b106aebd4b9195ccc81da97880e (diff) | |
Use PNG for thumbs so that we get alpha blending in wxwidgets.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 8c298ea57..e49532cdb 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -326,7 +326,7 @@ FilmViewer::update_thumbs () _film->update_thumbs_pre_gui (); shared_ptr<const FilmState> s = _film->state_copy (); - shared_ptr<Options> o (new Options (s->dir ("thumbs"), ".tiff", "")); + shared_ptr<Options> o (new Options (s->dir ("thumbs"), ".png", "")); o->out_size = _film->size (); o->apply_crop = false; o->decode_audio = false; |
