request addition of inverse hyperbolic function to fx

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

request addition of inverse hyperbolic function to fx

Post by fmw42 »

This is not a high priority request as there are workarounds. But for completeness and for a test I was trying to do, I would like to request when convenient and not too hard to do, and if the c libraries support them, the addition of the inverse (arc) hyperbolic functions: asinh, acosh, atanh to the list of functions supported by -fx.

Thanks.

Fred
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: request addition of inverse hyperbolic function to fx

Post by magick »

We'll have support for these functions in ImageMagick 6.7.1-1 Beta by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: request addition of inverse hyperbolic function to fx

Post by fmw42 »

thanks.
DaleyKD
Posts: 11
Joined: 2010-09-01T12:17:24-07:00
Authentication code: 8675308

Re: request addition of inverse hyperbolic function to fx

Post by DaleyKD »

Forgive me if I'm wrong, but I was just trying to build this in Visual C++ 2010 SP1, and the acosh, atanh, and asinh don't exist in math.h. This has broken our ability to build the CORE_magick.dll.

Also, CORE_png and IN_MOD_png appear to require .h files that aren't in the Windows .zip (i.e. - pngpriv.h).

I hope this is an oversight in the .zip file and not some major issue I'm having.

Thanks!
Post Reply