homm
|
d0c419632e
|
resolve endianness issues
|
2014-11-21 21:53:13 +03:00 |
|
holger
|
100309feaf
|
[ADD] added PySide compability
|
2014-11-20 23:08:58 +01:00 |
|
Hugo
|
b8d2a55f3c
|
Update CHANGES.rst [CI skip]
|
2014-11-20 08:04:46 +02:00 |
|
Hugo
|
0accf25947
|
Merge pull request #1021 from wiredfool/save-docs
Docs for Image.save [ci skip]
|
2014-11-20 08:03:15 +02:00 |
|
Hugo
|
3052d4909c
|
Merge pull request #1020 from wiredfool/quantize
Docstring for Image.quantize. [ci skip]
|
2014-11-20 08:01:10 +02:00 |
|
Hugo
|
2676845e7e
|
Merge pull request #1019 from wiredfool/load-docs
Docs for PyAccess, PixelAccess objects [ci skip]
|
2014-11-20 07:58:59 +02:00 |
|
wiredfool
|
176c804b39
|
Note on info not used for saving [ci skip]
|
2014-11-19 15:40:49 -08:00 |
|
wiredfool
|
c770984867
|
Document all the save params for PNG, and their references [ci skip]
|
2014-11-19 15:35:33 -08:00 |
|
wiredfool
|
962ced916d
|
Image.save docs, rename fp, link to params [ci skip]
|
2014-11-19 15:35:26 -08:00 |
|
wiredfool
|
af8588f34e
|
Docstring for Image.quantize. [ci skip]
|
2014-11-19 14:26:07 -08:00 |
|
wiredfool
|
ee6f150ef1
|
Docs for PyAccess, PixelAccess objects [ci skip]
|
2014-11-19 14:04:39 -08:00 |
|
Hugo
|
9df3c4d67d
|
Update CHANGES.rst [CI skip]
|
2014-11-19 23:00:04 +02:00 |
|
Hugo
|
fa1180fa37
|
Merge pull request #1018 from wiredfool/mode-docs
Mode docs [ci skip]
|
2014-11-19 22:58:34 +02:00 |
|
Hugo
|
25e1da7de9
|
Merge pull request #1017 from wiredfool/build-docs
Build docs
|
2014-11-19 22:58:24 +02:00 |
|
wiredfool
|
d1f4633c7b
|
Many links to mode concept anchor [ci skip]
|
2014-11-19 12:49:27 -08:00 |
|
wiredfool
|
eedff2d59b
|
Mode reference anchor
|
2014-11-19 12:49:06 -08:00 |
|
wiredfool
|
d825c76274
|
Updated Test/Support Matrix [ci skip]
|
2014-11-19 12:15:28 -08:00 |
|
wiredfool
|
6c85d443f4
|
Build Options section [ci skip]
|
2014-11-19 12:14:57 -08:00 |
|
Hugo
|
d823fae780
|
Update CHANGES.rst [CI skip]
|
2014-11-19 22:14:40 +02:00 |
|
Hugo
|
81bb6df88d
|
Merge pull request #1016 from wiredfool/port-docs
Better docs explaining import _imaging failure
|
2014-11-19 21:57:21 +02:00 |
|
wiredfool
|
b13a90441f
|
Better docs explaining import _imaging failure [ci skip]
|
2014-11-19 11:42:26 -08:00 |
|
homm
|
bc0f896a47
|
rename Antialias and stretch to resample
|
2014-11-19 14:36:00 +03:00 |
|
homm
|
1a097d2e02
|
Merge commit 'e0b94d65bedb4a2124228aa579686a3ba2974d11' into replace-resize
|
2014-11-19 13:45:04 +03:00 |
|
homm
|
814dd3123e
|
fix comments
|
2014-11-19 13:15:50 +03:00 |
|
homm
|
a86e032a18
|
return fresh image is no mode specified and cached version otherwise
|
2014-11-19 03:41:44 +03:00 |
|
homm
|
41029f0149
|
make im.stretch strong alias to im.resize.
mark im.stretch as deprecated.
|
2014-11-19 03:26:17 +03:00 |
|
homm
|
6078e6e1a7
|
this bug actually was in previous implementation too:
type switch default case was never achieved because special
images is in image8 pointers, not in image32
|
2014-11-19 03:15:24 +03:00 |
|
homm
|
24ed800fae
|
merge imaging and imaging core resize tests
|
2014-11-19 03:06:26 +03:00 |
|
homm
|
513e2a12dd
|
resize test rework
|
2014-11-19 03:03:49 +03:00 |
|
Hugo
|
e0b94d65be
|
Merge pull request #1014 from hugovk/unused_var
Remove unused variable, and other minor flake8 warnings
|
2014-11-17 14:05:42 +02:00 |
|
Hugo
|
02476b7689
|
Remove unused variable, and other minor flake8 warnings
|
2014-11-17 10:33:31 +02:00 |
|
wiredfool
|
a40854499f
|
Update CHANGES.rst [ci skip]
|
2014-11-15 21:33:21 -08:00 |
|
wiredfool
|
a32f797801
|
Merge pull request #1012 from wiredfool/libtiff-save-bytesio
Fix for saving TIFF image into an io.BytesIO buffer
|
2014-11-15 21:31:52 -08:00 |
|
wiredfool
|
9a2cc7df83
|
hoist import, move test to libtiff
|
2014-11-15 20:38:52 -08:00 |
|
Martin Fergie
|
8b0ecb6192
|
Added test for different compression types.
|
2014-11-14 14:37:03 +00:00 |
|
Martin Fergie
|
dd3a46520c
|
Fix for saving to io.BytesIO()
|
2014-11-14 12:29:10 +00:00 |
|
Hugo
|
9da99dee8d
|
Update CHANGES.rst [CI skip]
|
2014-11-14 08:42:41 +02:00 |
|
Hugo
|
c2cd52d3fe
|
Merge pull request #1010 from wiredfool/antialias-debug
Fix Antialias compilation on debug versions of python
|
2014-11-14 08:41:37 +02:00 |
|
Hugo
|
ebbee834c9
|
Update CHANGES.rst [CI skip]
|
2014-11-14 08:40:06 +02:00 |
|
Hugo
|
b5b0b889d3
|
Merge pull request #1009 from wiredfool/putdata-1008
Fix for Image.putdata segfault
|
2014-11-14 08:37:50 +02:00 |
|
wiredfool
|
9d1fde0fff
|
Use __NO_INLINE__ instead of Py_DEBUG
|
2014-11-13 21:35:06 -08:00 |
|
wiredfool
|
112a4815f0
|
Fix compilation on debug versions of python
|
2014-11-13 15:53:51 -08:00 |
|
wiredfool
|
f75c5562c7
|
Fix #1008, Correct argument to PySequence_Fast_GET_ITEM
|
2014-11-13 15:33:37 -08:00 |
|
wiredfool
|
a105cd7edb
|
Test for issue #1008
|
2014-11-13 15:33:37 -08:00 |
|
Hugo
|
ccba6af498
|
Update CHANGES.rst [CI skip]
|
2014-11-13 10:10:42 +02:00 |
|
Hugo
|
5ae3c1c881
|
Merge pull request #1007 from wiredfool/ico_save
Ico save, additional tests
|
2014-11-13 10:09:14 +02:00 |
|
wiredfool
|
03d20d3b6a
|
More tests for ico save
|
2014-11-12 22:45:35 -08:00 |
|
wiredfool
|
3065df66c3
|
Merge pull request #989 from thegeorgeous/patch-1
Update installation.rst [ci skip]
|
2014-11-12 22:30:30 -08:00 |
|
wiredfool
|
ad1b919342
|
Update CHANGES.rst [ci skip]
|
2014-11-12 22:15:26 -08:00 |
|
wiredfool
|
212f9d7d8b
|
Merge pull request #1003 from AurelienBallier/master
Use PyQt4 if already imported
|
2014-11-12 22:12:46 -08:00 |
|