Commit Graph

6661 Commits

Author SHA1 Message Date
Alexander
bda6d1e588 rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
wiredfool
bbf1c3a52c Updage CHANGES.rst [ci skip] 2017-09-19 14:27:25 +01:00
wiredfool
a0ce5740d5 Merge pull request #2719 from wiredfool/issue_2278
Fixes for Issues #2278 and #2006, value error in exif/tiff ifd
2017-09-19 14:26:29 +01:00
Andrew Murray
d8c088ed8b If image is already in the destination mode and there is no matrix, do not convert 2017-09-19 21:11:04 +10:00
Andrew Murray
411765a69c Added _mutable method for common code 2017-09-19 21:11:04 +10:00
Andrew Murray
23a51a35e9 Avoid potentially loading an image twice 2017-09-19 21:11:04 +10:00
Eric Soroos
c12b9fb4dc added test for metadata count warning 2017-09-19 10:35:14 +00:00
wiredfool
e5513804a3 Merge pull request #2709 from uploadcare/alpha-composite-box
Alpha composite fixes
2017-09-19 11:13:19 +01:00
wiredfool
bcdc23c3ba Update CHANGES.rst [ci skip] 2017-09-19 11:12:57 +01:00
wiredfool
c786213b09 Merge pull request #2291 from asergi/pathlib2
Use pathlib2 for Path objects on Python < 3.4
2017-09-19 11:11:35 +01:00
wiredfool
03e5c63398 Updage CHANGES.rst [ci skip] 2017-09-19 11:09:55 +01:00
wiredfool
6f8d8bb4f3 Merge pull request #2740 from uploadcare/less-unsafe_ptrs
Export only required properties in unsafe_ptrs
2017-09-19 11:08:29 +01:00
wiredfool
7541755aa5 Merge pull request #2730 from uploadcare/fast-geometry
Faster Transposition
2017-09-19 10:58:47 +01:00
wiredfool
9f787f6e3d Merge pull request #2735 from uploadcare/deprecate-some-ops
Deprecate ImageOps undocumented functions
2017-09-19 10:46:22 +01:00
wiredfool
4dcfd969ee Merge pull request #2741 from radarhere/freetype
Updated freetype to 2.8.1
2017-09-19 10:41:40 +01:00
wiredfool
f3867f99f8 Merge pull request #2742 from radarhere/player
Fixed bug where player script was skipping the first image
2017-09-19 10:40:36 +01:00
Alexander
5366a94725 clear cache at exit 2017-09-19 03:10:57 +03:00
Alexander
654b5f7958 tests for env vars 2017-09-19 01:00:18 +03:00
Alexander
db08235c05 reduce size of blocks returned to pool 2017-09-19 00:14:44 +03:00
Alexander
44c2698f69 ImagingMemoryBlock structure 2017-09-18 22:48:32 +03:00
Alexander
67e1e03c79 Set options from environment variables 2017-09-18 21:29:48 +03:00
Alexander
3bfdfcd48a reduce code duplication 2017-09-18 03:57:43 +03:00
Alexander
2ab19bbe44 actually fix tests on pypy 2017-09-18 03:17:45 +03:00
Alexander
23527774d3 test for images wider than block_size 2017-09-18 02:57:14 +03:00
Alexander
ae104b0d0e collect garbage before check memory 2017-09-18 02:51:27 +03:00
Alexander
6d2be876c8 tests 2017-09-18 02:37:47 +03:00
Alexander
af3dcf84af python api for resources 2017-09-18 01:41:39 +03:00
Alexander
53dde3b7f6 fix visual c compiler 2017-09-17 22:46:11 +03:00
Alexander
8659cd7564 stats 2017-09-17 21:31:50 +03:00
Alexander
4951962af1 ImagingMemoryArean tata type 2017-09-17 20:31:13 +03:00
Alexander
dc192be83f temp 2017-09-17 20:10:31 +03:00
Alexander
c8a2923d17 Return blocks in reverse order to reduce reallocations 2017-09-17 19:54:49 +03:00
Andrew Murray
269b50e7a8 Fixed bug where player script was skipping the first image 2017-09-17 13:36:32 +10:00
Andrew Murray
3852df109c Updated freetype to 2.8.1 2017-09-17 11:44:39 +10:00
Alexander
fd907fbdc9 Fix 0-width and 0-height images other way 2017-09-17 03:31:24 +03:00
Alexander
0054743100 fix zero size images 2017-09-17 02:58:01 +03:00
Alexander
6007e818a9 debug messages 2017-09-17 01:40:30 +03:00
Alexander
a5034b54cd do not request more lines than required 2017-09-17 01:34:57 +03:00
Alexander
f2123b4222 limit allocated memory to lines_per_block * linesize size
allocate block for wider lines
2017-09-17 01:22:44 +03:00
Alexander
d4a1f7a01a align lines 2017-09-16 22:58:37 +03:00
Alexander
63b925d74c Merge branch 'master' into block-storage
# Conflicts:
#	libImaging/Imaging.h
2017-09-16 22:21:56 +03:00
Alexander
a6ed03c475 Export only required properties in unsafe_ptrs 2017-09-16 21:52:28 +03:00
Alexander Karpinsky
574a8e4793 Merge pull request #2739 from uploadcare/convert-tabs-to-spaces
Fix indention in Imaging.h
2017-09-16 21:26:50 +03:00
Alexander
763df3d90b Convert tabs to spaces in Imaging.h 2017-09-16 20:46:09 +03:00
Alexander
883fb8f9e9 MEMORY_MAX_BLOCKS should be 0 by default 2017-09-15 19:00:53 +03:00
Alexander
fe283b10a5 Do not use ImagingNewBlock at all 2017-09-15 18:11:20 +03:00
Alexander
f584f8399a save released blocks 2017-09-15 18:00:15 +03:00
Alexander
0a3c852e1b work in ImagingAllocateArray with blocks 2017-09-15 17:50:29 +03:00
Alexander
852124d49b Add params check for ImagingNewBlock 2017-09-15 17:32:49 +03:00
Alexander
60f44c83df Add to release notes 2017-09-15 00:55:19 +03:00