Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Please always provide your IM version and platform when asking questions since syntax may vary.
ImageMagick has -gamma and -brightness-contrast functions. But there is not guarantee that the same values from your tool will produce the same results in ImageMagick, since argument ranges differ from tool to tool. For example in ImageMagick -gamma 1 is no change. So you will have to experiment with values until you get similar results.