Andrew Murray
1856d106ea
Corrected parameters in documentation
2017-09-29 21:08:49 +10:00
Alexander
a6ed03c475
Export only required properties in unsafe_ptrs
2017-09-16 21:52:28 +03:00
Alexander
ebb10e8e1a
Fix error in pypy
2017-08-24 01:45:24 +03:00
Andrew Murray
257bc8bd4f
Added tests
2017-03-03 19:45:55 +11:00
Andrew Murray
97a2d42dac
Removed unused print_function imports
2017-01-18 20:06:21 +11:00
homm
1ba4e9e5ba
remove end of file banner from all files
2016-07-10 14:11:28 +03:00
homm
cedaaad1cf
keep pointer to im object to prevent dereferencing
2016-07-03 05:03:25 +03:00
homm
c4b92d09b7
support for La mode
2016-05-26 15:15:08 +03:00
Andrew Murray
c27110ab56
Flake8 fixes
2015-12-10 21:34:02 +11:00
wiredfool
e3a8044a38
Removing low level PyAccess debug logging
2015-09-14 03:38:52 -07: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
ee34d6843b
Further health fixes
2015-04-24 18:24:52 +10:00
Andrew Murray
d1c182cadc
Various Flake8 fixes
2015-04-24 09:26:52 +10:00
Andrew Murray
d88a7b778f
Added missing self argument in PyAccess
2015-04-01 09:36:24 +11:00
wiredfool
ee6f150ef1
Docs for PyAccess, PixelAccess objects [ci skip]
2014-11-19 14:04:39 -08:00
hugovk
8de95676e0
flake8
2014-08-26 16:47:10 +03:00
wiredfool
625ff24358
Storage, packing and access for HSV format images
2014-07-22 16:09:22 -07:00
Eric Soroos
9e069bfa54
I mode is native endian
2014-01-08 21:52:15 -08:00
wiredfool
79a7fdc100
I32 modes, not that I can actually use the I;32L/B ones
2014-01-08 21:18:38 -08:00
wiredfool
bfdc599c28
F mode support
2014-01-08 20:23:20 -08:00
wiredfool
84e2cf6eda
I;16 modes
2014-01-06 23:15:00 -08:00
wiredfool
5dfadf623b
LA, PA image modes
2014-01-06 22:51:31 -08:00
wiredfool
c3812f46b2
clamping channels to 255
2014-01-06 21:20:19 -08:00
wiredfool
53ba63fcd5
Raising proper ValueErrors
2014-01-06 21:19:58 -08:00
wiredfool
594276c45e
existing behaviour is to clamp to max, not bitmask
2014-01-05 22:20:07 -08:00
wiredfool
d8a88a5390
Passes tests on python 3.2
...
Reorganized to remove ImagingMemoryInstance struct, only saving the
three pointers that we need (image, image8, image32) and the x/ysize
ints.
2014-01-05 22:00:09 -08:00
wiredfool
5efe737f6f
Cffi pixel access object, #248
2014-01-05 10:41:25 -08:00