I am using Imagick PHP extension to convert PDF files into Images (JPG, PNG) But every time it converts the file, The color of the output images changes with brightness. I have tried many solutions with Imagick but everytime same result or differnt but not exact result like the original file
Attached is the picture which original and resultant version. upper one is the original color, lower one is the generated color.
Any suggestions from experts who have faced the same issue?? I am trying to convert this in Laravel. Solutions will be highly appreciated.