Path to this page:
./
graphics/ImageMagick,
Package for display and non-interactive manipulation of images
Branch: CURRENT,
Version: 7.1.1.12,
Package name: ImageMagick-7.1.1.12,
Maintainer: adamImageMagick TM, is a package for display and manipulation
of images for the X Window System. It is written in C and interfaces
to the X library, and therefore does not require any proprietary
toolkit in order to compile. Although the software is copyrighted, it
is available for free and can be redistributed without fee.
The ImageMagick image display program can display an image on any
workstation screen running an X server. It can read and write many of
the more popular image formats including JPEG, TIFF, PNM, GIF, and
Photo CD. In addition you can interactively resize, rotate, sharpen,
color reduce, or add special effects to an image and save your
completed work in the same or differing image format.
Required to run:[
textproc/libxml2] [
print/ghostscript] [
graphics/tiff] [
graphics/freetype2] [
graphics/png] [
graphics/jpeg] [
fonts/fontconfig] [
math/fftw] [
devel/libltdl] [
graphics/liblqr] [
graphics/openjpeg] [
graphics/lcms2] [
graphics/libwebp] [
devel/pkgconf]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Package options: doc, heif, jp2, liblqr, tiff, x11
Master sites:
Filesize: 9958.238 KB
Version history: (Expand)
- (2023-07-06) Updated to version: ImageMagick-7.1.1.12
- (2023-06-06) Updated to version: ImageMagick-7.1.1.11
- (2023-06-06) Updated to version: ImageMagick-7.1.1.10nb2
- (2023-05-28) Updated to version: ImageMagick-7.1.1.10nb1
- (2023-05-21) Updated to version: ImageMagick-7.1.1.10
- (2023-05-07) Updated to version: ImageMagick-7.1.1.8nb1
CVS history: (Expand)
2023-07-18 20:19:24 by Nia Alarie | Files touched by this commit (17) |
Log message:
graphics: Adapt packages to USE_(CC|CXX)_FEATURES
|
2023-07-06 11:45:33 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
ImageMagick: update to 7.1.1.12.
Merged
Add support for DXGI_FORMAT_R10G10B10A2_UNORM #6423
Commits
beta release 3c43475
default colorspaces are xyY and HSB f45cb56
Check for _MSC_VER instead. cd00c90
Changed options for heif build. 3f9df4f
check geometry boundaries a6f4445
eliminate unintialized value 1a9bd29
multi-picture support (future) 81c214c
reject invalid BMP image @ ImageMagick/ImageMagick#6393 cd6b437
support -define ptif:pyramid define 3030b16
eliminate OMP error (ImageMagick/ImageMagick#6399) 6afa456
separate all channels, not just one marked for update \
(#ImageMagick/ImageMagick#6400) f6673cb
cosmetic 360fba4
cosmetic c29baa2
move OMP guard inside conditional 82c7014
Fixed build. 8926ea9
latest CSS 195a191
check the precision of the alpha channel d04a472
support the MPO image format 46985ca
Fixed build on Windows. 905b2d2
support JPEG alt signature 593902e
eliminate ANSI compiler warning 12792bf
There is no need to also code WebPEncode when WebPAnimEncoderAdd is used \
(#6415). f3ea247
ImageMagick/ImageMagick#6422 efc1c0e
update Linux built documentation 2cc67c3
Improved check when setting mem->max_memory_to_use. 1242ca5
Use the correct macro instead. a11148a
Turns out we already get the include from studio.h. 3f6161b
Added missing check to test if the blob could be opened (#6429) 9fbd8f8
Added extra flag for xz build. 49b8727
Patches for upcoming breaking changes in the jxl library. 9db502e
Disable the jpeg encoder and decoder of libheif to work around linking \
issues in the oss-fuzz build. b3f8ed7
release a09d8dd
|
2023-06-06 12:58:29 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
ImageMagick, p5-PerlMagick: update to 7.1.11
7.1.1-11 - 2023-05-29
Merged
Optimize image and vector files to minimize filesizes and page loads #6352
Fixed
Swap order to fix #6347. #6347
Commits
beta release 375e71b
list compression options dc491e2
cosmetic 069ac80
build failure with --without-threads option 4ea685b
ensure mutex is initialized 4553068
cosmetic b7c1554
costmetic 013d523
eliminate compiler exception e771f13
eliminate compiler exception bb3d969
Fixed the calculation of the clut_size to resolve the issue reported in: \
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-xfwq-qg5m-83xr. \
fac0ea8
cosmetic fd09cf9
make sure count is not equal to zero when reading TIFF fields bea09ba
check colorspace before setting primaries fd736b6
eliminate compiler exception e549f31
Revert back to earlier version. 241ceb0
Rename defines. ddb6b02
Added missing define and corrected MAGICKCORE_DPC_SUPPORT checks. 3f81630
Refactor code to silence warnings. af284ad
Use num_threads instead because the number of threads is not related to \
images. 442144c
Silence warning when threading is disabled. 8d0daa2
Added support for reading grayscale images. cffd9de
cosmetic bf6c895
cosmetic 54eeadf
cosmetic 0bede66
prevent possible integer overflow f04a7eb
release 11ffa6e
|
2023-06-06 10:02:15 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bump for math/imath shlib version change
|
2023-05-28 19:04:38 by Thomas Klausner | Files touched by this commit (66) |
Log message:
*: recursive bump for imath shared library major version bump
|
2023-05-21 21:20:23 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
ImageMagick, p5-PerlMagick: update to 7.1.1.10
7.1.1-10 - 2023-05-21
Commits
beta release e31343f
carefully crafted image files (TIM2, JPEG) no longer overflow buffer nor use \
heap after free (thanks to Juzhi Lu, Zhen Zhou, Likang Luo of NSFOCUS Security \
Team) 1061db7
cosmetic bbf3966
Tweaks to devcontainer to also make it possible to run it locally dfb0b6e
Switch to regular Ubuntu image instead. b1ea9fe
Make sure options are properly quoted to resolve the issue reported in \
#6338. d31c80d
Mark argument as unused. 43e2cb6
possible RCE vulnerability (ImageMagick/ImageMagick#6339) 17c4859
properly cast double to size_t (ImageMagick/ImageMagick#6341) 3d6d98d
cosmetic 8ce0403
Fixed MSYS2 build error. f9c9da1
Forgot to save file before commit. 7566fdd
Reverted the patch of ImageMagick/ImageMagick#6339. 99b72d8
add caution when enabling pipe support 1ff6dd4
eliminate compiler warning 4873197
do not initialize structures on stack 7c7d2fd
Use memset to initialize structures. 68148d5
incompatible function pointer types passing (ImageMagick/ImageMagick#6347) \
2fbf938
Fixed Windows build. 3b5d986
release fa1d7e6
7.1.1-9 - 2023-05-14
Merged
Add support for Oklab #6309
Commits
beta release 0bb7454
Code cleanup of the fuzzers and silence warnings. d636ff4
update autoconf configuration file 699085f
framework for magick cache repository coder 46fe429
support digital media repository 0a439ab
check for NaN values c5762cc
alpha release of the digital media repository coder 1b82a1d
eliminate memory leak 514070c
bump minimum MagickCache version 6f00ac4
get the width of the main channel d4ac19b
Use autoreconf -fiv instead. fb1e259
support meta resource type be401fb
The libheif project switched to cmake. 6b76461
account for # channels in image 402c32d
Try to add libde265 to the linking to fix the fuzz build. 7410474
ensure blob and meta resource type can make a round trip 3797114
only clone resource image, not blob or meta 7a63f55
Revert changes. f8feb2e
Corrected linker flags. 3a1ce45
No longer use HOST_FILLORDER but force the user to specify it when they \
don't want LSB byte order (#6300). 937d3dd
Tiny optimization. ac48d89
Code style changes. 783a78f
log gamma 0cf104a
rename Oklab to OkLab eb44114
revert afb52e3
cosmetic d35b2ab
don't default grayscale to paletted for PNG (ImageMagick/ImageMagick#6314) \
ac5f29e
release 776a88d
|
2023-05-07 14:33:49 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bumpf ro math/imath shlib bump
|
2023-04-23 11:03:26 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
ImageMagick: update to 7.1.1.8.
7.1.1-8 - 2023-04-22
Fixed
Added checks to make sure all bytes were read to resolve #6267. #6267
Commits
beta release 35ec38f
Treat warnings as errors in the MacOS build and enabled more warnings for \
that build. 02b2aa6
Corrected compare. 35505ca
Not longer export methods that are not used in other parts of the library. \
01251e5
No longer call ParseMetaGeometry twice when we don't add a thumbnail. 6a94dd8
Fix typo that caused a division by zero in #6263. 78347b5
don't reduct 3 to 1 channel gray if meta channels are present a8f6186
The depth must be specified when reading a map image. 2d6e2e9
validate pixel offset 90e067c
validate pixel offset d92cb0e
release 920f792
7.1.1-7 - 2023-04-16
Merged
PixelChannel: Add invalid channel field #6230
Commits
beta release 3bd5ce1
account for extra samples 9a9896f
The quantum extent should also including the pad. b019133
Another improvement of calculating the size of the extent. 3151fd8
The padding is per pixel. dc0556c
Cosmetic. ad36935
Use the new API when available. 8b12fc1
don't cut off letters (ImageMagick/ImageMagick#6221) fcf2674
Moved static declaration. 8eaadcf
Removed unused lt_dlexit define. d454d11
Removed unused NTSetSearchPath method. 43ea02a
Windows doesn't need a call to lt_dlinit. 48e9207
There is no need to call WSAStartup because we will always have version 2.2 \
on the supported platforms. 24990f7
Moved linking of lib inside other check. b13fabd
More cleanup of header files. d048972
Silence warnings for when the distribute-cache is not supported. 13841a1
support --enable-dpc configure option fc7bb1d
Fixed build error. 178f677
theoretically a more intuitive brighness contrast algorithm \
(ImageMagick/ImageMagick#6079) cdc73fb
revert format hint (ImageMagick/ImageMagick#6242) 9e1492e
Use the new MAGICKCORE_DPC_SUPPORT flag. 7c8a486
Removed define that always had the same value. 8e5fbea
We only need to link ws2_32.lib on Windows when we have enabled DPC support. \
1c4f052
identify correct format ef12f38
Restored the call to WSAStartup because we do need to do this when we use \
winsock2. 1bc9391
Correct define check. 610a8a5
Corrected checks that determine if we actually are able to support dpc. 70cd76b
revert 723b63a
correct slope/intercept 405c61a
correct intercept b29bcd9
eliminate compiler warnings (ImageMagick/ImageMagick#6230) fba0e38
cosmetic 1fe2162
eliminate compiler warning 3b84c79
release e4b3733
beta release 3b5b4a1
if the image type is explicit, use the file extension if possible \
(ImageMagick/ImageMagick#6242) 67aa0ed
Removed unused return value. 0d5e3a0
Use version number instead. 1bc3bdc
Silence warning by casting to size_t instead where negative values will \
overflow in a large value. 8def9df
Silenced warnings. 7285688
Silenced warnings. 864e6db
Added missing break. 58b6568
Moved devcontainer into security folder. 386f3b8
Reverted patch and silenced warning. 4602557
Added name to the container. f9b5142
Added missing break. 9754705
Silenced MagickCore warnings. 427e443
Silenced coders warnings. 8f78bf4
Corrected devcontainer name. ecc72e5
Unreference in else statement instead. 69da709
Removed unused argument. 890b4c7
Removed unused return values. 1309276
Only define GetICCProperty when build with LCMS delegate. bacfcad
Silenced warning. a489b2a
Silenced warnings in MagickWand. bf1e065
Added devcontainer for local development. 18fd137
Use define because the fallthrough attribute is only supported by gcc. 312aaf9
Added Dockerfile to the editorconfig. 38ecac1
Use different notation to fix the macos build. 35152a1
Added devcontainer that uses the clang compiler. fc6f751
Changed build to treat all warnings as errors and check for more warnings. \
2a003f8
Silenced warning. f85c832
Change code to make it compile with -Wall -Wextra -Werror b164646
Silenced warning. cdba683
Ignore unused-function and builtin-declaration-mismatch warnings to work \
around autoconf issues. f311596
Clang needs different flags to fix the build. 3e49a05
Also build with clang in the daily build. 717d8d7
Include compiler in the title. 50b4062
Silence warnings that occur when freetype is enabled. 3f9cfbd
Silenced more warnings. 7c809d7
Silence the warning differently. feaa675
elimiate compiler warnings f49eeca
eliminate compiler warnings c40db4e
eliminate compiler warnings 9d85754
eliminate compiler warning 7157e1a
expand channel map by 1 cc97c3a
initialize max channels + 1 bdd4599
add additional checks for casting double to size_t f7b5682
cosmetic 77f6713
identify z component of chromaticity fecfed4
Refactor code to make it more readable. 9783994
Corrected compare. c13cada
Also skip writing the exif/tiff resolution properties when the pHYs chunk is \
written. d4f233b
improved range checking 4daec2d
cosmetic. 8066117
Removed unused return value. d3cf508
consistent method to check for alpha channel 242e940
Correct comment. 43aa790
Added method to update the density and orientation in the xmp profile. fc4f67b
Corrected value for tiff:ResolutionUnit. c9f17dc
Cosmetic. 589856f
Removed debug printf statement... fecd253
round crop width properly adda986
Install more dependencies for the macOS build. 4a52f67
Silence warning. 30f3676
release 21d049b
|