summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-03pending releaseCristy
2021-01-03ProPhoto is an sRGB compaitible colorspaceCristy
2021-01-03...Cristy
2021-01-03adjust default width/height resource limit for 32-bit systemsCristy
2021-01-02check for overflowCristy
2021-01-02use LONG_MIN define rather than SSIZE_MAXCristy
2021-01-02...Cristy
2021-01-02cosmeticCristy
2021-01-02[OSS-Fuzz] Build fuzzers faster and resolve compiler warnings (#3064)Paul Kehrer
* use lld instead of GNU ld for linking the fuzzers The fuzzers link a huge number of symbols (each fuzzer is ~43MB as of this writing) and GNU ld is wildly slower at this. This change lowers the build time for all fuzzers by 50% on a 22 core machine. * == is not a valid comparison for char * in C This worked anyway since the compiler unified the macro and the string literal so it compared two identical addresses, but we should do the comparison correctly.
2021-01-02...Cristy
2021-01-02...Cristy
2021-01-02cosmeticCristy
2021-01-02...Cristy
2021-01-02pending releaseCristy
2021-01-02https://github.com/ImageMagick/ImageMagick/discussions/3063Cristy
2021-01-01...Cristy
2021-01-01set mime type implicitedly rather than explicitedlyCristy
2021-01-01Cygwin build not longer failsCristy
2021-01-01update to latest documentation and update copyright yearCristy
2021-01-01revertCristy
2021-01-01Fixed possible deadlock when the process is waiting for ImageMagick to read ↵Dirk Lemstra
the console output.
2021-01-01...Cristy
2021-01-01Added trim:edges define to replace trim:vertical and trim:horizontal (Thanks ↵Dirk Lemstra
Fred).
2021-01-01Minor refactor.Dirk Lemstra
2020-12-31add x-icon as mime typeCristy
2020-12-31https://github.com/ImageMagick/ImageMagick/discussions/3055Cristy
2020-12-31...Cristy
2020-12-31...Cristy
2020-12-31...Cristy
2020-12-30...Cristy
2020-12-30...Cristy
2020-12-30...Cristy
2020-12-30...Cristy
2020-12-30...Cristy
2020-12-30eliminate compiler error under CygwinCristy
2020-12-30Added option to only do a vertical or horizontal trim.Dirk Lemstra
2020-12-30...Cristy
2020-12-30Added extra check to make sure the path doesn't already start with \\?\.Dirk Lemstra
2020-12-30Silence compiler warning.Dirk Lemstra
2020-12-30Added webp:near-lossless option.Dirk Lemstra
2020-12-30Added extra method to make setting the options less noisy.Dirk Lemstra
2020-12-29...Cristy
2020-12-29...Cristy
2020-12-29check build statusCristy
2020-12-29prevent possible memory leakCristy
2020-12-28validate pixel cache rangeCristy
2020-12-28disable jpeg-xl in the static build unless ImageMagick is build without the ↵Cristy
utilities
2020-12-29Disable jpeg-xl in the static build unless ImageMagick is build without the ↵Dirk Lemstra
utilities.
2020-12-28...Cristy
2020-12-28...Cristy