File generated with upload_column plugin

I using the upload_column plugin.
In the model i insert this:
image_column :image,:versions => { :thumb =>
‘c30x30’,:medium=>‘c62x62’, :large => ‘600x600’ }

when i upload an image this genera 4 images:
3 images specified in :version
1 image original

I don’t want the original image.
Is possible set it??
Thanks

I believe that setting an image size will set the size for the
original. Something like the code below.
image_column :image,:versions => { :thumb =>
‘c30x30’,:medium=>‘c62x62’, :image => ‘600x600’ }

On Dec 28 2007, 2:59 am, Luca R. [email protected]