Apparently this isn't where I've been posting updates about the ol' Drupal image module, but I'll do it anyway. This forum loves fragmented, wandering, meandering, unfocused, .....what was I saying?
Oh yeah:
http://drupal.org/node/1236474/commitsI just committed a super-crap implementation of the old
rlimg module which passes off work to the Media module....expect the implementation to change significantly. But what
does work is the tried-and-boring
[rlimg 1] where
1 is now the
media id.
All this to say: if you want to test super-duper basic
rlimg syntax with Views, you can now. It'll use thumbnail size. And it isn't configurable...yet.
Easiest way to get it on the server:
[admin@randomland drupal]cd sites/all/modules
[admin@randomland modules]git clone --branch master randomnets@git.drupal.org:sandbox/randomnets/1236474.git rlimg
[admin@randomland modules]cd rlimg
Then get future updates with:
[admin@randomland rlimg]git pull