summaryrefslogtreecommitdiff
path: root/demos/python
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typolilinjie2023-01-041-1/+1
* Add copyright noticeChris Liddell2023-01-041-0/+2
* Remove unused assignment causing an lgtm warning.Robin Watts2021-10-111-1/+0
* LGTM fixes: 2 more warning suppressions.Robin Watts2021-10-021-1/+1
* demos/python/gsapi.py: fixed lgtm bug in gsapi_set_arg_encoding()Julian Smith2021-09-211-12/+10
* demos/python/examples.py: fixes for lgtm warnings.Julian Smith2021-09-211-2/+4
* demos/python/gsapi.py: fixed/improved some fn comments.Julian Smith2021-08-181-16/+47
* demos/python/gsapi.py: Improved loading of Ghostscript shared library.Julian Smith2021-04-131-16/+57
* demos/python: removed old unused code.Julian Smith2020-11-202-2054/+0
* demos/python/gsapi.py: match new handling of bool by gsapi_set_param().Julian Smith2020-08-141-3/+16
* demos/python/gsapi.py: added support for gsapi_get_param() and gsapi_enumerat...Julian Smith2020-08-111-21/+296
* Changed gsapi.py to raise exceptions instead of returning error numberJulian Smith2020-07-302-221/+219
* demos/python/gsapi.py: added detection of OS to import correct libgs.so/gpdld...Julian Smith2020-07-301-5/+15
* Fix minor items in python demoMichael Vrhel2020-07-292-19/+27
* Add Python examples and READMEMichael Vrhel2020-07-283-3/+282
* demos/python/gsapi.py: improved encoding/decoding of strings.Julian Smith2020-07-241-30/+117
* demos/python/gsapi.py: removed requirement for python-3.7.Julian Smith2020-07-211-29/+58
* Fix two minor issues in python API demoMichael Vrhel2020-07-202-2/+3
* Introduce demos folder with csharp and python API examplesMichael Vrhel2020-07-023-0/+2591