I have an image field, which imagecache automatically creates a thumbnail for. I am creating my own node view, in which I would like to show both the full size image and the thumbnai, but drupal treats them as a single field (one or the other will be shown depending on which option you choose in "Display Views").
How can I make ImageCache treat the original image and the thumbnail, as two separate fields, or two different keys in the field array?