Hi
An image upload using PHP/imagick is giving a black image, the image is very grainy/noisy which is from halftone magazine print that is already been heavily compressed. I blurred the image to be sue it was that and it worked fine.
Is there anything that can be done to make it work, maybe a memory issue?
Black image from noisy image
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Black image from noisy image
You message is not very clear about the issue. What does "make it work" mean?
We cannot help with such little information and no picture to view. You did not even provide your command line so we do not know what the input and output formats are.
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
We cannot help with such little information and no picture to view. You did not even provide your command line so we do not know what the input and output formats are.
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
Re: Black image from noisy image
It's converted using the PHP extension, I changed the format from PNG to JPG and that has solved it.