Pillow/PIL
Eric L Frederich 86e775daa3 bug fix: Qt wants data aligned to 32 bits
Images in Qt show up incorrectly if each line is not aligned to 32 bits.

It is pretty common for an image's lines to be 32-bit alinged by chance.
Obviously any 32-bit image will not have any problem.
For the bug to manifest itself you'd need...
* a 1-bit image whose width is not a multiple of 32
* an 8-bit image who width is not a multiple of 4

Testing more images now and added a 7x13 png test image
2015-09-18 16:07:35 -04:00
..
__init__.py Commence 3.0.0.dev0 2015-07-02 05:20:15 -04:00
_binary.py Fixed binary conversion bug, and added corresponding tests 2015-03-02 09:56:47 +11:00
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Changed list comprehension variable name to avoid redefinition 2015-04-01 12:45:08 +11:00
BmpImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
BufrStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
ContainerIO.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
CurImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
DcxImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
EpsImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
ExifTags.py Correct the correction: RelatedImageWidth=0x1001, RelatedImageLength=0x1002 2014-08-27 11:06:34 +03:00
features.py Changed module and codec names 2015-05-14 20:57:01 +10:00
FitsStubImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
FliImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
FontFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
FpxImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
GbrImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
GdImageFile.py Flake8 fixes 2015-08-25 22:27:18 +10:00
GifImagePlugin.py If only one frame, do not use image from sequence 2015-08-24 23:51:02 +10:00
GimpGradientFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GimpPaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GribStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
Hdf5StubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
IcnsImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
IcoImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
Image.py Fix docs to match code, see http://engineering.khanacademy.org/posts/making-thumbnails-fast.htm 2015-09-15 01:00:36 -07:00
ImageChops.py Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
ImageCms.py Fixed various typos 2015-05-29 14:59:54 +10:00
ImageColor.py flake8 2014-08-26 16:47:10 +03:00
ImageDraw.py Moved multiline split character to common functions 2015-06-18 13:21:39 +10:00
ImageDraw2.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageEnhance.py Fixed typo in ImageEnhance.py 2015-05-28 17:20:33 +10:00
ImageFile.py unused var 2015-09-08 17:43:12 +03:00
ImageFileIO.py Transformed docstrings of ImageFile and ImageFileIO modules 2013-07-19 15:11:26 +00:00
ImageFilter.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImageFont.py Flake8 fixes 2015-08-25 22:27:18 +10:00
ImageGrab.py Added support for ImageGrab.grab to OS X 2015-08-01 17:44:13 +10:00
ImageMath.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageMode.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageMorph.py Check that images are L mode in ImageMorph methods 2015-08-28 22:54:17 +10:00
ImageOps.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImagePalette.py Flake8 fixes 2015-09-11 19:28:19 +10:00
ImagePath.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageQt.py bug fix: Qt wants data aligned to 32 bits 2015-09-18 16:07:35 -04:00
ImageSequence.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageShow.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageStat.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTk.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTransform.py flake8 2014-08-26 16:47:10 +03:00
ImageWin.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
ImtImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
IptcImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
Jpeg2KImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
JpegImagePlugin.py Merge pull request #1414 from wiredfool/pr1360 2015-09-10 19:11:32 +03:00
JpegPresets.py Flake8 fixes 2015-08-25 22:27:18 +10:00
McIdasImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MicImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpegImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpoImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MspImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
OleFileIO-README.md Fix link 2014-06-03 09:01:57 -04:00
OleFileIO.py Updated i16 and i32 to be in sync with _binary 2015-05-28 23:11:51 +10:00
PaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
PalmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PcdImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PcfFontFile.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
PcxImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PdfImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PixarImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PngImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PpmImagePlugin.py Fixed infinite loop on truncated file 2015-08-29 02:05:08 +10:00
PsdImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PSDraw.py Fixed PSDraw stdout Python 3 compatibility 2015-07-31 20:59:59 +10:00
PyAccess.py Use logging instead of print. 2015-06-29 12:39:50 -07:00
SgiImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
SpiderImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
SunImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
TarIO.py flake8 2014-08-26 16:47:10 +03:00
TgaImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
TiffImagePlugin.py Flake8 fixes 2015-09-11 19:28:19 +10:00
TiffTags.py flake8 2014-08-26 15:52:37 +03:00
WalImageFile.py Convert file to utf-8 2014-10-03 09:57:32 +02:00
WebPImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
WmfImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XbmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XpmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XVThumbImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00