php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61935
Patch imagick_helpers_fix revision 2012-05-04 05:34 UTC by abxccd at msn dot com

Patch imagick_helpers_fix for imagick Bug #61935

Patch version 2012-05-04 05:34 UTC

Return to Bug #61935 | Download this patch
Patch Revisions:

Developer: abxccd@msn.com

*** imagick_helpers.c.orig 2012-04-11 10:55:22.000000000 +1000
--- imagick_helpers.c 2012-05-04 15:29:07.000000000 +1000
***************
*** 122,135 ****
  	}
  
  	/* Resize the image to the new size */
  	if (MagickThumbnailImage(magick_wand, new_width, new_height) == MagickFalse) {
  		return 0;
  	}
- 	
- 	MagickWriteImage(magick_wand, "after_thumbnail.png");
  
  	/* If user does not want to fill we are all done here */
  	if (!fill) {
  		return 1;
  	}
  	
--- 122,133 ----
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 13 14:01:33 2024 UTC