79803564

Date: 2025-10-29 08:30:32
Score: 1
Natty:
Report link

You need to work on the blue channel in isolation; -gamma doesn't work that way. The -gamma operator only accepts a single value.
You should do the following for your intended effect:

magick convert gray.png -channel B -gamma 1.5 +channel blue.png
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pustak Pathak