I’m working on a project that might require me to compute the DCT of the image. Hence the question.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
-> Is there a fast way of pixel-by-pixel proceccing images in PHP
I think it would be best to process the files using another language instead of PHP or library/application such as – ImageMagick php.net/manual/en/book.imagick.php.
I’ve never used this myself, so don’t really know performance issues.
Also -> wideimage.sourceforge.net/
The GD functions, as described in the previous answer, are quite slow, and sometimes can take a huge chunk of the CPU for processing.
Take a look here for seperate benchmarks etc:
http://kore-nordmann.de/blog/comparison_of_php_image_libraries_update.html