Commit Graph

67 Commits

Author SHA1 Message Date
Andrew Murray
8cd70e74cc Set executable flag on scripts with shebang line 2017-03-31 19:43:19 +11:00
Andrew Murray
51f5a0123c Fixed scripts import of tkinter/Tkinter 2017-03-24 19:42:58 +11:00
Andrew Murray
f9a99652e4 Replaced KeyError catch with dictionary get method 2017-02-25 13:49:05 +11:00
homm
1ba4e9e5ba remove end of file banner from all files 2016-07-10 14:11:28 +03:00
Hugo
55c20731d1 Merge pull request #1904 from radarhere/args
Scripts with an incorrect number of arguments
2016-05-21 12:55:44 +03:00
Andrew Murray
95c818b643 Added missing usage text and exit on Scripts 2016-05-11 00:35:37 +10:00
Andrew Murray
6f94974595 Do not start Tk if only to exit 2016-05-11 00:29:39 +10:00
Andrew Murray
6475530f65 Removed use of eval 2016-05-10 23:07:16 +10:00
Andrew Murray
b1a528bf10 Changed variable names to avoid redefining builtins 2016-05-10 22:31:36 +10:00
Andrew Murray
503d8e925a Minor code rearrangement 2016-04-03 15:08:28 +10:00
Andrew Murray
7c27a3b5de Added debug to pilprint available options 2016-03-12 10:30:54 +11:00
Andrew Murray
1333e23663 Corrected pilprint version number 2016-03-12 10:30:28 +11:00
Andrew Murray
491e615dbe Fixed typo 2016-03-06 08:37:15 +11:00
wiredfool
1f97f25ae1 Move travis cruft out of scripts deployable directory 2016-01-31 17:16:54 +00:00
Andrew Murray
c27110ab56 Flake8 fixes 2015-12-10 21:34:02 +11:00
Andrew Murray
674515d568 Changed lines to be below 80 characters 2015-12-02 16:41:26 +11:00
wiredfool
46b9bbde87 Merge pull request #1523 from radarhere/pilprint
Added subprocess.Popen to pilprint script
2015-11-18 09:34:11 +00:00
Andrew Murray
7d8d9e3b9e Replaced os.popen with subprocess.Popen 2015-11-04 20:03:19 +11:00
Hugo van Kemenade
7f95b44350 Shebang it
Fixes #1521
2015-11-03 23:16:12 +02:00
Hugo van Kemenade
495dca4149 Merge pull request #1482 from radarhere/painter
Added Usage message to painter script
2015-10-10 11:04:31 +03:00
Andrew Murray
5909a5f9bc Fixed typo [ci skip] 2015-10-10 14:28:53 +11:00
Andrew Murray
7e5df09fa9 Added Usage message to painter script 2015-10-10 14:25:08 +11:00
Andrew Murray
626fd6b1a0 Updated repository URL 2015-09-26 19:45:39 +10:00
Andrew Murray
c6b13d294f Flake8 fixes 2015-08-25 22:27:18 +10:00
Alex Clark
67d1541c6f Merge pull request #1207 from anntzer/logger
Use logging instead of print.
2015-07-02 05:22:07 -04:00
Andrew Murray
2c4fe7281f Merged gifmaker into GifImagePlugin 2015-06-30 18:02:48 +10:00
Antony Lee
4e754e9c55 Use logging instead of print.
cf. #1191.

Only TiffImagePlugin and OLEFileIO still rely on (their own) DEBUG flag.
I left TiffImagePlugin as it is because I hope #1059 gets merged in
first, and OLEFileIO because it uses its own logic.

Untested, as usual.
2015-06-29 12:39:50 -07:00
Andrew Murray
8dc8a1235e Added Python 3 support to gifmaker script 2015-06-20 23:52:39 +10:00
Andrew Murray
6d7eb53b52 Changed gifmaker script to use ImageSequence Iterator 2015-06-20 23:52:02 +10:00
Hugo
b816c048ad Merge pull request #1172 from radarhere/gif
Added duration and loop set to GifImagePlugin
2015-06-04 13:07:58 +03:00
Hugo
394b245a39 Merge pull request #1240 from radarhere/future
Correct future print imports
2015-05-27 14:37:38 +03:00
Andrew Murray
3c7e37d2d7 Replaced old-style classes 2015-05-27 00:07:21 +10:00
Andrew Murray
4e2de9d9ed Added missing future print imports and removed unnecessary imports 2015-05-23 20:28:41 +10:00
Andrew Murray
cb4172675a Removed description for missing scripts [CI skip] 2015-05-20 13:28:48 +10:00
Andrew Murray
61bc6e5be2 Removed unused import from pildriver script 2015-05-08 21:36:42 +10:00
Andrew Murray
ee34d6843b Further health fixes 2015-04-24 18:24:52 +10:00
Andrew Murray
b33642c361 Fixed unintentional method overriding 2015-04-24 16:02:39 +10:00
Andrew Murray
7f414057c9 Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
Andrew Murray
e22e4239e5 Removed unused imports 2015-04-24 16:01:47 +10:00
Andrew Murray
86be744d1f Various Flake8 Scripts fixes 2015-04-24 09:41:33 +10:00
Andrew Murray
e36e7dd7a2 Added duration set to GifImagePlugin 2015-04-04 10:33:35 +11:00
Andrew Murray
120982574a Moved __future__ import to the top of pilprint script 2015-04-01 11:21:15 +11:00
Andrew Murray
d3cab99d31 Removed unused import in pilconvert script 2015-04-01 10:33:44 +11:00
Andrew Murray
0ca14909ed Fixed duplicate import in pilprint 2015-04-01 09:36:25 +11:00
Fahrzin Hemmati
ddf17df928 Make gifmaker work with the current getheader
GifImagePlugin.getheader was updated about 2 years ago and changed the API that gifmaker expects.
2015-03-14 02:41:14 -07:00
hugovk
add45b494a Extract __main__ section of PIL/ImageFont.py into Scripts/createfontdatachunk.py 2014-07-07 22:31:20 +03:00
hugovk
443cc908ae Show pyflakes quality violations (which can be programming errors) before pep8 (which is just style). 2014-07-01 16:25:24 +03:00
hugovk
e220e597bf Separate install and report scripts for diff-cover 2014-07-01 02:16:34 +03:00
hugovk
d002e5f690 Move diff-cover commands to diffcover.sh 2014-07-01 00:22:44 +03:00
hugovk
c261674980 Remove obsolete Animated Raster Graphics support 2014-06-27 15:58:12 +03:00