EllisLab text mark
Advanced Search
     
CE Image setup
Posted: 25 April 2012 01:21 PM   [ Ignore ]
Joined: 2008-09-23
25 posts

Hello all,

I’m relatively new to EE and trying to setup CE Image for doing image management/manipulation across my site. Does anyone have any advice for how I should set the upload destination to use CE Image properly?

The installation of CE Image talks about creating a “made” directory within “images” off the root. I did that, but I don’t know if that’s what I should point to as the upload destination for my channel in the control panel, or if that’s the directory that it will use to dynamically create images and thus, I shouldn’t mess with it.

Any help is appreciated!

 
Posted: 26 April 2012 12:39 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2011-11-25
7174 posts

Hello socialjoe,

I am going to move this over to the Community Help Forum. You might get a better response if you contact Causing Effect who are the developers of CE Image.

Thanks,

 Signature 

Recent version: EE 2.5.4 | Forum Module 3.1.10 | MSM 2.1.4 | 2.x Bug Tracker | Version Upgrade

 
Posted: 27 April 2012 07:38 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2008-09-20
1046 posts

Hi socialjoe.  The “made” folder is simply where CE Image will store the resized and cached versions of the images you choose to resize with its front-end tags.  It has no interaction with your file upload preferences at all - so you have complete freedom to establish your upload directories however you like.  What CE Image will do is mirror that within the made directory so that your cached images are stored in a similar structure.  For example, if you have an uploads folder of uploads/about in which you store a photo called portrait.jpg, and in your template you use CE image to create a new 200x200 version of that image, CE image will create a file called portrait_200_x_200.jpg (or something like that - I can’t remember the exact naming convention) and place it into a folder it will create called /made/about (mirroring your file upload directory).

Make sense?

 Signature 

+++

QB Marketing
Vision + Design
url: http://www.qbmarketing.com

 
Posted: 27 April 2012 02:34 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2008-09-23
25 posts

Yep. Thanks for the info!