wiredfool
|
f987d74695
|
More Py_ssize_t changes
|
2013-12-04 22:07:11 -08:00 |
|
wiredfool
|
28f22fc908
|
Return positive size for > 2gpx images, fixes #436
|
2013-12-04 20:59:33 -08:00 |
|
Alex Clark ☺
|
d71221d2c2
|
Merge pull request #432 from wiredfool/lcms-docs
Docs: replacing lcms1 with lcms2
|
2013-11-30 12:46:37 -08:00 |
|
Alex Clark
|
9b96aa4748
|
Add history
|
2013-11-30 15:44:20 -05:00 |
|
Alex Clark ☺
|
2c281dab88
|
Merge pull request #369 from wiredfool/tifftags
Save arbitrary tags in Tiff image files
|
2013-11-30 12:43:45 -08:00 |
|
wiredfool
|
6d9f349140
|
replacing lcms1 with lcms2
|
2013-11-30 10:06:21 -08:00 |
|
wiredfool
|
543f96de61
|
Merge from master
|
2013-11-30 09:57:00 -08:00 |
|
Alex Clark
|
0365344fe6
|
Add history
|
2013-11-29 19:07:47 -05:00 |
|
Alex Clark ☺
|
666b2ce9e0
|
Merge pull request #398 from tmccombs/escape
Quote filenames and title before using on command line
|
2013-11-29 16:07:12 -08:00 |
|
Alex Clark
|
613b824630
|
Add history
|
2013-11-29 19:03:12 -05:00 |
|
Alex Clark ☺
|
e269fc6755
|
Merge pull request #399 from tmccombs/double
Closes #397. Fixed Viewer.show to return properly.
|
2013-11-29 16:02:23 -08:00 |
|
Alex Clark
|
258e7fe841
|
Add history
|
2013-11-29 18:16:43 -05:00 |
|
Alex Clark ☺
|
07bdb286a8
|
Merge pull request #409 from wiredfool/plugin_doc
Docs: Noted import change for Image Plugins. Fixes #404, plugin not foun...
|
2013-11-29 15:16:06 -08:00 |
|
Alex Clark ☺
|
eebb8c2a97
|
Merge pull request #408 from wiredfool/convert_doc
Image.convert mode 1 documentation update.
|
2013-11-29 15:15:23 -08:00 |
|
Alex Clark
|
417af4f142
|
Add history
|
2013-11-29 18:08:53 -05:00 |
|
Alex Clark ☺
|
7be41975d9
|
Merge pull request #429 from cezarsa/master
Fixed memory leak saving images as webp when webpmux is available
|
2013-11-29 15:08:07 -08:00 |
|
Cezar Sa Espinola
|
2729401cc3
|
Fixed memory leak saving images as webp when webpmux is available
|
2013-11-29 14:33:57 -02:00 |
|
Alex Clark
|
e3ee9882ae
|
Add history
|
2013-11-28 08:26:52 -05:00 |
|
Alex Clark ☺
|
fa7f9aa6d5
|
Merge pull request #427 from stromnov/master
fix compiling with FreeType 2.5.1
|
2013-11-28 05:09:10 -08:00 |
|
Andrew Stromnov
|
c6040f618d
|
fix compiling with FreeType 2.5.1
|
2013-11-28 16:58:43 +04:00 |
|
wiredfool
|
d65a2c8018
|
Save the transparency header by default for PNGs
|
2013-11-26 15:06:26 -08:00 |
|
wiredfool
|
e06600d176
|
Docs: saving RGB+transparency works
|
2013-11-26 14:51:07 -08:00 |
|
wiredfool
|
0356741a29
|
Now using the rgbT2rgba conversion for L+transparency to RGBA, dropping the palette hack
|
2013-11-26 13:04:10 -08:00 |
|
wiredfool
|
c546c5a4c0
|
Added conversion for RGB+Transparency to RGBA that adds an alpha mask corresponding to the transparency value, fixes #421
|
2013-11-26 12:24:19 -08:00 |
|
wiredfool
|
e12528fb62
|
dyslexic typo
|
2013-11-26 12:22:09 -08:00 |
|
wiredfool
|
e60b871b92
|
whitespace
|
2013-11-26 12:21:50 -08:00 |
|
wiredfool
|
c6cfd02f8f
|
more consistent 4space indent
|
2013-11-25 16:25:06 -08:00 |
|
nikmolnar
|
d030b4f48a
|
Added a test for issue #421
|
2013-11-22 16:04:51 -08:00 |
|
wiredfool
|
c82bfd30cf
|
cleanup temp file
|
2013-11-21 22:15:34 -08:00 |
|
wiredfool
|
6bd51e053b
|
disabling bw compression test due to stderr pollution from libtiff
|
2013-11-21 22:14:29 -08:00 |
|
wiredfool
|
60c93ce1b1
|
Testing default pil implemented compressions with libtiff
|
2013-11-21 22:13:57 -08:00 |
|
wiredfool
|
94e3c75179
|
Merge from 12-bit-tiff
|
2013-11-21 21:41:54 -08:00 |
|
wiredfool
|
3d31bf394b
|
removing libtiff compression based decoder names
|
2013-11-21 21:10:17 -08:00 |
|
wiredfool
|
44e4d6b49d
|
Comments
|
2013-11-21 20:57:48 -08:00 |
|
wiredfool
|
019074670b
|
Test for 12bit image using libtiff
|
2013-11-21 20:37:52 -08:00 |
|
wiredfool
|
16c95fc295
|
Flags to force libtiff read/write
|
2013-11-21 20:37:52 -08:00 |
|
wiredfool
|
65e3bfaf33
|
added generic libtiff en/decoder instead of each compression version
|
2013-11-21 20:37:52 -08:00 |
|
wiredfool
|
42c17c5947
|
Removing unused, redundant compression variable. Actual compression setting is in the imagefiledirectory
|
2013-11-21 20:37:52 -08:00 |
|
wiredfool
|
9d06fa74be
|
12 bit tiffs come out as 12 bits from libtiff
|
2013-11-21 20:37:30 -08:00 |
|
wiredfool
|
1e41f2dad9
|
Skip ghostscript test when it's not executable
|
2013-11-21 14:32:18 -08:00 |
|
wiredfool
|
886b075526
|
Merge from master
|
2013-11-20 22:52:47 -08:00 |
|
wiredfool
|
661e3108f2
|
testing pyqt4 on travis
|
2013-11-20 22:44:00 -08:00 |
|
wiredfool
|
b0b7c1acb5
|
removed debugging prints
|
2013-11-20 22:43:39 -08:00 |
|
wiredfool
|
8550570187
|
Qt5 Documentation
|
2013-11-20 22:23:26 -08:00 |
|
wiredfool
|
dbecc1cb70
|
Fix for failing ImageQt with mode 'L' image
|
2013-11-20 22:20:13 -08:00 |
|
wiredfool
|
29fb4523d5
|
tests for imageqt4/5
|
2013-11-20 22:19:28 -08:00 |
|
Aurélien Ballier
|
938323bd2b
|
Add Qt5 support.
|
2013-11-20 21:34:33 -08:00 |
|
wiredfool
|
b47cecfe9f
|
Merge pull request #412 from MentalPower/master
Added a way to specify the render size for EPS files.
|
2013-11-20 20:17:44 -08:00 |
|
wiredfool
|
cc5e8f0f6d
|
Comments
Fixes #414
|
2013-11-20 17:03:46 -08:00 |
|
wiredfool
|
e4fe6ae7a3
|
Read only implementation of 12bit tiffs
|
2013-11-20 16:56:23 -08:00 |
|