Welcome Guest, Not a member yet? Register   Sign In
Multiple image upload, resizes only once
#5

[eluser]BrianDHall[/eluser]
Going back to the first code you posted that worked for everything except thumbnail, consider this:

Quote:$this->image_lib->clear()

The clear function resets all of the values used when processing an image. You will want to call this if you are processing images in a loop.

$this->image_lib->clear();

Put the clear() call at the top of your thumbnail function and give that a try. Any change?


Messages In This Thread
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 06:13 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 06:30 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 06:59 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 07:45 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 09:02 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 09:25 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 10:00 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 10:05 AM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 12:54 PM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 02:36 PM
Multiple image upload, resizes only once - by El Forum - 09-22-2009, 02:51 PM
Multiple image upload, resizes only once - by El Forum - 09-23-2009, 04:58 AM
Multiple image upload, resizes only once - by El Forum - 05-03-2010, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB