Search found 4 matches
- 2017-08-19T05:41:01-07:00
- Forum: Bugs
- Topic: "Ignoring invalid time value" when writing PNGs
- Replies: 6
- Views: 12492
Re: "Ignoring invalid time value" when writing PNGs
I found that this bug only appears at certain (local) time of the day. More discussion here: https://github.com/ImageMagick/ImageMagick/issues/685
- 2017-08-15T13:03:53-07:00
- Forum: Bugs
- Topic: "Ignoring invalid time value" when writing PNGs
- Replies: 6
- Views: 12492
Re: "Ignoring invalid time value" when writing PNGs
I am still seeing this problem in IM 6.9.9-7
- 2017-07-25T14:17:20-07:00
- Forum: Magick++
- Topic: Setting fontWeight/fontStyle/lineSpacing doesn't work
- Replies: 8
- Views: 36763
Re: Setting fontWeight/fontStyle/lineSpacing doesn't work
I ran into this as well. In my case it was because imagemagick on osx homebrew is built without fontconfig. Therefore it is unable to find the italic/boldface fonts.
The problem was fixed after: brew reinstall imagemagick --with-fontconfig
The problem was fixed after: brew reinstall imagemagick --with-fontconfig
- 2017-07-24T01:41:39-07:00
- Forum: Magick++
- Topic: Reset all Image Attributes
- Replies: 0
- Views: 20836
Reset all Image Attributes
Is there an easy way to reset all attributes on an Image object to their original (blank) state ? A common problem that I experience in my application is that the behavior of some method is affected by some image attribute that was set by a previous operation. For example we might draw some text. So ...