1
Fork 0
Commit Graph

170 Commits

Author SHA1 Message Date
Alex Yatskov 4372b46841 Update README 2023-12-30 14:25:27 -08:00
Alexei Yatskov 2d710ee74e
Merge pull request #42 from axu2/options
Add new fit, fill, stretch options
2022-07-16 09:38:54 -07:00
Alexei Yatskov 5a5188ee52
Merge pull request #51 from axu2/rotate90
use proper rot90
2022-07-14 14:42:11 -07:00
Alex Yatskov 2c8a539f39 Update README 2022-07-14 14:17:34 -07:00
Alex Xu 70656272d1 Merge branch 'master' into options 2022-04-23 19:30:26 -07:00
Alex Xu 383cf86076 use proper rot90 2022-02-19 14:57:36 -08:00
Alex Yatskov 0dbc45fc41
Merge pull request #50 from axu2/patch-2
don't rotate small images
2022-02-17 19:28:53 -08:00
Alex Xu cebfde3174
don't rotate small images 2022-02-13 16:24:40 -08:00
Alex Yatskov aeb813f76b
Merge pull request #49 from axu2/crop
Don't crop 2 page spreads
2022-02-05 20:39:53 -08:00
Alex Xu 7df96e86eb
Make ratio comparison more explicit 2022-01-17 13:47:47 -08:00
Alex Xu b70da17f80 remove extra change 2022-01-07 19:26:01 -08:00
Alex Xu 0d11e6ae5a only crop top and bottom of pages 2022-01-07 19:23:49 -08:00
Alex Yatskov 95430eea1b Add site metadata 2021-12-14 17:59:16 -08:00
Alex Yatskov 6f419d46c8
Merge pull request #48 from clach04/cli
cli support
2021-07-17 11:20:39 -07:00
clach04 50bea904a4 Doc comments of example 2021-07-16 20:51:32 -07:00
clach04 fec243c4d4 Working commandline without PyQt
* Show simple usage in doc comments
  * python3 ready print() calls
  * add note on format and image filename preservation
  * display progress
  * remove Qt dependency for mangle-cli.py
2021-07-16 20:34:32 -07:00
clach04 089a3e5dfc Merge https://github.com/chibidev/mangle-cli into cli 2021-07-16 18:23:20 -07:00
Alex Yatskov 9b52540479
Merge pull request #37 from axu2/patch-1
Update requirements.txt to avoid dependabot
2021-05-22 12:19:04 -07:00
Alex Yatskov f086eb91ec
Merge pull request #39 from axu2/gitignore
Add generated manga files to gitignore
2021-05-22 12:18:51 -07:00
Alex Yatskov 624333b38a
Merge pull request #40 from axu2/patch-2
Update INSTALL.md
2021-05-22 12:17:57 -07:00
Alex Yatskov aa364db2bd
Merge pull request #41 from axu2/patch-3
Update INSTALL.md
2021-05-22 12:17:48 -07:00
Alex Xu a45e1f754a
Remove Pillow since reportlab depends on it 2021-04-25 14:57:56 -07:00
Alex Xu 08a3f4f075 Add new options 2021-04-24 21:53:48 -07:00
Alex Xu 05134c1b59 Add generated files to ignore 2021-04-05 15:51:18 -07:00
Alex Xu 6ddcbb8f62
Update INSTALL.md 2021-04-04 19:19:40 -07:00
Alex Yatskov dfcd7a2d39 Update README 2021-04-04 12:12:09 -07:00
Alex Xu d54fb3ee82
Update INSTALL.md 2021-04-03 09:59:25 -07:00
Alex Xu f2c7c99e2f Add standard python gitignore 2021-04-02 16:50:18 -07:00
Alex Xu 3cbe61077a
Update requirements.txt to avoid dependabot 2021-04-02 12:31:13 -07:00
Alex Yatskov c57901ce67
Merge pull request #34 from axu2/exe
Add install/exe build instructions
2021-04-01 20:18:09 -07:00
Alex Yatskov 68c10024f9
Merge pull request #33 from axu2/master
Scale and Crop instead of Stretch
2021-04-01 20:16:38 -07:00
Alex Xu b30d3ff978
Add platform to py2exe requirement 2021-03-31 14:39:36 -07:00
Alex Xu bdc5dfc409 Fix wording 2021-03-29 17:55:25 -07:00
Alex Xu e0d30662bf Update INSTALL.md 2021-03-29 17:14:53 -07:00
Alex Xu 690d956fbc Update requirements.txt 2021-03-29 17:13:07 -07:00
Alex Xu 4fbfd99299 Update .gitignore 2021-03-28 09:29:13 -07:00
Alex Xu 563564ea53 Create requirements.txt 2021-03-28 09:28:05 -07:00
Alex Xu 319e2816c1 Move install instructions to own file 2021-03-27 19:52:02 -07:00
Alex Xu 5731ffdb01 Add run instructions. 2021-03-27 19:20:12 -07:00
Alex Xu b0dffdefba Add install instructions 2021-03-27 19:05:53 -07:00
Alex Xu 7a1d42cd43 Revert "Update setup.py"
This reverts commit d7866df9c4.
2021-03-25 17:01:20 -07:00
Alex Xu d7866df9c4 Update setup.py 2021-03-25 16:50:51 -07:00
Alex Xu 464826ab14 Forgot one rename 2021-03-25 16:39:09 -07:00
Alex Xu 38832b8196 Rename Stretch to ScaleCrop 2021-03-25 16:36:09 -07:00
Alex Xu c1e8a8c2e4 Scale and Crop instead of Stretch 2021-03-24 20:51:21 -07:00
Alex Yatskov 13de820e34 Updating README.md 2019-04-28 16:02:23 -07:00
Alex Yatskov 3b7a091162 Updating README.md 2019-04-28 12:33:53 -07:00
Alex Yatskov d9d0926ed9 update license file 2019-04-28 11:51:37 -07:00
Alex Yatskov e1f747fec3 Updating README.md 2019-01-05 19:44:00 -08:00
Alex Yatskov d60a42bd7a
Merge pull request #28 from tcyrus/patch-1
Update README.md
2018-05-19 11:29:22 -07:00