Welcome Guest, Not a member yet? Register   Sign In
Image resize issue (2 in a row)
#2

[eluser]John_Betong[/eluser]
 
I had a similar problem quite a while ago while I was creating multiple thumbnails and solved it by putting a slight delay before and/or after initialize config;
Code:
usleep(123) ; //  Delay execution in microseconds

  $this->image_lib->initialize($thumb_config);
 
 
 


Messages In This Thread
Image resize issue (2 in a row) - by El Forum - 10-04-2009, 08:46 PM
Image resize issue (2 in a row) - by El Forum - 10-04-2009, 11:46 PM
Image resize issue (2 in a row) - by El Forum - 10-07-2009, 01:51 PM
Image resize issue (2 in a row) - by El Forum - 10-07-2009, 09:13 PM
Image resize issue (2 in a row) - by El Forum - 12-02-2009, 03:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB