Hugo
|
53e5702557
|
Update http to https
|
2017-02-14 11:27:02 +02:00 |
|
wiredfool
|
9c4eafc188
|
Merge pull request #2382 from hugovk/test-effects
Test linear and radial gradient effects
|
2017-02-06 21:58:41 +00:00 |
|
hugovk
|
05aa252f9f
|
Tabs to spaces and add defensive brackets
|
2017-01-29 18:50:30 +02:00 |
|
Lukasz Kozuchowski
|
3ffcd9770c
|
BUG fix: '' in image mode no longer causes a crash
|
2017-01-29 07:20:44 +01:00 |
|
Hugo
|
e83479edf0
|
Merge pull request #2263 from wiredfool/tiff_bytesio
Fix for writing Tiff to BytesIO using libtiff
|
2016-12-09 11:04:41 +02:00 |
|
wiredfool
|
88c43b61b7
|
Fix for #2258, 2 bit palette images corrupted
|
2016-12-03 14:08:59 +00:00 |
|
wiredfool
|
b3f8b5fa7d
|
tabs->spaces
|
2016-12-03 14:07:49 +00:00 |
|
wiredfool
|
76b1eb242e
|
Fix for issue #2206
|
2016-11-23 06:14:06 -08:00 |
|
wiredfool
|
e43c91cf1c
|
Working 1 bit sun_rle raster file
|
2016-11-19 19:16:46 -08:00 |
|
wiredfool
|
5df2851f85
|
Fixed literal expansion, allowed run length > line length
|
2016-11-19 17:39:30 -08:00 |
|
Alexander Karpinsky
|
5a359fbf28
|
Fix coefficients calculation (#2162)
Fix coefficients calculation
* test for regression
* detailed comments what is going on
prevent setting the `k[-1]` item
* more readable
|
2016-10-17 01:31:45 -07:00 |
|
wiredfool
|
1a43da7a8b
|
Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity
|
2016-10-03 07:27:02 -07:00 |
|
wiredfool
|
c0d2d2a912
|
whitespace: mixed 8ch tabs + spaces -> spaces
|
2016-10-03 07:27:02 -07:00 |
|
wiredfool
|
5d8a0be45a
|
Memory error in Storage.c when accepting negative image size arguments
|
2016-10-03 07:27:02 -07:00 |
|
Andrew Murray
|
4c28926da3
|
Fixed typos
|
2016-10-02 21:31:53 +11:00 |
|
wiredfool
|
69ee1e35b8
|
Merge pull request #2015 from uploadcare/paste-speedup
Speedup paste with masks up to 80%
|
2016-09-22 10:10:56 +01:00 |
|
wiredfool
|
9c4c16df75
|
Merge pull request #2068 from Mischanix/dxtc
Move DDS decoders to C, add DXT3, BC7 Decoders
|
2016-09-22 10:04:23 +01:00 |
|
homm
|
30a5f1a0d0
|
fix blend macros
|
2016-09-19 03:12:20 +03:00 |
|
homm
|
003a7523df
|
speedup paste with masks
|
2016-09-19 03:12:20 +03:00 |
|
homm
|
08edf70321
|
paste.c formatting
|
2016-09-19 03:12:20 +03:00 |
|
Andrew Murray
|
572a3d970c
|
Removed whitespace from blank lines
|
2016-09-03 12:23:42 +10:00 |
|
Andrew Murray
|
00cb14afd7
|
Removed trailing whitespace
|
2016-09-03 12:19:04 +10:00 |
|
Andrew Murray
|
5c59603fcf
|
Fixed typos
|
2016-08-31 20:12:07 +10:00 |
|
Robert Nix
|
2be760ca79
|
Add support for BC7 to DdsImagePlugin
|
2016-08-26 02:26:03 -05:00 |
|
Robert Nix
|
b46804ea27
|
Add support for DXT3 to DdsImagePlugin
|
2016-08-25 20:12:44 -05:00 |
|
Robert Nix
|
18a91cebcf
|
Move DDS decoders to C
- Fixed inaccurate BC1/BC3 texture decoding
|
2016-08-25 19:27:48 -05:00 |
|
wiredfool
|
39227ff33c
|
Merge pull request #2091 from wiredfool/pr_2008
Resampling lookups, trailing empty coefficients, precision
|
2016-08-25 12:58:36 +01:00 |
|
Andrew Murray
|
e0612ab14f
|
Fixed typo
|
2016-08-25 21:43:31 +10:00 |
|
wiredfool
|
35068e35d1
|
Merge pull request #2057 from arjennienhuis/RGBa
Add (un)packing between RGBA and BGRa
|
2016-08-25 12:31:23 +01:00 |
|
homm
|
5c0eb2c365
|
normalize coefficients in normalize_coeffs_8bpc
increase precision of negative filter lobes. Add test
|
2016-08-25 04:11:02 -07:00 |
|
homm
|
788810f313
|
ImagingPrecompute → precompute_coeffs
|
2016-08-25 04:11:02 -07:00 |
|
homm
|
7d3db1f02a
|
truncate zero coefficients
|
2016-08-25 04:11:02 -07:00 |
|
homm
|
62388199fa
|
use lookups table instead of two conditions for each channel
|
2016-08-25 04:11:02 -07:00 |
|
wiredfool
|
5d2667efda
|
Merge pull request #2022 from uploadcare/rotation-pixel-center
Respect pixel centers during transform
|
2016-08-25 11:40:09 +01:00 |
|
Andrew Murray
|
aad079a669
|
Fixed typos
|
2016-08-14 16:44:56 +10:00 |
|
Arjen Nienhuis
|
299713313a
|
Fixed whitespace issue
|
2016-08-08 00:09:55 +02:00 |
|
Arjen Nienhuis
|
916ea94052
|
Add packing from RGBA to BGRa
|
2016-08-07 15:34:45 +02:00 |
|
homm
|
993e49c0be
|
Merge branch 'master' into rotation-pixel-center
|
2016-08-07 13:47:16 +03:00 |
|
Arjen Nienhuis
|
2ecbcce415
|
add unpacking from BRGa
|
2016-08-07 13:32:19 +03:00 |
|
homm
|
87b20389d8
|
fix any errors
|
2016-07-28 05:30:27 +03:00 |
|
homm
|
978c37d699
|
add tests for different PCX encoding cases
|
2016-07-28 05:29:24 +03:00 |
|
homm
|
f8912a73e0
|
code style
|
2016-07-27 14:41:04 +03:00 |
|
homm
|
1321713688
|
repeat all affine tests with PERSPECTIVE
|
2016-07-11 00:26:12 +03:00 |
|
homm
|
5232361718
|
fix errors with pixel center coordinates
|
2016-07-10 14:16:14 +03:00 |
|
homm
|
1ba4e9e5ba
|
remove end of file banner from all files
|
2016-07-10 14:11:28 +03:00 |
|
homm
|
66715246c1
|
remove mitchell filter. Has no advantages over bicubic
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
a67e5453d5
|
add tests, fix errors )
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
c3d702538d
|
add BOX, HAMMING, MITCHELL filters to resample.c
|
2016-07-02 01:54:39 +03:00 |
|
homm
|
0e9beed76d
|
add constants for filters: BOX, HAMMING, MITCHELL
rearrange filters everywhere
|
2016-07-02 01:54:39 +03:00 |
|
Andrew Murray
|
ebf2121338
|
Removed trailing whitespace
|
2016-07-01 22:05:18 +10:00 |
|