Commit Graph

29 Commits

Author SHA1 Message Date
Bradley Falzon 214f34e9c2 Add exception message to output when an exception occurs 2023-08-23 19:19:20 +09:30
Bradley Falzon 59ef76dce6 Rename Pillow constant Image.ANTIALIAS to Image.Resampling.LANCZOS
Image.ANTIALIAS was deprecated in Pillow v2.7 in favour of Image.LANCZOS,
and removed in v10. Instead Image.LANCZOS or Image.Resampling.LANCZOS
should be used.
2023-08-23 18:47:15 +09:30
Christian Ebert 2a95a84bdb Fix off by 1 reported total frame count (#22) 2021-05-18 21:42:22 +01:00
Jacob Zelek 1c8342440b Only display file name and not full path in stdout 2020-12-30 14:28:08 -08:00
Jacob Zelek ebe573910a Skip over thumbnails that already exist 2020-12-26 15:27:04 -08:00
Jacob Zelek 7ca81d03bd Fix for Queue when empty 2020-12-26 15:23:13 -08:00
Jacob Zelek 8d1223b646 Bug fix - worker was only taking one item and terminating after 2020-12-17 06:28:48 -08:00
Jacob Zelek 7a0cf18c94 Using processes instead of process pool map to solve mem issue 2020-12-17 03:34:00 -08:00
Jacob Zelek 2cdccec800 Bug fix - cast parallelism input to int 2020-12-14 03:00:14 -08:00
Jacob Zelek 71ca66802d Parallelism opt is now optional, bug fix for output path 2020-12-14 02:58:47 -08:00
Jacob Zelek e3355f49e2 Documentation update 2020-11-02 22:09:21 -08:00
Jacob Zelek 4f635b68cc Parallel processing 2020-11-02 22:03:29 -08:00
Jacob Zelek e9dd9ab799 Directory support added 2020-11-02 21:24:24 -08:00
Jacob Zelek 493bd76f0e Refactored to pass PEP8 rules 2020-11-02 20:39:41 -08:00
Leandro Barbosa 1a1e047484 update to python3 2020-08-22 02:36:19 -03:00
Leandro Barbosa 3403f73758 fix problem with print on python3 2020-08-22 02:33:11 -03:00
Christian Ebert 79405353d0 Simple failover to RGB mode (#13) 2018-04-18 00:44:17 +01:00
Christian Ebert 4161b485f2 Create and clean up a directory for temporary images (#12) 2018-04-18 00:33:23 +01:00
Guilherme Pichok 1897d40707 Generate Thumbnails of large movies 2017-01-04 01:09:10 -02:00
Flávio Ribeiro a49846cf0a bump to 0.0.2 2015-11-21 21:08:53 -05:00
Flávio Ribeiro abb32c50e0 generator: add progressbar (closes #1) 2015-11-21 21:08:30 -05:00
Flávio Ribeiro 6640769595 get rid of hardcoded tempfile (refs #3) 2015-11-19 17:03:44 -05:00
Flávio Ribeiro 337dbbc11f standardize names (closes #2) 2015-11-19 16:59:46 -05:00
Flávio Ribeiro e4748ed7e5 bump to 0.0.1 2015-11-18 02:02:34 -05:00
Flávio Ribeiro 30646ec236 bugfix on the position of the frames 2015-11-18 01:24:10 -05:00
Flávio Ribeiro c770b03d4a bugfix on the order of the frames 2015-11-18 01:07:57 -05:00
Flávio Ribeiro 9ac5a2ff33 bugfix on formatted image 2015-11-18 00:58:57 -05:00
Flávio Ribeiro fd20979534 generate sprite from images 2015-11-18 00:22:58 -05:00
Flávio Ribeiro d8919d64a7 add first version of generator, extracting frames and resizing them 2015-11-17 23:34:31 -05:00