Commit Graph

91 Commits

Author SHA1 Message Date
Hsiaoming Yang
2d53d07d3d docs: update audio and image docs 2023-07-29 12:19:28 +09:00
Hsiaoming Yang
8c306694e5 fix: use multiline_textbbox for image captcha 2023-07-29 12:19:11 +09:00
Hsiaoming Yang
35364f1981 chore: release 0.5.0 v0.5.0 2023-07-29 10:45:47 +09:00
Hsiaoming Yang
f046cf9050 chore: add pypi action 2023-07-29 10:44:21 +09:00
Hsiaoming Yang
7cb70fb547 chore: fix github docs action 2023-07-29 10:30:33 +09:00
Hsiaoming Yang
e3710ea00a fix: use the code provided by @ThiefMaster
https://github.com/lepture/captcha/issues/63
2023-07-29 10:29:01 +09:00
Hsiaoming Yang
100e05a8a3 docs: add image demo 2023-07-29 10:28:42 +09:00
Hsiaoming Yang
43ba9dccbb chore: update docs action 2023-07-29 10:28:19 +09:00
Hsiaoming Yang
b6eb06c8cb chore: lint errors 2023-07-29 10:16:05 +09:00
Hsiaoming Yang
a2d72b7cbe chore: fix docs action 2023-07-29 10:14:44 +09:00
Hsiaoming Yang
9016170678 chore: add deploy docs action 2023-07-29 10:10:50 +09:00
Hsiaoming Yang
15af7396c8 docs: update docs 2023-07-29 10:08:00 +09:00
Hsiaoming Yang
4cdf764729 docs: add documentation 2023-07-29 09:35:49 +09:00
Hsiaoming Yang
d5245d4101 fix: use strict mypy mode 2023-07-29 08:45:27 +09:00
Hsiaoming Yang
e657c93adc chore: add codecov action 2023-07-28 23:55:14 +09:00
Hsiaoming Yang
ef3ba042d4 chore: add github action, update readme 2023-07-28 23:51:55 +09:00
Hsiaoming Yang
d369a13a63 refactor!: restructure the code, add type hints 2023-07-28 23:38:16 +09:00
Hsiaoming Yang
10a464cc78 Merge pull request #60 from staffluck/deprecation_warn
fix: Deprecation warnings pillow >= 10
2022-09-20 00:18:39 +09:00
Леонтьев Арсений Евгеньевич
f1ad88403f textbbox insted of multiline_textbbox 2022-09-17 17:36:03 +04:00
Леонтьев Арсений Евгеньевич
e9047d5d2c fix: Deprecation warning 2022-09-17 17:31:02 +04:00
Hsiaoming Yang
a666f5730d Version bump 0.4 v0.4 2022-03-15 19:34:34 +09:00
Hsiaoming Yang
27920681b8 Merge pull request #47 from virajmane/master
Spelling Corrected (Minor Change)
2022-01-01 16:03:47 +09:00
Hsiaoming Yang
6b6b7da7e9 Merge pull request #46 from 0xflotus/patch-1
fix: small error
2022-01-01 16:03:30 +09:00
Hsiaoming Yang
d4e0c5bd0e Merge pull request #52 from klkvr/master
Fix "'float' object cannot be interpreted as an integer" in Python 3.10.0
2022-01-01 16:03:15 +09:00
Arseniy Kulikov
6659374fec Update image.py 2021-12-11 01:00:10 +03:00
Viraj
c70d448e9f Spelling Fixed 2020-12-29 00:46:16 +05:30
0xflotus
0fcff5a04b fix: small error 2020-11-28 00:37:02 +01:00
Hsiaoming Yang
e0f370f22f Update README.rst 2020-05-13 17:15:08 +09:00
Hsiaoming Yang
7e1059cf22 Merge pull request #43 from peppelinux/master
Update README.rst
2020-05-13 17:14:26 +09:00
Giuseppe De Marco
d96788b39e Update README.rst 2020-05-11 17:07:07 +02:00
Hsiaoming Yang
fb6238e741 Version bump 0.3 v0.3 2018-11-06 17:03:05 +09:00
Hsiaoming Yang
0c286e359c Update python support 2018-11-06 16:58:57 +09:00
Hsiaoming Yang
49c3f3913d Update donate link 2018-11-02 21:20:43 +09:00
Hsiaoming Yang
700ef72429 Merge pull request #31 from BigBorg/master
randomly add space between characters
2018-04-07 10:18:30 +09:00
borg
97a8696472 randomly add space between characters 2018-03-23 11:20:07 +08:00
Hsiaoming Yang
ece8aa219e Fix appveyor 2017-11-11 21:32:38 +09:00
Hsiaoming Yang
492742a5d1 Merge pull request #26 from nagos/master
Fix invisible text
2017-11-11 21:28:46 +09:00
Vladimir Yakovlev
c12119b3e2 Fix invisible text
Text can become invisible during image.paste if color=(0,0,0)
2017-11-11 14:25:37 +03:00
Hsiaoming Yang
87c165926c Merge pull request #23 from alfredojf/byte-range-fix
Fixed possible out of range byte value
2017-10-21 02:21:19 +09:00
Alfredo Fanghella
7550a75356 Fixed possible out of range byte value
Bytes need to be between 0 and 255, not 256
2017-10-20 00:38:16 -04:00
Christopher Lee Murray
ccb88785e2 Update image.py (#20)
Corrected a typo in line 55 to improve the generated documentation.
2017-08-01 07:38:20 +09:00
Hsiaoming Yang
41d35f3efe Version bump 0.2.4 v0.2.4 2017-07-14 10:22:12 +09:00
Edward Medvedev
54dd2834ba PIL compatibility (#18) 2017-07-13 09:26:52 +09:00
Hsiaoming Yang
30466c60cc Version bump 0.2.3 v0.2.3 2017-06-21 17:47:26 +09:00
Hsiaoming Yang
e1a2a2daa6 Make image font sizes smaller 2017-06-21 17:46:28 +09:00
Bruce Tang
c7b2368a03 fix non-integer error (#16) 2017-06-21 17:38:51 +09:00
eromoe
ce59dedfe9 make width fixed (#17) 2017-06-21 17:38:19 +09:00
Hsiaoming Yang
5a395eb740 Update donate link 2017-06-02 12:02:53 +09:00
Hsiaoming Yang
ba1d58f183 Version bump 0.2.2 v0.2.2 2017-03-17 11:04:23 +09:00
Hsiaoming Yang
576801de5a Fix test for appveyor 2017-03-17 10:44:37 +09:00