2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2024-04-06 11:33:01 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: bump for x265 API change
Reported by Marc Baudoin
|
2024-03-03 13:46:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ImageMagick: update to 7.1.1.29.
7.1.1-29 - 2024-02-25
Merged
Enable new libheif chroma subsampling options. #7095
Commits
beta release 35bf3bc
respect base64 encoding @ ImageMagick/ImageMagick#7102 cd9b4bd
Append signature when possible. 477fda0
Code style changes. 7aa16ea
leverage darktable delegate if libraw is not available 3132d78
locate darktable 71bf5d4
capture stdout 9a09f84
free image info struct 4e37947
Call CoalesceImages inside the webp coder when the image dimensions are not \
the same to improve the patch that was made for #5542. bc11c2a
Added extra option (tiff:assume-alpha) that can be used to assume that a \
single extra sample is an alpha channel. b209bb5
cosmetic 92d5f8e
adjust browser spacing between buttons 4f65015
uncontrolled format string d20d38b
restore 2359440
Only write density values higher than zero in a jpeg file (#7120). 43fccd5
use radians macro 255a53c
more work on LCH colorspace eee1286
final corrections to LCH colorspace formula 78c2592
Silence warnings. 5f6704b
Removed NTGetLastError from the private header file because it is not \
exported. 908f39a
Return a different error code when the file could not be found on Windows to \
have the same behavior as on other platforms. 7f61c5a
Fix for appending pixels that don't have the sRGBColorspace. cfc71f0
release 0deac72
|
2024-02-19 13:54:58 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ImageMagick: update to 7.1.1.28.
Merged
fix misleading comment in dds.c #7075
Commits
beta release 868642e
Bump azure/azure-code-signing-action from 0.2.22 to 0.2.26 1aa50ea
updated link f69389a
eliminate extraneous EXIF comma c4b3e14
Do not leak memory when throwing in the constructor aa4afc5
escape { when writing MIFF images (ImageMagick/ImageMagick#7071) 97432f1
protect '{' in MIFF key/value pairs dd171d1
... 52c0001
set visible image artifac 2c6c09d
include version header be0f61a
Bump azure/azure-code-signing-action from 0.2.26 to 0.3.0 438b9ab
extent buffer by the maximum field size ce9b069
enable error diffusion for -posterize (ImageMagick/ImageMagick#7079) b103653
refactor posterize macro 122a1f6
improve posterize algorithm 92c93c3
refactor posterize pixel macro 114f958
eliminate compiler warning 79f137d
support setting the image registry 73e6f63
modify posterize algorithm (ImageMagick/ImageMagick#7079) 4b6843d
eliminate compiler warning 03af658
eliminate compiler warning e73215c
check for class recursion 5a549df
Raise warning instead of error when xmp profile can not be validated. 832aabf
Fixed running identify one dds files with a cubemap. e9702b4
Renamed method that skips the mipmaps. c317606
Corrected check for width and height when skipping the mipmaps. 59fa6fd
Set ttl to time when the image will expire instead of the duration that the \
image can be used. d3735ed
improve time-to-live formatting 12b1e53
Added HEIC_COMPUTE_NUMERIC_VERSION to make the version checks more readable. \
0c0f0a4
fix incorrect stroke opacity (ImageMagick/ImageMagick#7097) fab46a4
correct pixel offset validation method 3be0fa7
if resampling fails, replace with invalid pixel b0f6c05
Also allow invalid length where 8 was added to the header size. 5c7fbe3
release b206758
release 365d9b6
|
2024-01-28 14:17:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ImageMagick: update to 7.1.1.27.
7.1.1-27 - 2024-01-21
Merged
fix PKG_CONFIG_LIBDIR #7013
Commits
beta release 3042ca2
Use constImage instead. b449e0f
export an exception when functions do not include an enclosing parenthesis \
(ImageMagick/ImageMagick#4533) ea0ea9c
check maximum number of meta channels c099a19
fix compiler exception f76166c
deprecate InitializePixelCacheMap() and introduce ResetPixelCacheMap() 35ba540
prevent possible integer overflow 7ae3b4b
cosmetic 1db97cd
fix compiler exception c02ab48
eliminate compiler warning eaa6f6c
move check for excessive meta channels 2133d30
Corrected setting the quantum_type for the red channel that caused issues \
with multi spectral images. 906758c
fix scaling of {display-p3,pro-photo,adobe-98} colorspace \
(ImageMagick/ImageMagick#7038) 35e6851
adjust copyright year bc88c69
Corrected patch to fix reading multi spectral images. 9c64c66
release 0225ac4
|
2024-01-14 09:59:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ImageMagick: update to 7.1.1.26.
7.1.1-26 - 2024-01-07
Merged
Make Magick++-config work from non-standard places #7008
Fixed
Make Magick++-config work from non-standard places (#7008) #7007
Commits
beta release 15b1a5d
Improved name of installer artifacts 2d36d1a
Trim version to avoid trailing - 6c76d71
support -alpha remove-opaque option 0ce621f
Reverted incorrect patch. 3ee902d
reduce # threads for -alpha option 8876f13
-alpha deactivate-if-opaque disables the alpha channel if and only if its \
entirely opaque 66ef758
-alpha off-if-opaque turns off the alpha channel if its entirely opaque e9a68f0
slight optimization e6f0530
fix error: 'libraw_data_t' has no member named 'rawparams' 1294dac
thread tuning c29cf7f
Silenced warning. b8fd1e7
thread tunuing 80cb07d
optimize HDRI detection f8ba278
factor is a const argument 3e2879e
Fixed build on Windows. 0f0ccfd
Removed duplicate define. 79e742a
The CheckPSDChannels method should not check empty layers. e5162e6
Use consistent casing of method names. cbf79ad
Allow invalid webp files that incorrectly include the size of the header in \
the length. 99c9ee4
ImageMagick/ImageMagick#7006 8e1b405
cosmetic 9033dea
improve RSVG exception checking (ImageMagick/ImageMagick#7005) 802ffae
fix off-by-one issue for captions/labels (ImageMagick/ImageMagick#7004) e80133b
fix caption sizing issue (ImageMagick/ImageMagick#7004) 2d24367
correct off by one issue 90ac70a
correct usage a5dbba6
fix off-by-one error a12f6d1
release 83eefaf
|
2023-12-31 22:42:38 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
ImageMagick, p5-PerlMagick: update to 7.1.1.25
7.1.1-25 - 2023-12-30
Merged
When writing BMP to v3 or lower, ignore the ICC profile. #6979
configure.ac: fixup LFS check for autoconf-2.72 #6978
Commits
beta release 3e8b0fa
beta release 0930653
Correct flags for jpeg-xl build. 87f4a62
Include deflate in the security/oss-fuzz build. 26e6cf7
Include more features in the tiff build. 0d36830
check for version 0.20 instead f5329ad
Also include -ldeflate in the LIBS for the oss-fuzz build. a29b58c
Corrected oss-fuzz build. c02326b
display hidden image 1dfcae1
Start of moving the oss-fuzz files. b333c1a
cosmetic 1cec932
latest autoconf/automake 44ca83b
latest autoconf/automake update fd412d1
identify image time-to-live 6aac882
set errno if time-to-live exceeded a8a6a61
cosmetic c59b334
conditionally set errno to ESTALE 43a44ea
cosmetic 371c8da
Moved oss-fuzz files to a different folder. 75c72e1
Changes due to moving the oss-fuzz files. abc23f1
ensure video can be read from stdin (ImageMagick/ImageMagick#6980) 9a7e87a
ignore SyncBlob() status in CloseBlob() (ImageMagick/ImageMagick#6984) 30274e5
repo change ca392c7
update manifest d4298ea
release 054b98c
release 98e7513
7.1.1-24 - 2023-12-25
Merged
configure: drop backported ac_func_fseeko.m4 for autoconf-2.72 compat… #6970
Add Panasonic Raw v2 (RW2) as mime type #6967
Add Canon Raw v2 (CR2) as mime type #6968
Commits
beta release 9e5eb3a
... 22ca517
cosmetic 8d015de
Added extra check for rare case when ImageMagick is build without any \
delegates. 8d08f85
Corrected order to fix invalid matches. 935f2c2
b10 should also be moved. cf821b1
only fill the alpha channel for alpha floodfill ef87dfd
Make sure we use the lt_ methods like we do elsewhere. da099f2
support dng:max-raw-memory define (ImageMagick/ImageMagick#6922) 1b042b2
cosmetic 8365814
properly export YUV JP2 images (ImageMagick/ImageMagick#6943) 804e2b7
use : specifier 66a3868
correct display program name a0aca55
check for corrupt DJVU images \
(https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-wv9p-78jx-g7fv) \
f65eba2
support UTF-8 comments (ImageMagick/ImageMagick#6949) e46e2ef
do not prefix iTxt key with 'png:' 558e255
latest autoconf update 640af74
enhance sampling factor parser (ImageMagick/ImageMagick#6943) 4011e63
Corrected length check. 6c52fda
Bump actions/download-artifact from 3 to 4 ed5ac6d
Bump actions/upload-artifact from 3 to 4 be19e35
Bump github/codeql-action from 2 to 3 b85f143
Give artifacts a unique name. 1c229f2
Use different name for the installers. 0813103
Also include type in artifact name. 7d907ea
Swap order. 490e9ab
Switch to ubuntu 20.04 in the app-image build. 7f8aab2
Revert path filter. 94d5512
Corrected packages that need to be install due to ubuntu upgrade. 12ecacf
Removed duplicate if statement. 092b8fa
Bump actions/checkout from 3 to 4 854b3a4
Silence warning d1cd21c
improve accuracy of image statistics (ImageMagick/ImageMagick#6924) 1f241fd
fx calculations of skewness and kurtosis (ImageMagick/ImageMagick#6964) fffda83
Only write comments as itxt when the string contains non ansi chars. f21cd54
check if the string contains non-Latin1 characters a07eac1
Corrected patch to check for non-Latin1 characters. 73ad1b7
invalid JSON with -ping (ImageMagick/ImageMagick#6966) 7ccf6e8
throw exception if # of meta channels exceed max \
(https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-hx5j-pxvh-rj7r) \
9c85f8f
\
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-hx5j-pxvh-rj7r \
8284632
multiplication result converted to larger type c3bb6f6
invalid HTTPS certificates are no longer ignored \
(https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-3r24-6m6q-vxmr) \
62e67a2
multiplication result converted to larger type 0882713
eliminate compiler warning e88b9aa
don't include the index channel in the overall image statistics 4e1feed
multiplication result converted to larger type 91d8a32
release 1c14ca3
no member named 'rawparams' (ImageMagick/ImageMagick#6969) 57ff827
release 883eaa2
release 963f5fa
|
2023-12-30 15:24:29 by Amitai Schleier | Files touched by this commit (4) |
Log message:
{Image,p5-Perl}Magick: apply upstream fix for NetBSD test regressions.
|
2023-12-11 11:25:35 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
ImageMagick: update to 7.1.1.23
7.1.1.23
configure.ac: Fix bashism by @thesamesam in #6931
Fix zstd not being listed under GetMagickDelegates() by @valgur in #6934
7.1.1.22
Changed titles to subheadings by @kshitijaucharmal in #6834
Bump azure/azure-code-signing-action from 0.2.21 to 0.2.22 by @dependabot in \
#6862
|
2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: bump for openexr 3.2.1
|