syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

Images not in upload folder #50

Open lustremedia opened 10 years ago

lustremedia commented 10 years ago

Hi I have some images that reside in the root folder of my wordpress install in a certain structure that I need to keep. However I would like to use aqua resizer for using these images since my theme supports it.

It does not look to hard to actually pull images from a folder inside WP and put them in the upload folder. Would this be a feature in the near future to be considered?

My Theme comes with the 1.1.6 version and I think I am going to hack it up to fit my needs, I might do a pull request in the near future if anyone would be interested.

wpexplorer commented 10 years ago

I haven't tried, but I thought if you changed the upload location (upload_path option) within WordPress then the aqua script will save in that location because it uses the native wp_get_image_editor function.

suifengtec commented 10 years ago

it works fine.

lustremedia commented 10 years ago

Actually I want to use it as a hybrid using the upload and a folder under root .... @suifengtec can you tell me specifically how to do it?