161 Commits

Author SHA1 Message Date
Dirk Lemstra 2abe65b018 Use the new license url. 2026-01-11 10:16:12 +01:00
Dirk Lemstra b561299c7f Use CastDoubleToSizeT to make sure we avoid invalid values when casting from a double. 2025-04-02 17:43:59 +02:00
Dirk Lemstra fd418ddc44 .Renamed CastDoubleToUnsigned to CastDoubleToSizeT 2025-04-01 22:34:12 +02:00
Cristy 2622d08c11 avoid text truncation for captions (https://github.com/ImageMagick/ImageMagick/issues/7304) 2024-05-12 13:28:41 -04:00
Cristy a12f6d128f fix off-by-one error 2024-01-07 08:46:41 -05:00
Cristy 90ac70a9b7 correct off by one issue 2024-01-06 17:50:13 -05:00
Cristy 2d24367dc9 fix caption sizing issue (https://github.com/ImageMagick/ImageMagick/issues/7004) 2024-01-06 10:12:50 -05:00
Cristy e80133bc76 fix off-by-one issue for captions/labels (https://github.com/ImageMagick/ImageMagick/issues/7004) 2024-01-06 09:09:01 -05:00
Cristy 9147b17c38 allow writing of JSON images 2023-09-04 10:42:54 -04:00
Cristy 3d6d98d8a2 properly cast double to size_t (https://github.com/ImageMagick/ImageMagick/issues/6341) 2023-05-17 21:06:15 -04:00
Cristy fcf267433c don't cut off letters (https://github.com/ImageMagick/ImageMagick/issues/6221) 2023-04-06 18:56:36 -04:00
Cristy 7ba3a8a16a enable left bearing offset for undefined and west gravities 2023-03-23 20:38:00 -04:00
Cristy bb82582f1e offset to x1 for west gravity (#https://github.com/ImageMagick/ImageMagick/issues/6163) 2023-03-18 22:15:58 -04:00
Cristy 88759f150b label not centered with gravity (https://github.com/ImageMagick/ImageMagick/issues/5834) 2022-11-30 22:44:59 -05:00
Cristy b2eaec1359 optimize logging 2022-04-29 21:51:24 -04:00
Cristy 7ba113a0d2 improve/optimize logging 2022-04-24 11:17:42 -04:00
Dirk Lemstra 3ddbe16bbe Changed copyright headers. 2022-02-13 12:59:31 +01:00
Cristy 22694f60ae revert optimization 2021-10-24 05:52:59 -04:00
Dirk Lemstra f5c3396e26 Revert adjustment of the y1 value (#4405). 2021-10-24 07:25:22 +02:00
Cristy 753f39fef6 slight performance optimization 2021-10-23 18:54:13 -04:00
Dirk Lemstra e90b163f2f Removed gravity check. 2021-10-17 21:14:10 +02:00
Dirk Lemstra 5a3371fe6f Fixed check of the boundaries when both the with and height of the image are defined. 2021-10-17 20:41:02 +02:00
Dirk Lemstra 4c8c7c6896 Removed else statement. 2021-10-17 19:56:26 +02:00
Dirk Lemstra c2207f9012 Use while instead. 2021-10-17 19:26:49 +02:00
Dirk Lemstra 031a8533dd Added new option called caption:start-pointsize that will allow setting the starting pointsize when trying to find the best font size. 2021-10-17 19:23:42 +02:00
Dirk Lemstra f8cb770e50 Optimization for the low point size when the width and height of the image are fixed. 2021-10-17 19:04:19 +02:00
Cristy 3fc5106261 don't adjust metrics if gravity is undefined 2021-10-06 13:55:45 -04:00
Cristy 494c960c81 https://github.com/ImageMagick/ImageMagick/discussions/4311 2021-10-03 19:14:35 -04:00
Cristy 75be18b28a cosmetic 2021-10-02 17:04:17 -04:00
Cristy 8dbdb9866e cosmetic 2021-10-02 06:41:45 -04:00
Dirk Lemstra ebaee9ea62 Minor adjustment. 2021-10-02 12:19:43 +02:00
Dirk Lemstra ed6f7d073f Adjust the x1 offset of the bounds to make sure a font is rendered inside the canvas (#4278). 2021-10-02 11:19:40 +02:00
Dirk Lemstra 94721c6140 Revert patch because this breaks font rendering for other fonts. 2021-10-02 08:06:08 +02:00
Cristy fd26b54726 https://github.com/ImageMagick/ImageMagick/issues/4278 2021-09-26 12:33:32 -04:00
Cristy 7bd46e61c6 https://github.com/ImageMagick/ImageMagick/discussions/3583 2021-05-11 16:34:29 -04:00
Cristy b23568b00e https://github.com/ImageMagick/ImageMagick/discussions/3389 2021-03-13 13:56:10 -05:00
Cristy d842011290 update to latest documentation and update copyright year 2021-01-01 14:52:00 -05:00
Cristy f2dc1dd093 register storage class is deprecated 2020-12-28 13:59:26 -05:00
Remi Collet 63dd8a4810 Issue 85 (#2195)
* Revert "https://github.com/ImageMagick/ImageMagick6/issues/85"

This reverts commit d01b72cdd5.

* Revert "https://github.com/ImageMagick/ImageMagick/issues/2178"

This reverts commit d91c43f3b9.

* Fix regression in DrawSetTextInterlineSpacing
2020-06-24 07:50:35 -04:00
Cristy d91c43f3b9 https://github.com/ImageMagick/ImageMagick/issues/2178 2020-06-20 11:03:25 -04:00
Cristy eb9f0d0759 ... 2020-06-06 15:10:51 -04:00
Dirk Lemstra 8f12ffbaa2 Whitespace 2020-06-06 15:50:19 +02:00
Cristy 075a106e08 export caption:lines property 2020-06-05 21:57:14 -04:00
Cristy f31c4d39f9 https://github.com/ImageMagick/ImageMagick/issues/1932 2020-04-25 22:12:29 -04:00
Cristy 8a36f4e418 Use FormatImageProperty() instead of SetImageProperty() where appropriate 2020-03-23 20:10:18 -04:00
Cristy f775a5cf27 ... 2019-11-26 14:27:47 -05:00
Cristy 4d4cdebbc8 https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36829 2019-10-05 13:11:00 -04:00
Cristy 07fb0fdd5d https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36829 2019-10-02 20:43:51 -04:00
Dirk Lemstra 32a4a9b552 Added option to limit the maximum point size. 2019-08-23 09:43:54 +02:00
Dirk Lemstra 6daba5059a Minor refactoring. 2019-08-21 12:41:51 +02:00