@@ -5310,23 +5310,23 @@ Pre-fork
53105310 + Added keyword options to the "save" method. The following options
53115311 are currently supported:
53125312
5313- format option description
5313+ Format Option Description
53145314 --------------------------------------------------------
5315- JPEG optimize minimize output file at the
5316- expense of compression speed.
5315+ JPEG optimize Minimize output file at the
5316+ expense of compression speed.
53175317
5318- JPEG progressive enable progressive output. the
5319- option value is ignored.
5318+ JPEG progressive Enable progressive output.
5319+ The option value is ignored.
53205320
5321- JPEG quality set compression quality (1-100).
5322- the default value is 75.
5321+ JPEG quality Set compression quality (1-100).
5322+ The default value is 75.
53235323
5324- JPEG smooth smooth dithered images. value
5325- is strength (1-100). default is
5326- off (0).
5324+ JPEG smooth Smooth dithered images.
5325+ Value is strength (1-100).
5326+ Default is off (0).
53275327
5328- PNG optimize minimize output file at the
5329- expense of compression speed.
5328+ PNG optimize Minimize output file at the
5329+ expense of compression speed.
53305330
53315331 Expect more options in future releases. Also note that
53325332 file writers silently ignore unknown options.
@@ -5347,31 +5347,31 @@ Pre-fork
53475347 + Various improvements to the sample scripts:
53485348
53495349 "pilconvert" Carries out some extra tricks in order to make
5350- the resulting file as small as possible.
5350+ the resulting file as small as possible.
53515351
5352- "explode" (NEW) Split an image sequence into individual frames.
5352+ "explode" (NEW) Split an image sequence into individual frames.
53535353
5354- "gifmaker" (NEW) Convert a sequence file into a GIF animation.
5355- Note that the GIF encoder create "uncompressed" GIF
5356- files, so animations created by this script are
5357- rather large (typically 2-5 times the compressed
5358- sizes).
5354+ "gifmaker" (NEW) Convert a sequence file into a GIF animation.
5355+ Note that the GIF encoder create "uncompressed" GIF
5356+ files, so animations created by this script are
5357+ rather large (typically 2-5 times the compressed
5358+ sizes).
53595359
5360- "image2py" (NEW) Convert a single image to a python module. See
5361- comments in this script for details.
5360+ "image2py" (NEW) Convert a single image to a python module. See
5361+ comments in this script for details.
53625362
5363- "player" If multiple images are given on the command line,
5364- they are interpreted as frames in a sequence. The
5365- script assumes that they all have the same size.
5366- Also note that this script now can play FLI/FLC
5367- and GIF animations.
5363+ "player" If multiple images are given on the command line,
5364+ they are interpreted as frames in a sequence. The
5365+ script assumes that they all have the same size.
5366+ Also note that this script now can play FLI/FLC
5367+ and GIF animations.
53685368
53695369 This player can also execute embedded Python
53705370 animation applets (ARG format only).
53715371
5372- "viewer" Transparent images ("P" with transparency property,
5373- and "RGBA") are superimposed on the standard Tk back-
5374- ground.
5372+ "viewer" Transparent images ("P" with transparency property,
5373+ and "RGBA") are superimposed on the standard Tk back-
5374+ ground.
53755375
53765376 + Fixed colour argument to "new". For multilayer images, pass a
53775377 tuple: (Red, Green, Blue), (Red, Green, Blue, Alpha), or (Cyan,
0 commit comments