This question is related to this ‘resolved’ thread.
I despaired when I read the thread above. Then I bought CE Image as recommended. Then I realised I could really easily output Image Manipulations by using the subfolders it creates and didn’t need CE Image after all (tho it looks cool!).
So in my example I have a file type channel field called main_image which has an Image Manipulation to resize it for my Sidebar called (imaginatively!) sidebar.
In my Sidebar template I put the following;
{main_image}
{path}_sidebar/{filename}.{extension}
{/main_image}
And voila! An Image Manipulation in all it’s glory!! :cheese:
I got the {path}, {filename} and {extension} tags from http://ellislab.com/expressionengine/user-guide/modules/channel/custom_fields.html#file_fields
I hope this is useful for somebody.