homm
|
591fc67aae
|
micro optimizations
|
2014-10-12 22:40:31 +04:00 |
|
homm
|
92635d0624
|
8bit
|
2014-10-12 22:26:00 +04:00 |
|
homm
|
e95382eb08
|
integer implementation for float radius
|
2014-10-12 20:30:46 +04:00 |
|
homm
|
f3af171dc4
|
fix round compensation
|
2014-10-12 20:09:28 +04:00 |
|
homm
|
f711ab3eb6
|
float radius
|
2014-10-12 20:01:49 +04:00 |
|
homm
|
23068e49be
|
allow float radius (without implementation)
|
2014-10-12 19:24:38 +04:00 |
|
homm
|
b7b3c719fa
|
blur in both directions
|
2014-10-12 17:59:20 +04:00 |
|
homm
|
cc9eff5c68
|
fast realization with moving window.
linear speed against any radius
|
2014-10-12 17:47:00 +04:00 |
|
homm
|
a6937d84d8
|
first Horizontal Blur for 32
|
2014-10-12 17:11:24 +04:00 |
|
homm
|
d49459f5b2
|
box blur dummy
|
2014-10-12 16:30:00 +04:00 |
|
wiredfool
|
d64b2376bc
|
Memory Leak: Freeing malloc'd memory in Jpeg Encode
|
2014-09-24 15:46:24 -07:00 |
|
wiredfool
|
00addab5e4
|
Real fix for PR #915, keep track of the qtables length
|
2014-09-23 09:23:55 -07:00 |
|
Christoph Gohlke
|
b23c57e12a
|
Fix segfault in TestFileJpeg.test_quality_keep on win-amd64
|
2014-09-22 14:39:08 -07:00 |
|
Christoph Gohlke
|
f3e3af6686
|
Fix msvc build error
|
2014-09-21 16:48:35 -07:00 |
|
Josh Ware
|
94194ed248
|
Cleaning up.
Reduced memory limit to 1GB
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
dd221d9ec0
|
Don't Py_DECREF context->quality_layers if there is no encoder
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
e4e1f5c2d4
|
More testing...
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
9ccc930784
|
Looking for cleanup segfault
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
7407371deb
|
NULLing pointers on cleanup
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
caa95a26b2
|
Added memory leak fix and testing for Encoder
|
2014-09-12 22:09:27 -07:00 |
|
Josh Ware
|
b78e5444f4
|
Prevent multiple calls to ImagingIncrementalCodecDestroy
|
2014-09-12 22:09:27 -07:00 |
|
Kenny Ostrom
|
d5b4f136c5
|
added ifd offset to the tiff decoder args, call TIFFSetSubDirectory
|
2014-09-02 15:20:25 -07:00 |
|
hugovk
|
3a9612af50
|
Test mandelbrot with bad arguments
|
2014-09-02 16:39:35 +03:00 |
|
hugovk
|
bcc5305125
|
Add access functions for ImagingEffectSpread with a test
|
2014-09-02 15:53:58 +03:00 |
|
hugovk
|
8c96d38ce9
|
Add access functions for ImagingEffectMandelbrot with a test
|
2014-09-02 15:14:00 +03:00 |
|
hugovk
|
76ef83263b
|
Remove unreachable and never completed Perlin turbulence code
|
2014-09-02 14:47:34 +03:00 |
|
hugovk
|
860e67e1c4
|
Add access functions for ImagingEffectNoise with a test
|
2014-09-02 14:11:08 +03:00 |
|
wiredfool
|
9d00686f53
|
backup implementation of Round for windows platforms
|
2014-08-24 16:37:54 -07:00 |
|
wiredfool
|
023ec0a2fc
|
Incorrect type -- fails on OSX
|
2014-07-25 10:32:55 -07:00 |
|
wiredfool
|
0bb1cd398f
|
Conversion between RGB and HSV images
|
2014-07-22 16:10:02 -07:00 |
|
wiredfool
|
625ff24358
|
Storage, packing and access for HSV format images
|
2014-07-22 16:09:22 -07:00 |
|
wiredfool
|
1008d6a993
|
Windows compatibility
|
2014-07-05 15:06:17 -07:00 |
|
wiredfool
|
b7f56409eb
|
Multiplication needs to be 64bit, to handle overflow regardless of the bittedness of the machine, fixes #771#
|
2014-07-05 14:30:34 -07:00 |
|
Alex Clark ☺
|
b2ed31e8cd
|
Merge pull request #737 from wiredfool/terseus_imagedraw
Merged Imagedraw rewrite
|
2014-07-01 14:15:11 -04:00 |
|
wiredfool
|
98a4991762
|
Using local block rather than array literal
|
2014-07-01 10:20:15 -07:00 |
|
wiredfool
|
a10b91786a
|
Fix compilation errors with C90 standard
|
2014-07-01 10:05:38 -07:00 |
|
cgohlke
|
767182a56f
|
ENH: enable inline functions by default
|
2014-06-30 15:26:41 -07:00 |
|
wiredfool
|
3bf375c5f7
|
Merge branch 'master' into terseus_imagedraw
|
2014-06-30 14:24:59 -07:00 |
|
wiredfool
|
50bbb5e0c5
|
Removed unused function
|
2014-06-30 14:12:30 -07:00 |
|
David Joy
|
b147dea535
|
Add tests and fix a 16bit vs 32bit integer bug
Yay unit tests!
|
2014-06-25 14:06:56 -04:00 |
|
David Joy
|
479693417f
|
Merge the rest of the patches
Now it actually works and passes the test suite
|
2014-06-25 11:42:06 -04:00 |
|
David Joy
|
433ec1c219
|
Clean commit of 16-bit monochrome JPEK2000 support
|
2014-06-25 11:13:33 -04:00 |
|
Hugo
|
9f0b688952
|
Merge pull request #725 from cgohlke/patch-2
Fix msvc warning: 'inline' : macro redefinition
|
2014-06-25 10:47:47 +03:00 |
|
cgohlke
|
e79f996a45
|
Fix test_imagedraw failures
|
2014-06-25 00:07:07 -07:00 |
|
cgohlke
|
b593ff06ad
|
Fix msvc warning: 'inline' : macro redefinition
|
2014-06-24 22:23:17 -07:00 |
|
wiredfool
|
a990af1b97
|
Merge from master
|
2014-06-24 16:48:38 -07:00 |
|
Alex Clark ☺
|
a126844135
|
Merge pull request #681 from wiredfool/openjpeg_21
OpenJpeg 2.1
|
2014-06-22 15:39:32 -04:00 |
|
wiredfool
|
05d8cb5b8f
|
Don't carve out exceptions for py2.4 compilers anymore
|
2014-06-18 16:08:50 -07:00 |
|
wiredfool
|
a8e02e093a
|
We don't need unistd.h anymore on unix platforms either
|
2014-06-18 16:08:16 -07:00 |
|
James Anderson
|
5ceb3ca875
|
Issue #697. On MSVC 2012 builds <unistd.h> is not required.
|
2014-06-18 15:54:21 -07:00 |
|