Pillow/PIL
Esteban Santana Santana 7989378bfd Added a way to specify the render size for EPS files.
There is now a scale parameter that you can pass in to the EpsImageFile.load() function. This parameter is used to specify at what scale Ghostscript renders the EPS internally. Scale needs to be an integer, and all of the internal structures (image size and bounding box) are scaled based on that parameter.
2013-11-17 01:26:44 -06:00
..
__init__.py Bump 2013-10-02 13:07:32 -04:00
_binary.py py3k: The big push 2013-01-10 08:46:56 -06:00
_util.py Update _util.py 2013-07-25 17:25:18 +01:00
ArgImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
BdfFontFile.py Fix imports 2013-03-07 11:20:28 -05:00
BmpImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
BufrStubImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
ContainerIO.py py3k: 2to3's "idiom" filter 2013-01-10 08:46:53 -06:00
CurImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
DcxImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
EpsImagePlugin.py Added a way to specify the render size for EPS files. 2013-11-17 01:26:44 -06:00
ExifTags.py Added some missing exif tags 2013-07-24 18:46:21 +00:00
FitsStubImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
FliImagePlugin.py Use bytes literal, fixes Tests/test_file_fli.py 2013-03-08 08:01:56 -05:00
FontFile.py Fix imports 2013-03-07 11:20:28 -05:00
FpxImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
GbrImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
GdImageFile.py Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
GifImagePlugin.py replace custom search with dict in gif optimize 2013-08-06 11:36:02 +02:00
GimpGradientFile.py Fix imports 2013-03-07 11:20:28 -05:00
GimpPaletteFile.py Fix imports 2013-03-07 11:20:28 -05:00
GribStubImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
Hdf5StubImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
IcnsImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
IcoImagePlugin.py Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Image.py don't create a new palette on Image._new if one already exists (i.e. after im.copy()) 2013-11-12 14:41:35 +01:00
ImageChops.py Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
ImageCms.py Fixed ability to create LAB profiles with color temperatures 2013-10-10 22:42:27 -07:00
ImageColor.py Fully document PIL.ImageColor 2013-10-11 22:54:24 -07:00
ImageDraw.py Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
ImageDraw2.py Fix imports 2013-03-07 11:20:28 -05:00
ImageEnhance.py Fully document PIL.ImageEnhance 2013-10-12 13:48:34 -07:00
ImageFile.py Document ImageFile.Parser 2013-10-12 13:57:27 -07:00
ImageFileIO.py Transformed docstrings of ImageFile and ImageFileIO modules 2013-07-19 15:11:26 +00:00
ImageFilter.py Fully document PIL.ImageFilter 2013-10-12 16:49:32 -07:00
ImageFont.py Fix issue #382: TypeError with TransposedFont's getsize() 2013-10-17 19:00:42 +03:00
ImageGrab.py Move ImageGrab docs back to ImageGrab.rst instead of autodoc 2013-10-13 09:56:58 -07:00
ImageMath.py Fully document ImageMath 2013-10-12 17:40:14 -07:00
ImageMode.py Fix imports 2013-03-07 11:20:28 -05:00
ImageOps.py Fully document PIL.ImageOps; fix some :py:mod: markup 2013-10-12 22:17:45 -07:00
ImagePalette.py Document PIL.ImagePalette as best I can 2013-10-13 21:27:07 -07:00
ImagePath.py Fully document PIL.ImagePath 2013-10-13 21:41:21 -07:00
ImageQt.py Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
ImageSequence.py Fully document PIL.ImageSequence 2013-10-13 21:49:35 -07:00
ImageShow.py Fix imports 2013-03-07 11:20:28 -05:00
ImageStat.py Fully document PIL.ImageStat 2013-10-13 21:57:07 -07:00
ImageTk.py Fully document PIL.ImageTk 2013-10-13 22:09:02 -07:00
ImageTransform.py Fix imports 2013-03-07 11:20:28 -05:00
ImageWin.py Fully document PIL.ImageWin 2013-10-13 22:19:12 -07:00
ImImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
ImtImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
IptcImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
JpegImagePlugin.py Make _getexif a function 2013-09-29 09:17:37 -07:00
JpegPresets.py Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
McIdasImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
MicImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
MpegImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
MspImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
OleFileIO.py Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
PaletteFile.py Fix imports 2013-03-07 11:20:28 -05:00
PalmImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
PcdImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
PcfFontFile.py Fix imports 2013-03-07 11:20:28 -05:00
PcxImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
PdfImagePlugin.py Use the JPEG Plugin save instead of calling the ImageFile directly 2013-05-12 02:34:07 +02:00
PixarImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
PngImagePlugin.py Merge pull request #315 from d-schmidt/master 2013-08-22 02:54:43 -07:00
PpmImagePlugin.py Update PpmImagePlugin.py 2013-09-30 17:44:11 +10:00
PsdImagePlugin.py Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
PSDraw.py Fully document PIL.PSDraw 2013-10-13 22:30:00 -07:00
SgiImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
SpiderImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
SunImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
TarIO.py Fix imports 2013-03-07 11:20:28 -05:00
tests.py Fix test 2013-09-28 09:46:00 -04:00
TgaImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
TiffImagePlugin.py Support RGBA TIFF with missing ExtraSamples tag 2013-10-26 18:02:17 -07:00
TiffTags.py added tagnames for ImageJ tiff tags 2013-09-27 10:41:27 -07:00
WalImageFile.py Fix imports 2013-03-07 11:20:28 -05:00
WebPImagePlugin.py added new VP8 mode for lossless reading of RGBA, fixes failing tests 2013-10-22 12:44:09 -07:00
WmfImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
XbmImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
XpmImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
XVThumbImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00