Closed (duplicate)
Project:
Image
Version:
6.x-1.0-beta3
Component:
image.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2009 at 15:26 UTC
Updated:
27 Oct 2009 at 08:42 UTC
What if i need only image nodes with only one attached file (original image size)? In fact i don't need "preview" & "thumbnail" presets, and files that are created with them using additional space...
Comments
Comment #1
joachim commentedThere's nothing you can do about that.
Image module creates all the derivatives for you every time.
If you want a different model, imagefield+imagecache only generates derivatives when they are requested, so if your image field never shows a particular derivative, it will never be created.
Given that image module is migrating to imagecache for D7 anyway, this is a won't fix -- or perhaps a duplicate of #231622: Use imagecache as a process for normal image.module presets.