Search found 4 matches
- 2015-01-20T10:52:25-07:00
- Forum: Bugs
- Topic: Embedded version of delegates.xml is outdated
- Replies: 2
- Views: 2335
- 2015-01-20T07:11:12-07:00
- Forum: Bugs
- Topic: Embedded version of delegates.xml is outdated
- Replies: 2
- Views: 2335
Embedded version of delegates.xml is outdated
In magick/delegate.c, the DelegateMap contains a version of delegates.xml to be used in case the delegates.xml file cannot be found. That's great. However, for the dng:decode entry (haven't checked the others), the command-line used is very different from the one in the config/delegates.xml.in ...
- 2014-01-28T06:33:50-07:00
- Forum: Developers
- Topic: Unable to Link Static Imagemagick Library on Mac
- Replies: 1
- Views: 3456
Re: Unable to Link Static Imagemagick Library on Mac
Why don't you post the linking errors here?
- 2014-01-28T06:32:10-07:00
- Forum: Developers
- Topic: [Feature] Expose transpose/transverse in Magick++?
- Replies: 1
- Views: 4113
[Feature] Expose transpose/transverse in Magick++?
The TransposeImage and TransverseImage transformation functions are not exposed in the Magick++ interface, while similar transformations like flip, flip and rotate are. Would you consider adding these to Magick::Image?