Still same even after removing the registry:temporary-path=/tmp
Search found 2 matches
- 2017-07-19T03:24:10-07:00
- Forum: MagickWand for PHP
- Topic: Image Resizing Woking on CLI. but not using PHP.
- Replies: 2
- Views: 87553
- 2017-07-14T09:44:35-07:00
- Forum: MagickWand for PHP
- Topic: Image Resizing Woking on CLI. but not using PHP.
- Replies: 2
- Views: 87553
Image Resizing Woking on CLI. but not using PHP.
Hi Team. I am trying to use the imagemagick command using PHP exec() function. Its working correctly for (1024*1024) resolution images but if i am trying to resize (2126*2126) image its always throwing error "convert: Insufficient memory (case 4) " exec("convert -monitor -define registry:temporary ...