Andrew Murray
|
9f54a11a9c
|
Improve efficiency when a radius is zero
|
2023-08-12 18:17:07 +10:00 |
|
Andrew Murray
|
c167d7a269
|
Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii
|
2023-08-12 12:09:20 +10:00 |
|
Hugo van Kemenade
|
95257dff87
|
Merge pull request #7299 from radarhere/pdf
|
2023-08-04 11:43:09 +03:00 |
|
Andrew Murray
|
c108d9ddb0
|
Set alpha channel when saving LA in OpenJPEG
|
2023-07-22 20:05:31 +10:00 |
|
Andrew Murray
|
577a4d8bf8
|
Change get_pixel to be specific to images with 2 bands
|
2023-07-21 21:08:20 +10:00 |
|
Andrew Murray
|
7ffad80294
|
Removed put_pixel
|
2023-07-21 20:59:28 +10:00 |
|
Hugo van Kemenade
|
0ac3677b56
|
Merge pull request #7199 from radarhere/tiff_close
|
2023-06-30 09:27:26 +03:00 |
|
Hugo van Kemenade
|
be4bfaac9e
|
Merge pull request #7123 from radarhere/apng
|
2023-06-30 09:24:20 +03:00 |
|
Andrew Murray
|
45c9dcf123
|
Restored 32-bit support
|
2023-06-27 14:43:58 +10:00 |
|
Hugo van Kemenade
|
190c53a1b1
|
Merge pull request #7228 from radarhere/32bit
Removed support for 32-bit
|
2023-06-24 19:02:00 +03:00 |
|
Andrew Murray
|
d6f19625e8
|
Removed support for 32-bit
|
2023-06-23 21:52:00 +10:00 |
|
Andrew Murray
|
17b19b5668
|
Merge branch 'main' into apng
|
2023-06-14 11:26:42 +10:00 |
|
Andrew Murray
|
68edbbca94
|
Merge branch 'main' into int_def
|
2023-06-14 09:11:41 +10:00 |
|
Hugo van Kemenade
|
c62c514299
|
Merge pull request #7187 from radarhere/putpalette
|
2023-06-13 20:10:33 +03:00 |
|
Hugo van Kemenade
|
9d08c8247d
|
Merge pull request #7180 from radarhere/int64
|
2023-06-13 20:08:26 +03:00 |
|
Andrew Murray
|
aeb6e9909e
|
Removed unused argument
|
2023-06-10 15:57:05 +10:00 |
|
Andrew Murray
|
748a4d0fcd
|
Removed unused variable
|
2023-06-10 14:26:28 +10:00 |
|
Andrew Murray
|
15edb6d625
|
Fixed signedness comparison warning
|
2023-06-07 22:33:55 +10:00 |
|
Andrew Murray
|
0835be95cb
|
Added comment
|
2023-06-05 15:07:11 +10:00 |
|
Andrew Murray
|
e45da2ae17
|
Do not close provided file handles with libtiff
|
2023-06-05 11:07:09 +10:00 |
|
Andrew Murray
|
07eccd9798
|
Fixed calling putpalette() on L and LA images before load()
|
2023-05-28 06:44:34 +10:00 |
|
Andrew Murray
|
b8719033ca
|
Removed unused INT64 definition
|
2023-05-23 22:53:16 +10:00 |
|
Yay295
|
f6b516bb06
|
Adjust C preprocessor block labels
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2023-05-19 08:11:39 -05:00 |
|
Yay295
|
724f266460
|
change INT16 def failure to an error
|
2023-05-18 17:49:13 -05:00 |
|
Yay295
|
9da0b58eea
|
move INT8 def to top
|
2023-05-18 17:49:13 -05:00 |
|
Yay295
|
fbec8f19dd
|
add check for C99+ to use their defs if possible
|
2023-05-18 17:49:13 -05:00 |
|
Yay295
|
c2527348ec
|
add comment explaining why #define and not typedef
|
2023-05-18 17:49:13 -05:00 |
|
Yay295
|
e9cfe4b6a2
|
label preprocessor if..else..endif for clarity
|
2023-05-18 17:49:13 -05:00 |
|
Yay295
|
6de5e999bd
|
add UINT64 def if INT64 is defined
|
2023-05-18 17:49:12 -05:00 |
|
Yay295
|
509671c53e
|
fix INT64 def and add warning if not set
|
2023-05-18 17:49:12 -05:00 |
|
Hugo van Kemenade
|
74a851965c
|
Merge pull request #7108 from radarhere/filter
|
2023-05-03 18:18:53 +03:00 |
|
Andrew Murray
|
ff003bfbcc
|
Added unpacker from I;16B to I;16
|
2023-04-30 14:49:40 +10:00 |
|
Andrew Murray
|
96bdbc4afe
|
Renamed variable
|
2023-04-29 19:11:02 +10:00 |
|
Andrew Murray
|
ebd3c47425
|
When saving, allow alpha differences to indicate different frames
|
2023-04-29 15:02:11 +10:00 |
|
Andrew Murray
|
d0b41da094
|
Support I mode for BuiltinFilter
|
2023-04-22 21:22:01 +10:00 |
|
Andrew Murray
|
57bbe6df2c
|
Remove use of deprecated "bpp" member
|
2023-04-16 23:16:01 +10:00 |
|
Andrew Murray
|
89d2cdfcfa
|
Fixed warning that nLeft is set but not used
|
2023-03-31 22:30:36 +11:00 |
|
Andrew Murray
|
f8be09612d
|
Merge pull request #6903 from joshware/jp2k_options
Support custom comments and PLT markers when saving JPEG2000 images
|
2023-03-29 23:43:54 +11:00 |
|
Andrew Murray
|
2f66d2d6a1
|
Changed maximum comment length to 65531
|
2023-03-29 19:25:35 +11:00 |
|
Andrew Murray
|
1fd189164c
|
Renamed "add_plt" to "plt"
|
2023-03-27 22:38:29 +11:00 |
|
Andrew Murray
|
d5d830dd00
|
Merge branch 'main' into bgr32
|
2023-03-25 23:45:48 +11:00 |
|
Andrew Murray
|
176b2a2000
|
Merge branch 'master' into jp2k_options
|
2023-03-23 08:57:20 +11:00 |
|
Andrew Murray
|
11d100ce5d
|
Support creating BGR;15, BGR;16 and BGR;24 images
|
2023-03-20 00:30:10 +11:00 |
|
Andrew Murray
|
9e6ae98362
|
Dropped support for BGR;32 mode
|
2023-03-13 17:31:12 +11:00 |
|
Andrew Murray
|
f8d93267e1
|
Merge branch 'main' into i16n
|
2023-03-13 14:33:26 +11:00 |
|
Andrew Murray
|
36ee817329
|
Merge branch 'main' into pdf
|
2023-03-12 23:31:26 +11:00 |
|
Andrew Murray
|
b84c29a035
|
Raise an error if co-ordinates are incorrectly ordered
|
2023-03-01 11:22:35 +11:00 |
|
Andrew Murray
|
b3af769c1a
|
Set alpha channel for OpenJPEG
|
2023-02-02 20:52:50 +11:00 |
|
Andrew Murray
|
04e8a9b3e7
|
Removed unnecessary code
|
2023-01-31 22:32:02 +11:00 |
|
Josh Ware
|
de43bc99c8
|
Added support for jpeg2000 comments and PLT marker segments
|
2023-01-19 11:37:14 +11:00 |
|