Changes between Initial Version and Version 1 of Ticket #6821, comment 37
- Timestamp:
- 08/07/2012 03:37:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6821, comment 37
initial v1 1 1 I've found this [http://www.rubblewebs.co.uk/imagemagick/speed/Speed_tests_1.pdf benchmark] that uses GD, imagemagick's php extension and exec command to process some images. The result isnt very different. 2 2 3 I also done a small script in php to measure both cases (benchmark.php), and graphicsmagick (the extension in beta) - it's attached.3 I also done a small script in php to measure both cases, and graphicsmagick (this extension is in beta) - it's attached (benchmark_imagick.php).