Welcome Guest, Not a member yet? Register   Sign In
Image_Lib : Saving Thumbnail to another directory?
#2

[eluser]gtipete[/eluser]
from the userguide...

Creating a Copy
The resizing function will create a copy of the image file (and preserve the original) if you set a path and/or a new filename using this preference:
Code:
$config['new_image'] = '/path/to/new_image.jpg';

Notes regarding this preference:
If only the new image name is specified it will be placed in the same folder as the original
If only the path is specified, the new image will be placed in the destination with the same name as the original.
If both the path and image name are specified it will placed in its own destination and given the new name.


Messages In This Thread
Image_Lib : Saving Thumbnail to another directory? - by El Forum - 08-28-2008, 12:49 PM
Image_Lib : Saving Thumbnail to another directory? - by El Forum - 08-28-2008, 03:08 PM
Image_Lib : Saving Thumbnail to another directory? - by El Forum - 08-29-2008, 01:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB