Is somebody aware of a module that allows content editors to select an imagecache preset for each node individually? I'd like my editors to be able to choose between 3 different presets each time they upload an image to an imagefield.
Things I already considered:
- Adding option fields to make a preset selection and then check those options inside the node template to output the image with the right preset. Did that sometime ago but it's not good to maintain when making changes or adding content types.
- Having 3 imagefields, one for each preset and using radio buttons and Conditional Fields module to only display the currently selected imagefield. Unfortunately Conditional Fields is not recommended for production on Drupal 7 yet.
"Adding option fields to make a preset selection and then check those options inside the node template to output the image with the right preset"
"Conditional Fields is not recommended for production on Drupal 7 yet"
http://api.drupal.org/api/examples/form_example--form_example_states.inc/function/form_example_states_form/7
http://randyfay.com/states