Commit Graph

53 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
Flavio Ribeiro f60c80139c Merge pull request #23 from phloxic/issue22
Fix off by 1 reported total frame count (#22)
2021-05-25 12:01:12 -04:00
Christian Ebert 2a95a84bdb Fix off by 1 reported total frame count (#22) 2021-05-18 21:42:22 +01:00
Flavio Ribeiro db80e95671 Merge pull request #19 from s0lesurviv0r/master
Parallelism and PEP8 compliance
2021-05-18 10:16:31 -07: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 81dd25829f Update doc to indicate parallelism arg is optional 2020-12-17 06:31:25 -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
Flavio Ribeiro 542f0d2e36 Merge pull request #18 from Voodfy/master
Adding support to python3
2020-09-26 11:49:30 -04:00
Leandro Barbosa 1a1e047484 update to python3 2020-08-22 02:36:19 -03:00
Leandro Barbosa 2248f57ca5 update for pip3 2020-08-22 02:34:07 -03:00
Leandro Barbosa 3403f73758 fix problem with print on python3 2020-08-22 02:33:11 -03:00
Flávio Ribeiro f1eb403c1f Merge pull request #14 from blacktrash/blacktrash-fixes
q&d fixes
2018-04-18 12:47:05 -04: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
Flávio Ribeiro ed56b0912b update requirements (fix #10) 2017-06-17 13:08:42 -04:00
Flávio Ribeiro 2bcf475007 Merge pull request #9 from Pichok/generate_thumbnails_of_large_movies
Generate Thumbnails of large movies
2017-01-06 11:54:52 -05:00
Guilherme Pichok 1897d40707 Generate Thumbnails of large movies 2017-01-04 01:09:10 -02:00
Flávio Ribeiro 37c199c42a Update README.md 2016-11-08 10:53:57 -05:00
Flávio Ribeiro 601521c03a update README 2016-06-08 13:16:23 -04:00
Flávio Ribeiro b77fbd8b7d requirements: add click dependency (close #8) 2016-06-08 13:14:51 -04:00
Flávio Ribeiro 19fdb4fb86 Update README.md 2015-11-21 22:51:36 -05:00
Flávio Ribeiro 28006a2f7a Update README.md 2015-11-21 22:50:48 -05:00
Flávio Ribeiro a49846cf0a bump to 0.0.2 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 681bcb37e4 Merge pull request #6 from davidsonfellipe/master
Prettify readme
2015-11-19 11:34:11 -05:00
Davidson Fellipe 6c5aaeb20b Prettify readme 2015-11-19 11:28:23 -05:00
Flávio Ribeiro fae5db9f75 add chmod command inside of build script 2015-11-18 11:58:28 -05:00
Flávio Ribeiro 2d4c88da9e Update README.md 2015-11-18 11:01:00 -05:00
Flávio Ribeiro b08c30cd69 Update README.md 2015-11-18 02:06:53 -05:00
Flávio Ribeiro e4748ed7e5 bump to 0.0.1 0.0.1 2015-11-18 02:02:34 -05:00
Flávio Ribeiro a3be17e4f9 Create README.md 2015-11-18 01:48:14 -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
Flávio Ribeiro a7a0b22cbb update requirements 2015-11-17 22:31:27 -05:00
Flávio Ribeiro 3066bc1ea6 update gitignore 2015-11-17 21:58:14 -05:00