Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2004 at 21:28 UTC
Updated:
12 Jul 2006 at 17:09 UTC
Image settings does not support empty "list of valid resolutions" and "specify resolution that will be generated at time of editing". Suppose that I don't want to generate e.g. 640x480 resolution images because I'll upload correct images.
I have changed code to support empty list, fixed bug - add "<none>" to "specify resolution that will be generated at time of editing" and fixed bug in preview when no image was displayed (except original at second tab).
| Comment | File | Size | Author |
|---|---|---|---|
| image-fix1.txt | 3.59 KB | tma0 |
Comments
Comment #1
Robrecht Jacques commented- patch no longer applies.
- current image module always generates all defined sizes, there is no setting to override this.
- if you upload your image in the correct default size (eg 640x480 or 480x640), then no resizing is done. The only derivatives that are then generated are the smaller ones, eg the thumbnail.
- I suppose one could make the valid feature request: "Allow users to specify which sizes to auto-generate on creation". Although I don't really see a need for this personally.
Setting status to "active" as there is no available patch for this feature request.
Comment #2
Robrecht Jacques commentedUnassigning me from this issue.
Comment #3
darren oh