My application downloads images from the web and encloses them in custom Image objects. Using my Image class I can extract particular data from the images. That data is eventually presented to the user.
With the model-view-controller paradigm in mind, can my Image class be considered a model class or a view class?