Commit Graph

371 Commits

Author SHA1 Message Date
Fabien LOISON 7b4c7bc661
Adds lossless webp support 2021-04-15 15:42:30 +02:00
Fabien LOISON 4c5c38cb42
Merge pull request #33 from vincentriche/32-option-fix-normals
Add option to disable fix-infacing-normals flag
2021-04-15 15:00:14 +02:00
Fabien LOISON 4c50017826
Fixes Python 2.7 2021-04-15 11:58:59 +02:00
Vincent Riche f46b637bd8 rename flag variables 2021-04-15 11:38:14 +02:00
Vincent Riche 4ac76eef31 Update documentation 2021-04-15 11:36:39 +02:00
Vincent Riche 8d415fea33 Update documentation 2021-04-15 11:13:03 +02:00
Fabien LOISON f4988b2983
Check VP8X flags in tests 2021-04-15 10:55:20 +02:00
Vincent Riche d27b0ce851 Rename options flag enum and adjust comments 2021-04-15 10:46:31 +02:00
Fabien LOISON 9f8759e153
Adds a function to decode VP8X chunks 2021-04-14 16:45:36 +02:00
Vincent Riche 352e86c23f fix lint 2021-04-14 16:43:23 +02:00
Vincent Riche 8e104158b6 Add option to disable fix-infacing-normals flag 2021-04-14 16:27:11 +02:00
Fabien LOISON 23ed3ab201
Makes Black more verbose 2021-04-12 18:07:05 +02:00
Fabien LOISON 835639200a
Lossy webp encoder added 2021-04-12 18:06:40 +02:00
Fabien LOISON 4803e3f760
Refactoring: split encoders (one per file), moves the format detection code in the dedicate dencoder 2021-04-12 17:32:23 +02:00
Fabien LOISON 2e46e47ed7
Fix issues intriducied earlier... ¬_¬' 2021-04-06 17:51:29 +02:00
Fabien LOISON a131282a4a
Refactoring: moves code related to encoders 2021-04-06 17:31:37 +02:00
Fabien LOISON 330befe39a
Adds a debug script to list RIFF chunks 2021-04-06 17:31:37 +02:00
Fabien LOISON 1136e7b769
Adds webp detection in gess_image_format helper 2021-04-06 16:29:28 +02:00
Fabien LOISON 4fe8d8a75d
Updates Black and Flake8 config 2021-04-06 15:58:23 +02:00
Fabien LOISON 583217064e
Fixes CI label 2021-03-29 15:21:33 +02:00
Fabien LOISON 427f7dc758
Removes support of Python 3.5 and 3.6 2021-03-29 14:27:44 +02:00
Fabien LOISON 6380a915b8
Reformat tests with black 2021-03-29 13:57:02 +02:00
Fabien LOISON 4b6b84b8a3
Adds black; reformat the yoga module 2021-03-29 13:46:56 +02:00
Fabien LOISON 1e3fd63c57
v0.11.1 2021-03-09 18:31:41 +01:00
Fabien LOISON 6c0afcb35a
Remove a forgotten 'pass' instruction... 2021-03-09 18:20:53 +01:00
Fabien LOISON eb7090f4aa
Fixes syntax error on python-ci workflow 2021-03-09 18:18:53 +01:00
Fabien LOISON e14d62eddb
Clean and fixup workflows 2021-03-09 18:17:06 +01:00
Fabien LOISON 57832e9ae7
Adds a workflow to build and publish PyPI packages 2021-03-09 18:10:44 +01:00
Fabien LOISON 776f64df04
Merge branch 'github-actions-windows-build' 2021-02-22 16:10:59 +01:00
Fabien LOISON e7be3407bb
Updates winbuild workflow 2021-02-22 16:10:54 +01:00
Fabien LOISON 937f3b532a
Updates Windows standalone build's README 2021-02-22 15:25:22 +01:00
Fabien LOISON 74f888af08
Try to force using MSVC 2021-02-15 18:31:57 +01:00
Fabien LOISON ffeca88f91
Print some useful debug info in the workflow 2021-02-15 18:03:01 +01:00
Fabien LOISON bba9a2287f
Fixes nuitka options 2021-02-15 17:30:40 +01:00
Fabien LOISON f6e1983fe1
remove the 'call' keyword 2021-02-15 17:21:56 +01:00
Fabien LOISON f9e50cc603
revoves the textbook/git-checkout-submodule-action action 2021-02-15 17:20:03 +01:00
Fabien LOISON 25e678fcb0
Windows build: first try 2021-02-15 17:17:45 +01:00
Fabien LOISON 6e2ef9526b
Merge branch 'documentation' 2021-01-22 16:13:40 +01:00
Fabien LOISON b6c0df175c
Add links to Discord / removes Gitter 2021-01-22 16:02:26 +01:00
Fabien LOISON 6bd295ede2
Fixes lint issue 2021-01-21 21:08:03 +01:00
Fabien LOISON fb8ec88f19
YOGA Model Python API documentation 2021-01-21 17:40:19 +01:00
Fabien LOISON c7c6f45192
Fixes the 3D models output list 2021-01-20 16:42:30 +01:00
Fabien LOISON 54913d23c6
Updates README 2021-01-20 16:38:30 +01:00
Fabien LOISON e2b9ff35da
Adds a contributing section to the doc; Adds a Python 3.9 version to the test matrix 2021-01-20 16:30:25 +01:00
Fabien LOISON c7d2cf17fa
Documents YOGA Image Python API 2021-01-19 12:01:52 +01:00
Fabien LOISON b7b78e1ac2
Shpinx: add the githubpages extention to create the .nojekyll file 2021-01-19 10:37:02 +01:00
Fabien LOISON c7374912d7
nox: do not install editable version of the lib in the gendoc session 2021-01-19 10:27:58 +01:00
Fabien LOISON bfa87909cf
gh-pages action: checkout submodules 2021-01-19 10:17:38 +01:00
Fabien LOISON 92c5fd4022
Fixes gh-pages action as there is no Sphinx Makefile in the repository 2021-01-19 10:11:45 +01:00
Fabien LOISON 40193398e8
Adds Github Action workflow to deploy the documentation on Github Pages 2021-01-19 10:09:09 +01:00